summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-04-02 00:24:51 +0000
committerishmal <ishmal@users.sourceforge.net>2008-04-02 00:24:51 +0000
commitb6da138bed09cb5934b731a92ad1935308e0c91b (patch)
tree7f7f0317e5db917d74a98ecc465e626735379343
parentMove to devlibs (diff)
downloadinkscape-b6da138bed09cb5934b731a92ad1935308e0c91b.tar.gz
inkscape-b6da138bed09cb5934b731a92ad1935308e0c91b.zip
Adjust to new location for jvm resources
(bzr r5305)
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 82b9e719d..0a20c5c22 100644
--- a/build.xml
+++ b/build.xml
@@ -652,7 +652,7 @@
-->
<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>
@@ -663,7 +663,7 @@
-->
<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>