[jabref] 03/08: freshen 010_gradle_build.patch
Tony Mancill
tmancill at moszumanska.debian.org
Fri Feb 10 19:41:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository jabref.
commit 982efe64ac42a7b571319e719d517429a301a31a
Author: tony mancill <tmancill at debian.org>
Date: Mon Feb 6 21:16:14 2017 -0800
freshen 010_gradle_build.patch
---
debian/patches/010_gradle_build.patch | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/patches/010_gradle_build.patch b/debian/patches/010_gradle_build.patch
index f8414ef..3890301 100644
--- a/debian/patches/010_gradle_build.patch
+++ b/debian/patches/010_gradle_build.patch
@@ -35,8 +35,8 @@ Forwarded: not-needed
apply from: 'xjc.gradle'
group = "net.sf.jabref"
- version = "3.8.1"
- project.ext.threeDotVersion = "3.8.1.0"
+ version = "3.8.2"
+ project.ext.threeDotVersion = "3.8.2.0"
-project.ext.install4jDir = hasProperty("install4jDir") ? getProperty("install4jDir") : (OperatingSystem.current().isWindows() ? 'C:/Program Files/install4j6' : 'install4j6')
+//project.ext.install4jDir = hasProperty("install4jDir") ? getProperty("install4jDir") : (OperatingSystem.current().isWindows() ? 'C:/Program Files/install4j6' : 'install4j6')
sourceCompatibility = 1.8
@@ -74,8 +74,8 @@ Forwarded: not-needed
+ //compile 'org.xmlunit:xmlunit-matchers:2.3.0'
testCompile 'junit:junit:4.12'
- testCompile 'org.mockito:mockito-core:2.3.0'
-@@ -256,11 +265,12 @@
+ testCompile 'org.mockito:mockito-core:2.6.2'
+@@ -257,11 +266,12 @@
tasks.withType(Test) {
reports.html.destination = file("${reporting.baseDir}/${name}")
@@ -91,7 +91,7 @@ Forwarded: not-needed
jacocoTestReport {
reports {
xml.enabled = true // coveralls plugin depends on xml format report
-@@ -298,6 +308,7 @@
+@@ -299,6 +309,7 @@
}
})
}
@@ -99,7 +99,7 @@ Forwarded: not-needed
/*
* Changes project.version to VERSION--snapshot--DATE--GIT_HASH
-@@ -332,6 +343,7 @@
+@@ -333,6 +344,7 @@
project.version += "--snapshot--" + infoString
}
@@ -107,7 +107,7 @@ Forwarded: not-needed
// 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')
-@@ -390,3 +402,4 @@
+@@ -391,3 +403,4 @@
// See https://github.com/andrewgaul/modernizer-maven-plugin for more information on modernizer
failOnViolations = false
}
--
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