Skip to content

Commit

Permalink
Update build.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerocrates committed Jan 24, 2013
1 parent 4d9c55e commit 2e65166
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
<tempfile property="pot.duplicates" suffix="-duplicates.pot" />
<copy file="${pot.base}" tofile="${pot.temp}"/>
<apply executable="xgettext" relative="true" parallel="true" verbose="true">
<arg value="-L"/>
<arg value="php"/>
<arg value="--language=php"/>
<arg value="--from-code=utf-8"/>
<arg value="-k__"/>
<arg value="--keyword=__"/>
<arg value="--flag=__:1:pass-php-format"/>
<arg value="--add-comments=/"/>
<arg value="--omit-header"/>
<arg value="-j"/>
<arg value="-F"/>
<arg value="--join-existing"/>
<arg value="-o"/>
<arg file="${pot.temp}"/>
<fileset dir="." includes="**/*.php **/*.phtml" excludes="tests/"/>
Expand All @@ -29,7 +28,7 @@
<arg file="${core.pot}" />
</exec>
<exec executable="msgcomm">
<arg value="-u" />
<arg value="--unique" />
<arg value="-o" />
<arg file="${pot.temp}" />
<arg file="${pot.temp}" />
Expand Down

0 comments on commit 2e65166

Please sign in to comment.