freebsd-ports/devel/itext/files/patch-ant_compile.xml
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

20 lines
854 B
XML

--- ant/compile.xml.orig 2009-06-08 00:50:15 UTC
+++ ant/compile.xml
@@ -92,11 +92,17 @@
<include name="**/*.html"/>
</fileset>
</copy>
+ <copy todir="${itext.bin}/com/lowagie/text/error_messages/" overwrite="yes">
+ <fileset dir="${itext.src}/core/com/lowagie/text/error_messages/">
+ <include name="**/*.lng"/>
+ </fileset>
+ </copy>
<copy todir="${itext.bin}/com/lowagie/text/" overwrite="yes">
<fileset dir="${itext.src}/core/com/lowagie/text/">
<include name="**/*.txt"/>
</fileset>
</copy>
+ <mkdir dir="${itext.lib}" />
<jar jarfile="${itext.jar}" basedir="${itext.bin}">
<manifest>
<attribute name="Main-Class" value="com.lowagie.tools.ToolboxAvailable"/>