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/07/04 15:09:48 UTC

svn commit: r419000 - /incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml

Author: aadamchik
Date: Tue Jul  4 06:09:48 2006
New Revision: 419000

URL: http://svn.apache.org/viewvc?rev=419000&view=rev
Log:
adding manual docs index file

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

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml?rev=419000&r1=418999&r2=419000&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/doc.xml Tue Jul  4 06:09:48 2006
@@ -39,7 +39,16 @@
 		<mkdir dir="${dist}/doc/"/>
 		
 		<copy todir="${dist}/doc">
-			<fileset dir="${cayenne.other}/wiki-docs" excludes="README.txt"/>
+			<fileset dir="${cayenne.other}/wiki-docs" excludes="index.html,README.txt,Documentation/index.html"/>
+		</copy>
+		
+		<tstamp/>
+		<copy todir="${dist}/doc" file="${cayenne.other}/wiki-docs/index.html">
+				<filterset>
+					<filter token="CAYENNE_VERSION" value="${project.version}"/>
+					<filter token="CAYENNE_BUILD_DATE" value="${TODAY}"/>
+					<filter token="CAYENNE_BUILD_USER" value="${user.name}"/>
+				</filterset>
 		</copy>
 	
 		<!-- Copy other doc-related stuff -->