* Console: Split initialNews.xml into a file for each language;

don't copy to config dir at install.
This commit is contained in:
zzz
2010-11-26 00:32:00 +00:00
parent ab57b55e64
commit ec51ea6513
14 changed files with 163 additions and 137 deletions

View File

@@ -92,6 +92,11 @@
<!-- jar again to get the latest messages_*.class files -->
<jar destfile="./build/routerconsole.jar" basedir="./build/obj" includes="**/*.class" update="true" />
</target>
<target name="jarWithJavadoc" depends="jar">
<jar destfile="build/routerconsole.war" basedir="../../../build/" includes="javadoc/**/*" update="true" />
</target>
<target name="poupdate" depends="build">
<ant target="war" />
<!-- Update the messages_*.po files.