diff options
author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-01-18 10:52:22 -0500 |
---|---|---|
committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-01-18 10:52:22 -0500 |
commit | 33a0e4ee421b4203a87cb8d9cd65de5a2676e553 (patch) | |
tree | 7c9badbe93cc26a54d2afd9786b7291df7f95bdc /dev-java/flexdock/files/flexdock-1.1.1-nodemo.patch | |
parent | [dev-python/astlib] Version bump, drop old (diff) | |
download | sci-33a0e4ee421b4203a87cb8d9cd65de5a2676e553.tar.gz sci-33a0e4ee421b4203a87cb8d9cd65de5a2676e553.tar.bz2 sci-33a0e4ee421b4203a87cb8d9cd65de5a2676e553.zip |
[dev-java/flexdock] version bump
Diffstat (limited to 'dev-java/flexdock/files/flexdock-1.1.1-nodemo.patch')
-rw-r--r-- | dev-java/flexdock/files/flexdock-1.1.1-nodemo.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-java/flexdock/files/flexdock-1.1.1-nodemo.patch b/dev-java/flexdock/files/flexdock-1.1.1-nodemo.patch new file mode 100644 index 000000000..415301d20 --- /dev/null +++ b/dev-java/flexdock/files/flexdock-1.1.1-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> + + |