aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2013-10-28 18:31:23 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2013-10-28 18:31:23 -0400
commit4620e6ed57cf69ca844e863820c098e5f33f4bfa (patch)
tree3d2f76cc1b6a30fd185c31313da0fddb0d658f0f /dev-java/flexdock/files/flexdock-1.2.4-nodemo.patch
parentdev-java/gluegen new package (diff)
downloadsci-4620e6ed57cf69ca844e863820c098e5f33f4bfa.tar.gz
sci-4620e6ed57cf69ca844e863820c098e5f33f4bfa.tar.bz2
sci-4620e6ed57cf69ca844e863820c098e5f33f4bfa.zip
dev-java/flexdock version bump
Diffstat (limited to 'dev-java/flexdock/files/flexdock-1.2.4-nodemo.patch')
-rw-r--r--dev-java/flexdock/files/flexdock-1.2.4-nodemo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-java/flexdock/files/flexdock-1.2.4-nodemo.patch b/dev-java/flexdock/files/flexdock-1.2.4-nodemo.patch
new file mode 100644
index 000000000..415301d20
--- /dev/null
+++ b/dev-java/flexdock/files/flexdock-1.2.4-nodemo.patch
@@ -0,0 +1,12 @@
+diff -urN flexdock-orig/build.xml flexdock/build.xml
+--- flexdock-orig/build.xml 2011-12-09 11:11:26.000000000 -0500
++++ flexdock/build.xml 2011-12-20 18:47:57.277051174 -0500
+@@ -145,8 +145,6 @@
+ <src path="${java.src.drag}"/>
+ <src path="${java.src.perspective}"/>
+ </javac>
+- <javac classpathref="javac.classpath.demo" srcdir="${java.src.demo}" destdir="${bin.dir.demo}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"/>
+- <javac classpathref="javac.classpath.test" srcdir="${java.src.test}" destdir="${bin.dir.test}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"/>
+ </target>
+
+