[jboss-cvs] JBoss Messaging SVN: r2522 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 1 01:47:42 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-03-01 01:47:42 -0500 (Thu, 01 Mar 2007)
New Revision: 2522

Modified:
   trunk/build-messaging.xml
Log:
adjusted build.xml paths to the new documentation locations

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2007-03-01 06:14:03 UTC (rev 2521)
+++ trunk/build-messaging.xml	2007-03-01 06:47:42 UTC (rev 2522)
@@ -718,20 +718,13 @@
 
    <target name="userdoc" depends="release-structure">
 
-      <ant dir="./docs/gettingstarted" antfile="build.xml" target="all"/>
+      <ant dir="./docs/userguide-1.2" antfile="build.xml" target="all"/>
       <copy todir="${release.output}/docs/userguide">
-         <fileset dir="${project.output}/docs/userguide/en">
+         <fileset dir="${project.output}/docs/userguide-1.2/en">
             <include name="**"/>
             <exclude name="**/do-not-distribute*"/>
          </fileset>
       </copy>
-      <ant dir="./docs/clustering" antfile="build.xml" target="all"/>
-      <copy todir="${release.output}/docs/clustering">
-         <fileset dir="${project.output}/docs/clustering/en">
-            <include name="**"/>
-            <exclude name="**/do-not-distribute*"/>
-         </fileset>
-      </copy>
    </target>
 
    <target name="bundle-source" depends="release-structure">




More information about the jboss-cvs-commits mailing list