aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-04-03 16:23:01 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-04-03 16:23:01 -0400
commit365b7d96ce16ca62a8ddfd590cff1932b37064f4 (patch)
tree982739cbc6818102a30f3531aee55a6d9f42c024 /dev-java/gluegen/files/2.2.4-dont-copy-jars.patch
parentdev-java/jogl: rework ebuild starting from 2.1.4 (diff)
downloadsci-365b7d96ce16ca62a8ddfd590cff1932b37064f4.tar.gz
sci-365b7d96ce16ca62a8ddfd590cff1932b37064f4.tar.bz2
sci-365b7d96ce16ca62a8ddfd590cff1932b37064f4.zip
dev-java/gluegen: rework ebuild starting from 2.1.4
Package-Manager: portage-2.2.18
Diffstat (limited to 'dev-java/gluegen/files/2.2.4-dont-copy-jars.patch')
-rw-r--r--dev-java/gluegen/files/2.2.4-dont-copy-jars.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-java/gluegen/files/2.2.4-dont-copy-jars.patch b/dev-java/gluegen/files/2.2.4-dont-copy-jars.patch
new file mode 100644
index 000000000..dca10dce8
--- /dev/null
+++ b/dev-java/gluegen/files/2.2.4-dont-copy-jars.patch
@@ -0,0 +1,17 @@
+diff --git a/gluegen-2.1.4_rc01/make/build.xml b/gluegen-2.1.4_rc01/make/build.xml
+index 55ef270..bce6d12 100644
+--- a/gluegen-2.1.4_rc01/make/build.xml
++++ b/gluegen-2.1.4_rc01/make/build.xml
+@@ -806,12 +806,6 @@
+ </fileset>
+ </jar>
+
+- <!-- Copy antlr.jar into build directory for convenience so
+- gluegen.jar can be run via "java -jar". antlr.jar is
+- referenced via a Class-Path entry in the Manifest of
+- gluegen.jar. -->
+- <copy file="${antlr.jar}" todir="${build}" />
+-
+ <!-- copy a jnlp with empty codebase into build folder for local testing
+ overwrite property in gluegen.proerpties if desired -->
+ <property name="gluegen.jnlp.codebase" value=""/>