summaryrefslogtreecommitdiff
path: root/java/openjfx8-devel/files/patch-buildSrc_build.gradle
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-03-20 23:06:19 +0000
committerSteve Wills <swills@FreeBSD.org>2016-03-20 23:06:19 +0000
commit5e8662c609671e8a6eeb0ff19a91d802f9b79619 (patch)
tree33c83fcd69a6553eb9cebd530ee9b8cac87e023c /java/openjfx8-devel/files/patch-buildSrc_build.gradle
parentUpdate to 0.3.9 (diff)
java/openjfx8-devel: create port
OpenJFX is an open source, next generation client application platform for desktop and embedded systems based on JavaSE. It is a collaborative effort by many individuals and companies with the goal of producing a modern, efficient, and fully featured toolkit for developing rich client applications. WWW: http://openjdk.java.net/projects/openjfx/ PR: 207566 Submitted by: Tobias Kortkamp <t@tobik.me>
Diffstat (limited to 'java/openjfx8-devel/files/patch-buildSrc_build.gradle')
-rw-r--r--java/openjfx8-devel/files/patch-buildSrc_build.gradle17
1 files changed, 17 insertions, 0 deletions
diff --git a/java/openjfx8-devel/files/patch-buildSrc_build.gradle b/java/openjfx8-devel/files/patch-buildSrc_build.gradle
new file mode 100644
index 000000000000..89544dbd468a
--- /dev/null
+++ b/java/openjfx8-devel/files/patch-buildSrc_build.gradle
@@ -0,0 +1,17 @@
+--- buildSrc/build.gradle.orig 2016-02-28 12:54:50 UTC
++++ buildSrc/build.gradle
+@@ -81,11 +81,9 @@ sourceSets {
+ getConfigurations().create("antlr3");
+
+ dependencies {
+- compile group: "org.antlr", name: "antlr", version: "3.1.3"
+- testCompile group: "junit", name: "junit", version: "4.8.2"
+- antlr3 group: "org.antlr", name: "antlr-runtime", version: "3.1.3"
+- antlr3 group: "org.antlr", name: "stringtemplate", version: "3.2"
+- antlr3 group: "org.antlr", name: "antlr", version: "3.1.3"
++ compile files("%%PREFIX%%/share/java/classes/antlr-3.5.2-complete.jar")
++ testCompile files("%%PREFIX%%/share/java/classes/junit4.jar")
++ antlr3 files("%%PREFIX%%/share/java/classes/antlr-3.5.2-complete.jar")
+ }
+
+ // At the moment the ASM library shipped with Gradle that is used to