[jabref] 276/459: 02_libs.patch: add antlr3-runtime.jar to classpath.
gregor herrmann
gregoa at debian.org
Thu Sep 15 20:40:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository jabref.
commit f2725effd6b27a673035c31b9983e0f4dba42b53
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Aug 2 01:27:13 2010 +0000
02_libs.patch: add antlr3-runtime.jar to classpath.
---
debian/changelog | 6 ++++++
debian/patches/02_libs.patch | 9 +++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2552164..2e5fe14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jabref (2.6+ds-4) UNRELEASED; urgency=low
+
+ * 02_libs.patch: add antlr3-runtime.jar to classpath.
+
+ -- gregor herrmann <gregoa at debian.org> Sun, 01 Aug 2010 21:25:56 -0400
+
jabref (2.6+ds-3) unstable; urgency=low
* Improve wrapper script to avoid unnecessary warnings; thanks to Martin
diff --git a/debian/patches/02_libs.patch b/debian/patches/02_libs.patch
index 071cabd..3cb5ffd 100644
--- a/debian/patches/02_libs.patch
+++ b/debian/patches/02_libs.patch
@@ -12,7 +12,7 @@ Description: Use debian libraries and disable unnecesary unjarlib target,
<property name="tests.dir" value="${src.dir}/tests" />
<property name="nsis.executable" value="makensis.exe"/>
-@@ -107,22 +107,21 @@
+@@ -107,22 +107,22 @@
<fileset id="jarsFileset" dir="${lib.dir}">
<include name="antlr.jar" />
@@ -20,6 +20,7 @@ Description: Use debian libraries and disable unnecesary unjarlib target,
- <include name="looks-2.3.1.jar" />
- <include name="forms-1.1.0.jar" />
+ <include name="antlr3.jar" />
++ <include name="antlr3-runtime.jar" />
+ <include name="looks.jar" />
+ <include name="forms.jar" />
<include name="spin.jar" />
@@ -46,7 +47,7 @@ Description: Use debian libraries and disable unnecesary unjarlib target,
</fileset>
<!-- Build classpath -->
-@@ -134,10 +133,10 @@
+@@ -134,10 +134,10 @@
<!-- Classpath for running the code generator -->
<path id="codegenerator">
@@ -61,7 +62,7 @@ Description: Use debian libraries and disable unnecesary unjarlib target,
</path>
<!-- Classpath for tests -->
-@@ -217,7 +216,7 @@
+@@ -217,7 +217,7 @@
</target>
<!-- Jars up project -->
@@ -70,7 +71,7 @@ Description: Use debian libraries and disable unnecesary unjarlib target,
<mkdir dir="${build.lib}" />
<mkdir dir="${build.tmp}" />
<jar destfile="${build.lib}/${build.jar}">
-@@ -612,6 +611,6 @@ Number (CCN) maintenance
+@@ -612,6 +612,6 @@ Number (CCN) maintenance
</jalopy>
</target>
--
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