ToastFreeware
/
debian
/
jabref.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
releasing version 2.7~beta1+ds-5
[debian/jabref.git]
/
debian
/
patches
/
02_libs.patch
diff --git
a/debian/patches/02_libs.patch
b/debian/patches/02_libs.patch
index f07376d0f45f2c0599d28446ea836e15b7a23d19..063c85e54d0ca3c1de9e7c966b501db905f8b84e 100644
(file)
--- a/
debian/patches/02_libs.patch
+++ b/
debian/patches/02_libs.patch
@@
-12,14
+12,15
@@
Description: Use debian libraries and disable unnecesary unjarlib target,
<property name="tests.dir" value="${src.dir}/tests" />
<property name="nsis.executable" value="makensis.exe"/>
<property name="tests.dir" value="${src.dir}/tests" />
<property name="nsis.executable" value="makensis.exe"/>
-@@ -107,22 +107,2
1
@@
+@@ -107,22 +107,2
2
@@
<fileset id="jarsFileset" dir="${lib.dir}">
<include name="antlr.jar" />
- <include name="antlr-3.0b5.jar" />
<fileset id="jarsFileset" dir="${lib.dir}">
<include name="antlr.jar" />
- <include name="antlr-3.0b5.jar" />
-- <include name="looks-2.
2.0
.jar" />
+- <include name="looks-2.
3.1
.jar" />
- <include name="forms-1.1.0.jar" />
+ <include name="antlr3.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" />
+ <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 -->
</fileset>
<!-- Build classpath -->
-@@ -134,10 +13
3
,10 @@
+@@ -134,10 +13
4
,10 @@
<!-- Classpath for running the code generator -->
<path id="codegenerator">
<!-- 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 -->
</path>
<!-- Classpath for tests -->
-@@ -217,7 +21
6
,7 @@
+@@ -217,7 +21
7
,7 @@
</target>
<!-- Jars up project -->
</target>
<!-- Jars up project -->
@@
-70,11
+71,10
@@
Description: Use debian libraries and disable unnecesary unjarlib target,
<mkdir dir="${build.lib}" />
<mkdir dir="${build.tmp}" />
<jar destfile="${build.lib}/${build.jar}">
<mkdir dir="${build.lib}" />
<mkdir dir="${build.tmp}" />
<jar destfile="${build.lib}/${build.jar}">
-@@ -6
12,6 +611,6 @@
+@@ -6
23,6 +623,4 @@ Number (CCN) maintenance
</jalopy>
</target>
</jalopy>
</target>
-- <taskdef name="jarbundler" classpath="${lib.dir}/jarbundler-1.4.jar" classname="com.loomcom.ant.tasks.jarbundler.JarBundler" />
-+<!-- <taskdef name="jarbundler" classpath="${lib.dir}/jarbundler-1.4.jar" classname="com.loomcom.ant.tasks.jarbundler.JarBundler" /> -->
-
+- <taskdef name="jarbundler" classpath="${lib.dir}/jarbundler-2.1.0.jar" classname="net.sourceforge.jarbundler.JarBundler" />
+-
</project>
</project>