[gradle] 15/16: Refresh jcommander.diff
Kai-Chung Yan
seamlik-guest at moszumanska.debian.org
Wed Sep 30 00:38:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
seamlik-guest pushed a commit to branch master
in repository gradle.
commit 3498d20cfeb4dc8492adaa3ba8a7fa2449fe409b
Author: Kai-Chung Yan <seamlikok at gmail.com>
Date: Wed Sep 30 07:57:09 2015 +0800
Refresh jcommander.diff
---
debian/patches/jcommander.diff | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/debian/patches/jcommander.diff b/debian/patches/jcommander.diff
index d24f914..7aa425c 100644
--- a/debian/patches/jcommander.diff
+++ b/debian/patches/jcommander.diff
@@ -5,20 +5,30 @@ Last-Update: 2015-09-30
+++ b/subprojects/maven/maven.gradle
@@ -29,6 +29,8 @@
compile "org.codehaus.plexus:plexus-component-annotations-1.5"
-
+
testCompile libraries.xmlunit
+
+ compile "com.beust:jcommander"
}
-
+
useTestFixtures()
--- a/subprojects/antlr/antlr.gradle
+++ b/subprojects/antlr/antlr.gradle
@@ -22,6 +22,7 @@
provided "antlr:antlr"
-
+
compile libraries.slf4j_api
+ compile "com.beust:jcommander"
}
-
+
useTestFixtures()
+--- a/subprojects/tooling-api-builders/tooling-api-builders.gradle
++++ b/subprojects/tooling-api-builders/tooling-api-builders.gradle
+@@ -2,6 +2,7 @@
+ compile project(':plugins')
+ compile project(':launcher')
+ compile project(':toolingApi')
++ compile "com.beust:jcommander"
+ }
+
+ useClassycle()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle.git
More information about the pkg-java-commits
mailing list