[jboss-cvs] JBossAS SVN: r66368 - projects/security/security-docs/trunk/docs/guide.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 23 16:48:29 EDT 2007


Author: anil.saldhana at jboss.com
Date: 2007-10-23 16:48:29 -0400 (Tue, 23 Oct 2007)
New Revision: 66368

Removed:
   projects/security/security-docs/trunk/docs/guide/build.xml
Modified:
   projects/security/security-docs/trunk/docs/guide/pom.xml
Log:
update workspace to just contain maven

Deleted: projects/security/security-docs/trunk/docs/guide/build.xml
===================================================================
--- projects/security/security-docs/trunk/docs/guide/build.xml	2007-10-23 20:44:45 UTC (rev 66367)
+++ projects/security/security-docs/trunk/docs/guide/build.xml	2007-10-23 20:48:29 UTC (rev 66368)
@@ -1,20 +0,0 @@
-<project name="Documentation" default="all.doc" basedir=".">
-
-    <!-- Set the following property to generate the doco in the output folder -->
-    <!--property name="build.dir"             value="${basedir}/../../output/docs/guide"/-->
-
-    <property name="pdf.name"              value="jboss-security-integration.pdf" />
-    <import file="../../support.xml" />
-
-    <target name="all.doc" depends="clean">
-        <antcall target="lang.all"><param name="lang" value="en"/></antcall>
-    </target>
-        
-    <!-- Use this alternate target to enable uptodate checking, i.e.
-         don't generate docs if nothing has changed
-    <target name="all.doc">
-        <antcall target="lang.all.run"><param name="lang" value="en"/></antcall>
-    </target>
-    -->
-
-</project>

Modified: projects/security/security-docs/trunk/docs/guide/pom.xml
===================================================================
--- projects/security/security-docs/trunk/docs/guide/pom.xml	2007-10-23 20:44:45 UTC (rev 66367)
+++ projects/security/security-docs/trunk/docs/guide/pom.xml	2007-10-23 20:48:29 UTC (rev 66368)
@@ -32,7 +32,7 @@
       -->
         <groupId>com.agilejava.docbkx</groupId>
         <artifactId>docbkx-maven-plugin</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.6</version>
         <executions>
           <execution>
             <goals>
@@ -53,7 +53,7 @@
 
         <configuration>
           <!--<foCustomization>${basedir}/src/styles/docbook-fo.xsl</foCustomization>-->
-          <includes>master.xml</includes>
+          <includes>jbosssecurity.xml</includes>
 
           <!-- use separate pages per chapter for HTML -->
           <chunkedOutput>true</chunkedOutput>




More information about the jboss-cvs-commits mailing list