forked from I2P_Developers/i2p.i2p
build: New poupdate-source target
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user