Skip to content

Commit

Permalink
Added <path> to make ant happier
Browse files Browse the repository at this point in the history
  • Loading branch information
annulen committed Apr 30, 2010
1 parent 8d812c6 commit 53dbbcc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,11 @@
<target id="build-languageclasses" name="build-languageclasses" >
<echo message="Compiling po files." />
<foreach target="msgfmt" param="file">
<fileset dir="po" casesensitive="yes">
<include name="**/*.po"/>
</fileset>
<path>
<fileset dir="po" casesensitive="yes">
<include name="**/*.po"/>
</fileset>
</path>
</foreach>
</target>

Expand Down

0 comments on commit 53dbbcc

Please sign in to comment.