forked from pool/apache-pdfbox
82fd9e63a6
The Apache PDFBox library is an open source Java tool for working with PDF documents. This project allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents. Apache PDFBox also includes several command line utilities. Only fontbox and jempbox are built as pdfbox itself depends on Adobe's pcif. OBS-URL: https://build.opensuse.org/request/show/367539 OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-pdfbox?expand=0&rev=1
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">
|