build: New poupdate-source target

This commit is contained in:
zzz
2018-01-18 10:18:11 +00:00
parent 7e4ff0ba85
commit 79d8a0ed11
10 changed files with 67 additions and 2 deletions

View File

@@ -705,10 +705,18 @@
<!-- end jbigi targets -->
<target name="poupdate-source" depends="set-lg2-en, poupdate" />
<target name="set-lg2-en" >
<property name="lg2" value="en" />
</target>
<!-- the apps need to compile the jsps to poupdate -->
<target name="poupdate" depends="buildRouter, buildStreaming, buildSystray, buildJetty, buildDesktopGui, buildJrobin" >
<echo message="Setting environment variable LG2 to a lang code (eg: de,zh,nl etc)" />
<echo message=" will restrict language update to the language you specified, leaving other language untact." />
<!-- set if unset -->
<property name="lg2" value="" />
<ant dir="apps/routerconsole/java/" >
<target name="poupdate" />
<target name="poupdate-news" />