You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/05/10 03:27:17 UTC

svn commit: r405587 - /incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml

Author: aadamchik
Date: Tue May  9 18:27:16 2006
New Revision: 405587

URL: http://svn.apache.org/viewcvs?rev=405587&view=rev
Log:
blowing off the old docs

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml
URL: http://svn.apache.org/viewcvs/incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml?rev=405587&r1=405586&r2=405587&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-ant/build.xml Tue May  9 18:27:16 2006
@@ -173,9 +173,7 @@
     <target name="doc">
 		<ant antfile="ant/cayenne-java.xml" target="jar" inheritrefs="true"/>
         <ant antfile="ant/doc.xml" target="doc" inheritrefs="true"/>
-        <ant antfile="ant/tutorials.xml" target="doc" inheritrefs="true"/>
     </target>
-
 
     <!-- ========================================== -->
     <!-- Builds API documenatation.                 -->