summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c51afc1)
raw | patch | inline | side by side (parent: c51afc1)
author | ishmal <ishmal@users.sourceforge.net> | |
Wed, 2 Apr 2008 00:24:51 +0000 (00:24 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Wed, 2 Apr 2008 00:24:51 +0000 (00:24 +0000) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index 82b9e719dd456e0c5245e569eea3681e7d789eef..0a20c5c22684707a0dd449c6c9b1e774817982c2 100644 (file)
--- a/build.xml
+++ b/build.xml
-->
<target name="jar" depends="javac"
description="pack java classes and resources into a jar file">
- <copy todir="${build}/java/classes"> <fileset dir="${src}/bind/data"/> </copy>
+ <copy todir="${build}/java/classes"> <fileset dir="${gtk}/bind/data"/> </copy>
<jar basedir="${build}/java/classes" destfile="${build}/java/lib/inkscape.jar"/>
</target>
-->
<target name="binddist" depends="jar"
description="pack java classes and resources into a jar file">
- <copy todir="${dist}/share"> <fileset dir="share/bind"/> </copy>
+ <copy todir="${dist}/share/bind"> <fileset dir="${gtk}/bind/java"/> </copy>
<copy todir="${dist}/share/bind/java"> <fileset dir="${build}/java/lib"/> </copy>
</target>