forked from I2P_Developers/i2p.i2p
* Build:
- Add man pages to package - New updaterWithJavadoc target * Console: - Add link to javadocs if installed
This commit is contained in:
@@ -93,10 +93,6 @@
|
||||
<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.
|
||||
|
Reference in New Issue
Block a user