You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2005/09/18 17:19:31 UTC

svn commit: r289935 - in /xmlgraphics/fop/trunk: build.xml src/hyph/

Author: adelmelle
Date: Sun Sep 18 08:19:28 2005
New Revision: 289935

URL: http://svn.apache.org/viewcvs?rev=289935&view=rev
Log:
Removal of hyphenation patterns

Removed:
    xmlgraphics/fop/trunk/src/hyph/
Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/build.xml?rev=289935&r1=289934&r2=289935&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Sun Sep 18 08:19:28 2005
@@ -167,7 +167,6 @@
   <property name="src.dir" value="${basedir}/src"/>
   <property name="src.codegen.dir" value="${src.dir}/codegen"/>
   <property name="src.java.dir" value="${src.dir}/java"/>
-  <property name="src.hyph.dir" value="${src.dir}/hyph"/>
   <property name="src.viewer.resources.dir" value="${src.java.dir}/org/apache/fop/render/awt/viewer/resources"/>
   <property name="src.viewer.images.dir" value="${src.java.dir}/org/apache/fop/render/awt/viewer/images"/>
   <property name="xdocs.dir" value="${src.dir}/documentation/content/xdocs"/>
@@ -396,9 +395,6 @@
     <mkdir dir="${build.dir}/hyph"/>
     <serHyph targetDir="${build.dir}/hyph">
       <fileset dir="${user.hyph.dir}">
-        <include name="*.xml"/>
-      </fileset>
-      <fileset dir="${src.hyph.dir}">
         <include name="*.xml"/>
       </fileset>
     </serHyph>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org