with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
20 lines
854 B
XML
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"/>
|