* Build: Fix poupdate dependency

* Console: Add Russian option
This commit is contained in:
zzz
2009-12-05 17:19:23 +00:00
parent 4fee7844f8
commit 708b3a662c
4 changed files with 10 additions and 6 deletions

View File

@@ -89,7 +89,7 @@
<!-- jar again to get the latest messages_*.class files -->
<jar destfile="./build/routerconsole.jar" basedir="./build/obj" includes="**/*.class" update="true" />
</target>
<target name="poupdate" depends="compile">
<target name="poupdate" depends="build">
<ant target="war" />
<!-- Update the messages_*.po files.
We need to supply the bat file for windows, and then change the fail property to true -->