[jboss-cvs] JBoss Messaging SVN: r2539 - in trunk: docs and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 1 14:00:13 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-03-01 14:00:12 -0500 (Thu, 01 Mar 2007)
New Revision: 2539

Modified:
   trunk/build-messaging.xml
   trunk/docs/README.html
Log:
documentation path corrections

Modified: trunk/build-messaging.xml
===================================================================
--- trunk/build-messaging.xml	2007-03-01 18:48:18 UTC (rev 2538)
+++ trunk/build-messaging.xml	2007-03-01 19:00:12 UTC (rev 2539)
@@ -718,9 +718,9 @@
 
    <target name="userdoc" depends="release-structure">
 
-      <ant dir="./docs/userguide-1.2" antfile="build.xml" target="all"/>
+      <ant dir="./docs/userguide" antfile="build.xml" target="all"/>
       <copy todir="${release.output}/docs/userguide">
-         <fileset dir="${project.output}/docs/userguide-1.2/en">
+         <fileset dir="${project.output}/docs/userguide/en">
             <include name="**"/>
             <exclude name="**/do-not-distribute*"/>
          </fileset>

Modified: trunk/docs/README.html
===================================================================
--- trunk/docs/README.html	2007-03-01 18:48:18 UTC (rev 2538)
+++ trunk/docs/README.html	2007-03-01 19:00:12 UTC (rev 2539)
@@ -23,7 +23,7 @@
 is
 provided in <a href="./docs/userguide/html/index.html">HTML</a>, <a
  href="./docs/userguide/html_single/index.html">HTML-single</a>
-and <a href="./docs/userguide/pdf/ClusteringGuide.pdf">PDF</a>
+and <a href="./docs/userguide/pdf/JBossMessagingUsersGuide.pdf">PDF</a>
 formats.&nbsp; The guide is also available on-line at&nbsp; <a
  href="http://labs.jboss.com/portal/jbossmessaging/docs/index.html">http://labs.jboss.com/portal/jbossmessaging/docs/index.html</a><br>
 <br>




More information about the jboss-cvs-commits mailing list