List:Commits« Previous MessageNext Message »
From:mmatthews Date:June 6 2007 4:23pm
Subject:Connector/J commit: r6443 - branches/branch_5_1/connector-j
View as plain text  
Modified:
   branches/branch_5_1/connector-j/build.xml
Log:
Added target to generate error mapping and connection properties docs in one go.

Modified: branches/branch_5_1/connector-j/build.xml
===================================================================
--- branches/branch_5_1/connector-j/build.xml	2007-06-05 17:56:41 UTC (rev 6442)
+++ branches/branch_5_1/connector-j/build.xml	2007-06-06 16:23:46 UTC (rev 6443)
@@ -795,6 +795,9 @@
 		</delete>
 	</target>
 
+	<target name="docs-generate-dynamic-docs" 
+		depends="docs-generate-properties-table, docs-generate-error-mapping-table"/>
+	
 	<target name="docs-generate-properties-table" depends="compile-driver">
 		<tempfile property="properties-xml" suffix=".xml" />
 

Thread
Connector/J commit: r6443 - branches/branch_5_1/connector-jmmatthews6 Jun