Skip to content

Commit

Permalink
Update lock & build phar.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Jul 18, 2013
1 parent fe510c0 commit 09d7489
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 4 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
<property name="qa.coverage.force" value="false"/>
<property name="tagfiles" value="Erebot"/>

<fileset dir="." id="phar.files">
<exclude name="**"/>
</fileset>

<fileset dir="src/" id="sources">
<include name="**/*.php"/>
<exclude name="**/Parser.php"/>
</fileset>

<fileset dir="tests/" id="tests">
<include name="**/*.php"/>
<exclude name="testenv/**/*.php"/>
</fileset>

<target name="all" depends="parser,i18n" description=""/>
Expand Down
9 changes: 5 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion data/i18n/Erebot_Module_Math.pot
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Erebot_Module_Math dev-master\n"
"Report-Msgid-Bugs-To: i18n@erebot.net\n"
"POT-Creation-Date: 2013-07-15 18:25+0200\n"
"POT-Creation-Date: 2013-07-18 17:19+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down

0 comments on commit 09d7489

Please sign in to comment.