[jboss-svn-commits] JBL Code SVN: r36395 - labs/jbosstm/trunk.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Dec 13 08:53:29 EST 2010
Author: jhalliday
Date: 2010-12-13 08:53:29 -0500 (Mon, 13 Dec 2010)
New Revision: 36395
Modified:
labs/jbosstm/trunk/build.xml
Log:
Hook release notes to top level build
Modified: labs/jbosstm/trunk/build.xml
===================================================================
--- labs/jbosstm/trunk/build.xml 2010-12-13 13:36:27 UTC (rev 36394)
+++ labs/jbosstm/trunk/build.xml 2010-12-13 13:53:29 UTC (rev 36395)
@@ -95,6 +95,9 @@
<ant dir="rhq-plugin" target="dist"/>
<ant dir="txbridge" target="clean"/>
<ant dir="txbridge" target="dist"/>
+ <ant dir="docs" target="install.docs">
+ <property name="dest.dir" value="../install/docs"/>
+ </ant>
</target>
<target name="antbuildsystem" depends="clean">
More information about the jboss-svn-commits
mailing list