forked from pool/apache-pdfbox
58 lines
2.2 KiB
Diff
58 lines
2.2 KiB
Diff
|
---
|
||
|
pdfbox/build.xml | 36 ------------------------------------
|
||
|
1 file changed, 36 deletions(-)
|
||
|
|
||
|
Index: pdfbox-1.8.11/pdfbox/build.xml
|
||
|
===================================================================
|
||
|
--- pdfbox-1.8.11.orig/pdfbox/build.xml
|
||
|
+++ pdfbox-1.8.11/pdfbox/build.xml
|
||
|
@@ -342,48 +342,12 @@
|
||
|
</target>
|
||
|
|
||
|
<target name="get.externallibs.pdfbox">
|
||
|
- <antcall target="downloadfile">
|
||
|
- <param name="sourcefile" value="${bcmail.url}"/>
|
||
|
- <param name="destfile" value="${bcmail.jar}"/>
|
||
|
- </antcall>
|
||
|
- <antcall target="downloadfile">
|
||
|
- <param name="sourcefile" value="${bcprov.url}"/>
|
||
|
- <param name="destfile" value="${bcprov.jar}"/>
|
||
|
- </antcall>
|
||
|
- <antcall target="downloadfile">
|
||
|
- <param name="sourcefile" value="${junit.url}"/>
|
||
|
- <param name="destfile" value="${junit.jar}"/>
|
||
|
- </antcall>
|
||
|
- <antcall target="downloadfile">
|
||
|
- <param name="sourcefile" value="${logging.url}"/>
|
||
|
- <param name="destfile" value="${logging.jar}"/>
|
||
|
- </antcall>
|
||
|
- <antcall target="downloadfile">
|
||
|
- <param name="sourcefile" value="${icu4j.url}"/>
|
||
|
- <param name="destfile" value="${icu4j.jar}"/>
|
||
|
- </antcall>
|
||
|
</target>
|
||
|
|
||
|
<target name="get.externallibs.fontbox">
|
||
|
- <antcall target="downloadfile">
|
||
|
- <param name="sourcefile" value="${junit.url}"/>
|
||
|
- <param name="destfile" value="${junit.jar}"/>
|
||
|
- </antcall>
|
||
|
- <antcall target="downloadfile">
|
||
|
- <param name="sourcefile" value="${logging.url}"/>
|
||
|
- <param name="destfile" value="${logging.jar}"/>
|
||
|
- </antcall>
|
||
|
</target>
|
||
|
|
||
|
<target name="get.externallibs.jempbox">
|
||
|
- <antcall target="downloadfile">
|
||
|
- <param name="sourcefile" value="${junit.url}"/>
|
||
|
- <param name="destfile" value="${junit.jar}"/>
|
||
|
- </antcall>
|
||
|
- <antcall target="downloadfile">
|
||
|
- <param name="sourcefile" value="${logging.url}"/>
|
||
|
- <param name="destfile" value="${logging.jar}"/>
|
||
|
- </antcall>
|
||
|
</target>
|
||
|
|
||
|
<target name="pdfbox.package" depends="get.externallibs.pdfbox,pdfbox.compile" description="Package pdfbox into a jar file">
|