summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-03-21 15:48:04 +0000
committerishmal <ishmal@users.sourceforge.net>2008-03-21 15:48:04 +0000
commitfa4de988ab060844ad9fbeec9ccf24df2124c47a (patch)
tree5177ce5ca9101dd660129a04412a0dffb62e672a
parentThe header for calligraphic rename is in dialogs, not widgets. Quick fix to g... (diff)
downloadinkscape-fa4de988ab060844ad9fbeec9ccf24df2124c47a.tar.gz
inkscape-fa4de988ab060844ad9fbeec9ccf24df2124c47a.zip
Add a separate "javaclean" target so that it can be invoked without deleting all of the c++ binaries.
(bzr r5146)
-rw-r--r--build.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 486a43d86..25a1a2c96 100644
--- a/build.xml
+++ b/build.xml
@@ -663,6 +663,16 @@
</target>
+ <!--
+ ########################################################################
+ ## T A R G E T : JAVACLEAN
+ ########################################################################
+ -->
+ <target name="javaclean" depends=""
+ description="clean up java binding classes">
+ <delete dir="${build}/java"/>
+ </target>
+
<!--
@@ -670,7 +680,7 @@
## T A R G E T : C L E A N
########################################################################
-->
- <target name="clean"
+ <target name="clean" depends="javaclean"
description="clean up. deleting build and distro dirs" >
<delete dir="${build}"/>