List:Commits« Previous MessageNext Message »
From:mmatthews Date:July 11 2006 6:34pm
Subject:Connector/J commit: r5493 - branches/branch_5_0/connector-j
View as plain text  
Modified:
   branches/branch_5_0/connector-j/build.xml
Log:
Bundle release-test-output w/ docs when building distribution.

Modified: branches/branch_5_0/connector-j/build.xml
===================================================================
--- branches/branch_5_0/connector-j/build.xml	2006-07-11 00:01:38 UTC (rev 5492)
+++ branches/branch_5_0/connector-j/build.xml	2006-07-11 18:34:42 UTC (rev 5493)
@@ -306,6 +306,10 @@
 		<copy file="${com.mysql.jdbc.docs.sourceDir}/en/txt/connector-j.txt"
 			tofile="${buildDir}/${fullProdName}/docs/README.txt"
 			failonerror="true"/>
+		<copy todir="${buildDir}/${fullProdName}/docs/release-test-output" failonerror="false">
+			<fileset dir="${com.mysql.jdbc.docs.sourceDir}/release-test-output" excludes="**/CVS">
+			</fileset>
+		</copy>
 	</target>
 
 	<target name="test-all-multi" depends="compile">

Thread
Connector/J commit: r5493 - branches/branch_5_0/connector-jmmatthews11 Jul