You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by cr...@apache.org on 2006/04/19 05:07:02 UTC

svn commit: r395116 - /xml/commons/trunk/build.xml

Author: crossley
Date: Tue Apr 18 20:07:00 2006
New Revision: 395116

URL: http://svn.apache.org/viewcvs?rev=395116&view=rev
Log:
No longer need to copy the LICENSE.resolver.txt

Modified:
    xml/commons/trunk/build.xml

Modified: xml/commons/trunk/build.xml
URL: http://svn.apache.org/viewcvs/xml/commons/trunk/build.xml?rev=395116&r1=395115&r2=395116&view=diff
==============================================================================
--- xml/commons/trunk/build.xml (original)
+++ xml/commons/trunk/build.xml Tue Apr 18 20:07:00 2006
@@ -122,13 +122,6 @@
   </target>
 
   <target name="docs" depends="prepare-extra-docs, site">
-    <!-- prepare some other docs -->
-    <!--FIXME IG
-    <copy todir="${build.docs.content.dir}/components">
-      <fileset dir="java/src/org/apache/xml/resolver" includes="LICENSE.resolver.txt"/>
-    </copy>  
-    -->
-
     <!-- call forrest to generate the docs -->
     <!--
     <ant target="site"/>