forked from I2P_Developers/i2p.i2p
* build.xml: Add buildI2PTunnelJar target for Android
This commit is contained in:
@ -113,6 +113,11 @@
|
||||
<ant dir="apps/addressbook/" target="war" />
|
||||
</target>
|
||||
|
||||
<!-- jar only (no war) for Android -->
|
||||
<target name="buildI2PTunnelJar" depends="buildStreaming" >
|
||||
<ant dir="apps/i2ptunnel/java/" target="jar" />
|
||||
</target>
|
||||
|
||||
<target name="buildI2PTunnel" depends="buildStreaming, buildJetty" >
|
||||
<ant dir="apps/i2ptunnel/java/" target="build" />
|
||||
</target>
|
||||
|
Reference in New Issue
Block a user