[jbpm-commits] JBoss JBPM SVN: r2133 - in jbpm3/trunk/modules: jpdl/userguide and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Sep 5 12:51:09 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-05 12:51:08 -0400 (Fri, 05 Sep 2008)
New Revision: 2133

Modified:
   jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
   jbpm3/trunk/modules/jpdl/userguide/pom.xml
Log:
userguide docbook

Modified: jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml	2008-09-05 16:49:44 UTC (rev 2132)
+++ jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml	2008-09-05 16:51:08 UTC (rev 2133)
@@ -104,12 +104,14 @@
     <!-- JBoss-4.2.2 -->
     <pack name="Download JBoss-4.2.2" required="no" parent="Optional Downloads" preselected="no">
       <description>Download and Install JBoss-4.2.2</description>
+      <!-- http://jira.codehaus.org/browse/IZPACK-158 -->
       <file src="@{resources.dir}/installer/download-helper.xml" targetdir="$INSTALL_PATH/Uninstaller"/>
     </pack>
     
     <!-- Eclipse-3.4.0 -->
     <pack name="Download Eclipse-3.4.0" required="no" parent="Optional Downloads" preselected="no">
       <description>Download and Install Eclipse-3.4.0</description>
+      <!-- http://jira.codehaus.org/browse/IZPACK-158 -->
       <file src="@{resources.dir}/installer/download-helper.xml" targetdir="$INSTALL_PATH/tmp"/>
     </pack>
     

Modified: jbpm3/trunk/modules/jpdl/userguide/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/userguide/pom.xml	2008-09-05 16:49:44 UTC (rev 2132)
+++ jbpm3/trunk/modules/jpdl/userguide/pom.xml	2008-09-05 16:51:08 UTC (rev 2133)
@@ -1,30 +1,64 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- ====================================================================== -->
-<!--                                                                        -->
-<!--  JBoss, the OpenSource J2EE webOS                                      -->
-<!--                                                                        -->
-<!--  Distributable under LGPL license.                                     -->
-<!--  See terms of license at http://www.gnu.org.                           -->
-<!--                                                                        -->
-<!-- ====================================================================== -->
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
 
-<!-- $Id$ -->
+  <!-- $Id$ -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  
+
   <name>JBoss jBPM - jPDL Userguide</name>
   <groupId>org.jboss.jbpm</groupId>
   <artifactId>jbpm-jpdl-userguide</artifactId>
   <packaging>pom</packaging>
-  
+
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.jbpm</groupId>
     <artifactId>jbpm-jpdl</artifactId>
     <version>3.3.0-SNAPSHOT</version>
   </parent>
-  
+
+  <!-- Plugins -->
+  <build>
+    <plugins>
+      <!--
+        <plugin> Maven JDocbook Plugin http://www.jboss.org/maven-jdocbook-plugin <groupId>org.jboss.maven.plugins</groupId>
+        <artifactId>maven-jdocbook-plugin</artifactId> <extensions>true</extensions> <configuration>
+        <sourceDocumentName>en/master.xml</sourceDocumentName> <formats> <format> <formatName>html</formatName> </format> <!- - Include the
+        userguide in the deploy artefacts https://jira.jboss.org/jira/browse/JBPM-1299 <format> <formatName>pdf</formatName> </format> - ->
+        </formats> </configuration> </plugin>
+      -->
+      <plugin>
+        <groupId>org.jboss.maven.plugins</groupId>
+        <artifactId>maven-jdocbook-plugin</artifactId>
+        <extensions>true</extensions>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>generate</goal>
+              <goal>bundle</goal>
+            </goals>
+            <configuration>
+              <sourceDocumentName>en/master.xml</sourceDocumentName>
+              <formats>
+                <format>
+                  <formatName>html</formatName>
+                </format>
+              </formats>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>




More information about the jbpm-commits mailing list