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 je...@apache.org on 2005/11/17 15:27:45 UTC

svn commit: r345250 - /xmlgraphics/fop/trunk/build.xml

Author: jeremias
Date: Thu Nov 17 06:27:40 2005
New Revision: 345250

URL: http://svn.apache.org/viewcvs?rev=345250&view=rev
Log:
examples directory was missing in both src and bin distributions.

Modified:
    xmlgraphics/fop/trunk/build.xml

Modified: xmlgraphics/fop/trunk/build.xml
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/build.xml?rev=345250&r1=345249&r2=345250&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Thu Nov 17 06:27:40 2005
@@ -70,6 +70,7 @@
     <!--include name="STATUS"/-->
     <include name="fop.bat"/>
     <include name="fop"/>
+    <include name="examples/**"/>
     <exclude name="docs/**"/>
     <exclude name="src/**"/>
     <exclude name="dist/**"/>
@@ -102,6 +103,7 @@
     <patternset refid="dist.lib"/>
     <include name="lib/servlet*"/>
     <include name="test/**"/>
+    <include name="examples/**"/>
     <!--include name="CHANGES"/-->
     <include name="LICENSE"/>
     <include name="NOTICE"/>



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