This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjfx.
commit bc72f977333641123a4c98368be9915c9f4d47e1 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 15 23:59:16 2014 +0200 Patched buildSrc/build.gradle to use the system jars --- debian/patches/02-use-system-libraries.patch | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/debian/patches/02-use-system-libraries.patch b/debian/patches/02-use-system-libraries.patch index dbfb5f8..1e7254a 100644 --- a/debian/patches/02-use-system-libraries.patch +++ b/debian/patches/02-use-system-libraries.patch @@ -119,3 +119,33 @@ Forwarded: not-needed exec { workingDir("$projectDir/src/main/native") +--- a/buildSrc/build.gradle ++++ b/buildSrc/build.gradle +@@ -66,7 +66,9 @@ + } + } + } else { +- mavenCentral() ++ maven { ++ url "file:/usr/share/maven-repo" ++ } + } + } + +@@ -81,11 +83,11 @@ + getConfigurations().add("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 group: "org.antlr", name: "antlr", version: "3.x" ++ testCompile group: "junit", name: "junit", version: "4.x" ++ antlr3 group: "org.antlr", name: "antlr-runtime", version: "3.x" ++ antlr3 group: "org.antlr", name: "stringtemplate", version: "3.x" ++ antlr3 group: "org.antlr", name: "antlr", version: "3.x" + } + + // At the moment the ASM library shipped with Gradle that is used to -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjfx.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

