forked from I2P_Developers/i2p.i2p
* drop libsystray4j.so (for now)
* add some more targets (cleandep and distclean)
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
</target>
|
</target>
|
||||||
<target name="jar" depends="compile">
|
<target name="jar" depends="compile">
|
||||||
<copy todir="./build/lib">
|
<copy todir="./build/lib">
|
||||||
<fileset dir="./lib" includes="libsystray4j.so systray4j.dll systray4j.jar" />
|
<fileset dir="./lib" includes="systray4j.dll systray4j.jar" />
|
||||||
</copy>
|
</copy>
|
||||||
<copy todir="./build/icons">
|
<copy todir="./build/icons">
|
||||||
<fileset dir="./resources/" />
|
<fileset dir="./resources/" />
|
||||||
@@ -52,4 +52,11 @@
|
|||||||
<target name="clean">
|
<target name="clean">
|
||||||
<delete dir="./build" />
|
<delete dir="./build" />
|
||||||
</target>
|
</target>
|
||||||
|
<target name="cleandep" depends="clean">
|
||||||
|
<!-- router will clean core -->
|
||||||
|
<ant dir="../../../core/java/" target="cleandep" />
|
||||||
|
</target>
|
||||||
|
<target name="distclean" depends="clean">
|
||||||
|
<ant dir="../../../core/java/" target="distclean" />
|
||||||
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user