diff options
author | stefan <stefan@FreeBSD.org> | 2008-02-18 01:59:46 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2008-02-18 01:59:46 +0800 |
commit | eaca4216e6ba31fb9121efc37a4fe9f95c497afa (patch) | |
tree | 51dc03b695f807735c1c05cbfc400da5092a9400 /devel/itext/files | |
parent | 758c9c55ea6f98f568a16e876a9370a955379fc6 (diff) | |
download | freebsd-ports-gnome-eaca4216e6ba31fb9121efc37a4fe9f95c497afa.tar.gz freebsd-ports-gnome-eaca4216e6ba31fb9121efc37a4fe9f95c497afa.tar.zst freebsd-ports-gnome-eaca4216e6ba31fb9121efc37a4fe9f95c497afa.zip |
Update to 2.0.8.
Diffstat (limited to 'devel/itext/files')
-rw-r--r-- | devel/itext/files/patch-ant_compile.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/itext/files/patch-ant_compile.xml b/devel/itext/files/patch-ant_compile.xml index 236dc519141a..ca0aa30a14fc 100644 --- a/devel/itext/files/patch-ant_compile.xml +++ b/devel/itext/files/patch-ant_compile.xml @@ -1,10 +1,10 @@ ---- ant/compile.xml.orig Wed Sep 12 22:10:40 2007 -+++ ant/compile.xml Wed Sep 12 22:11:21 2007 -@@ -67,6 +67,7 @@ +--- ant/compile.xml.orig 2008-02-17 18:49:03.000000000 +0100 ++++ ant/compile.xml 2008-02-17 18:50:44.000000000 +0100 +@@ -81,6 +81,7 @@ <include name="**/*.txt"/> </fileset> </copy> -+ <mkdir dir="${itext.lib}"/> - <jar jarfile="${itext.jar}" basedir="${itext.bin}" excludes="com/lowagie/examples/**,**/*.cmap,**/*.properties,com/lowagie/text/pdf/fonts/cmaps/**"> ++ <mkdir dir="${itext.lib}"/> + <jar jarfile="${itext.jar}" basedir="${itext.bin}" excludes="com/lowagie/rups/**,com/lowagie/examples/**,**/*.cmap,**/*.properties,com/lowagie/text/pdf/fonts/cmaps/**"> <manifest> <attribute name="Main-Class" value="com.lowagie.tools.ToolboxAvailable"/> |