aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2013-01-19 12:36:11 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2013-01-19 12:45:43 -0500
commit581a904070f608de19a8e8547312dd7a2468b56d (patch)
treec438df5ffad9ab7866cd936e3dfa6748a8ec17cc /dev-java/flexdock/files/flexdock-1.2.2-nodemo.patch
parentdev-java/scirenderer version bump (diff)
downloadsci-581a904070f608de19a8e8547312dd7a2468b56d.tar.gz
sci-581a904070f608de19a8e8547312dd7a2468b56d.tar.bz2
sci-581a904070f608de19a8e8547312dd7a2468b56d.zip
dev-java/flexdock version bump
Diffstat (limited to 'dev-java/flexdock/files/flexdock-1.2.2-nodemo.patch')
-rw-r--r--dev-java/flexdock/files/flexdock-1.2.2-nodemo.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-java/flexdock/files/flexdock-1.2.2-nodemo.patch b/dev-java/flexdock/files/flexdock-1.2.2-nodemo.patch
new file mode 100644
index 000000000..415301d20
--- /dev/null
+++ b/dev-java/flexdock/files/flexdock-1.2.2-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>
+
+