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 2007-05-17 22:21:32.000000000 +0200 |
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}"> |
23 |
@@ -404,8 +406,8 @@ |
24 |
classpathref="build.classpath" |
25 |
encoding="ISO-8859-1" |
26 |
breakiterator="yes"> |
27 |
- <link href="http://java.sun.com/j2se/1.4.2/docs/api/"/> |
28 |
- <link href="http://jakarta.apache.org/lucene/docs/api/" /> |
29 |
+ <!--<link href="http://java.sun.com/j2se/1.4.2/docs/api/"/>--> |
30 |
+ <!--<link href="http://jakarta.apache.org/lucene/docs/api/" />--> |
31 |
<!--<link href="http://jakarta.apache.org/ant/manual/api/" />--> |
32 |
</javadoc> |
33 |
</target> |
34 |
@@ -418,4 +420,4 @@ |
35 |
<antcall target="site"/> |
36 |
</target> |
37 |
|
38 |
-</project> |
39 |
\ No newline at end of file |
40 |
+</project> |