jeremias 2003/01/15 07:07:06
Modified: . build.xml
Log:
Adjust to new directory for hyphenation
Revision Changes Path
1.72 +1 -3 xml-fop/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-fop/build.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- build.xml 8 Jan 2003 14:45:12 -0000 1.71
+++ build.xml 15 Jan 2003 15:07:05 -0000 1.72
@@ -44,7 +44,6 @@
<fileset dir="${basedir}" id="dist.bin">
<include name="conf/**"/>
<include name="docs/**"/>
- <include name="hyph/**"/>
<include name="CHANGES"/>
<include name="LICENSE"/>
<include name="README"/>
@@ -75,7 +74,6 @@
<include name="src/**"/>
<include name="conf/**"/>
<include name="docs/**"/>
- <include name="hyph/**"/>
<include name="lib/**"/>
<include name="CHANGES"/>
<include name="LICENSE"/>
@@ -151,7 +149,7 @@
<property name="xdocs.dir" value="./src/documentation/content/xdocs"/>
<property name="fo.examples.dir" value="./docs/examples/fo"/>
<property name="lib.dir" value="./lib"/>
- <property name="hyph.dir" value="./hyph"/>
+ <property name="hyph.dir" value="./src/hyph"/>
<property name="conf.dir" value="./conf"/>
<property name="packages" value="org.apache.fop.*"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]