1 |
#! /bin/sh /usr/share/dpatch/dpatch-run |
2 |
## 01_buildxml.dpatch by <gregor+debian@comodo.priv.at> |
3 |
## |
4 |
## All lines beginning with `## DP:' are a description of the patch. |
5 |
## DP: comment out "propertyfile" in build.xml |
6 |
|
7 |
@DPATCH@ |
8 |
diff -urNad libpdfbox-java~/build.xml libpdfbox-java/build.xml |
9 |
--- libpdfbox-java~/build.xml 2006-11-18 00:19:04.000000000 +0100 |
10 |
+++ libpdfbox-java/build.xml 2006-12-25 22:03:52.000000000 +0100 |
11 |
@@ -160,9 +160,11 @@ |
12 |
|
13 |
<target name="package" depends="compile" description="Package pdfbox into a jar file"> |
14 |
<property name="release.name" value="${project.name}-${project.version}" /> |
15 |
+ <!-- |
16 |
<propertyfile file="${resources.dir}/pdfbox.version"> |
17 |
<entry key="pdfbox.version" value="${release.name}"/> |
18 |
</propertyfile> |
19 |
+ --> |
20 |
|
21 |
<jar jarfile="./lib/${release.name}.jar"> |
22 |
<fileset dir="${dest.dir}"> |