* drop libsystray4j.so (for now)

* add some more targets (cleandep and distclean)
This commit is contained in:
jrandom
2004-08-23 21:28:25 +00:00
committed by zzz
parent 0fe70b660a
commit 3c62a5d2b4

View File

@ -20,7 +20,7 @@
</target>
<target name="jar" depends="compile">
<copy todir="./build/lib">
<fileset dir="./lib" includes="libsystray4j.so systray4j.dll systray4j.jar" />
<fileset dir="./lib" includes="systray4j.dll systray4j.jar" />
</copy>
<copy todir="./build/icons">
<fileset dir="./resources/" />
@ -52,4 +52,11 @@
<target name="clean">
<delete dir="./build" />
</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>