[jabref] 06/07: patch build.gradle for missing compile-time dependency on microba
Tony Mancill
tmancill at moszumanska.debian.org
Mon Nov 28 06:40:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch dev
in repository jabref.
commit 2299db425f50cbb4b24d95adf27aef64aa93c0bd
Author: tony mancill <tmancill at debian.org>
Date: Sun Nov 27 21:49:54 2016 -0800
patch build.gradle for missing compile-time dependency on microba
---
debian/patches/gradle_build.patch | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/patches/gradle_build.patch b/debian/patches/gradle_build.patch
index b398e7c..dc37e3f 100644
--- a/debian/patches/gradle_build.patch
+++ b/debian/patches/gradle_build.patch
@@ -57,15 +57,16 @@
configurations {
antlr3
-@@ -67,6 +75,7 @@
+@@ -67,6 +75,8 @@
}
dependencies {
++ compile 'com.michaelbaranov.microba:microba:0.4.4'
+ compile 'spin:spin:1.5'
compile 'com.jgoodies:jgoodies-common:1.8.1'
compile 'com.jgoodies:jgoodies-forms:1.9.0'
compile 'com.jgoodies:jgoodies-looks:2.7.0'
-@@ -247,11 +256,12 @@
+@@ -247,11 +257,12 @@
tasks.withType(Test) {
reports.html.destination = file("${reporting.baseDir}/${name}")
@@ -81,7 +82,7 @@
jacocoTestReport {
reports {
xml.enabled = true // coveralls plugin depends on xml format report
-@@ -296,6 +306,7 @@
+@@ -296,6 +307,7 @@
}
})
}
@@ -89,7 +90,7 @@
/*
* Changes project.version to VERSION--snapshot--DATE--GIT_HASH
-@@ -330,6 +341,7 @@
+@@ -330,6 +342,7 @@
project.version += "--snapshot--" + infoString
}
@@ -97,7 +98,7 @@
// has to be defined AFTER 'dev' things to have the correct project.version
task media(type: com.install4j.gradle.Install4jTask, dependsOn: "releaseJar") {
projectFile = file('jabref.install4j')
-@@ -391,3 +403,4 @@
+@@ -391,3 +404,4 @@
iterations = 10
fork = 2
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git
More information about the pkg-java-commits
mailing list