[jboss-svn-commits] JBL Code SVN: r36908 - labs/jbosstm/trunk/ArjunaCore.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Apr 13 10:14:53 EDT 2011


Author: tomjenkinson
Date: 2011-04-13 10:14:53 -0400 (Wed, 13 Apr 2011)
New Revision: 36908

Modified:
   labs/jbosstm/trunk/ArjunaCore/build.xml
Log:
JBTM-700 JBTM-830 removed as per marks reorg - content split and in JTA/JTS only now

Modified: labs/jbosstm/trunk/ArjunaCore/build.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/build.xml	2011-04-13 14:14:40 UTC (rev 36907)
+++ labs/jbosstm/trunk/ArjunaCore/build.xml	2011-04-13 14:14:53 UTC (rev 36908)
@@ -90,11 +90,6 @@
         <if>
             <istrue value="${publican}" />
             <then>
-                <exec dir="docs/ArjunaCore_Installation_And_Administration_Guide" executable="publican">
-                    <arg value="build"/>
-                    <arg value="--langs=en-US"/>
-                    <arg value="--formats=pdf,html"/>
-                </exec>
                 <exec dir="docs/ArjunaCore_Development_Guide" executable="publican">
                     <arg value="build"/>
                     <arg value="--langs=en-US"/>
@@ -148,4 +143,4 @@
 
     </target>
 
-</project>
\ No newline at end of file
+</project>



More information about the jboss-svn-commits mailing list