[jbpm-commits] JBoss JBPM SVN: r6557 - in jbpm3/branches/jbpm-3.2-soa/modules/userguide: src/main/docbook/en-US and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 9 15:44:09 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-08-09 15:44:08 -0400 (Mon, 09 Aug 2010)
New Revision: 6557

Added:
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jBPM_Reference_Guide.ent
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jBPM_Reference_Guide.xml
Removed:
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/JBPM_Reference_Guide.ent
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/JBPM_Reference_Guide.xml
Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/pom.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Author_Group.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Book_Info.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/LGPL_Appendix.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Preface.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Revision_History.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/async.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/calendar.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/configuration.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/context.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/database.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/deployment.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/developers.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/enterprise.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/gettingstarted.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/introduction.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jpdl.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/logging.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/mail.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/modelling.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/persistence.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/pluggable.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/scheduler.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/security.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/simulation.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/taskmgmt.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/tdd.xml
   jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/tutorial.xml
Log:
JBPM-2866 fix userguide build broken by filename changes

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/pom.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/pom.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -29,18 +29,15 @@
   <build>
     <plugins>
       <!--
-        Maven JDocbook Plugin 
-        http://www.jboss.org/maven-jdocbook-plugin 
-        
-        mvn jdocbook:generate
-        mvn jdocbook:bundle
+        Maven JDocbook Plugin
+        http://www.jboss.org/maven-jdocbook-plugin
       -->
       <plugin>
         <groupId>org.jboss.maven.plugins</groupId>
         <artifactId>maven-jdocbook-plugin</artifactId>
         <version>2.2.0</version>
         <extensions>true</extensions>
-        
+
         <dependencies>
           <dependency>
             <groupId>org.jboss</groupId>
@@ -54,45 +51,39 @@
             <type>jdocbook-style</type>
           </dependency>
         </dependencies>
-        
+
         <configuration>
-        <options>
-             <xincludeSupported>true</xincludeSupported>
-			  <xmlTransformerType>saxon</xmlTransformerType>
-			  <!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
-			  <!--     could also locate the docbook dependency and inspect its version... -->
-			  <docbookVersion>1.72.0</docbookVersion>
-			<transformerParameters>
-			  <property>
-				  <name>javax.xml.parsers.DocumentBuilderFactory</name>
-					<value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</value>
-				</property>
-				<property>
-					<name>javax.xml.parsers.SAXParserFactory</name>
-					<value>org.apache.xerces.jaxp.SAXParserFactoryImpl</value>
-				</property>
-		    </transformerParameters>
-			
-        </options>
-          <sourceDocumentName>jBPM_jPDL_User_Guide.xml</sourceDocumentName>
+          <options>
+            <xincludeSupported>true</xincludeSupported>
+            <xmlTransformerType>saxon</xmlTransformerType>
+            <!-- needed for uri-resolvers; can be ommitted if using 'current' uri scheme -->
+            <!-- could also locate the docbook dependency and inspect its version... -->
+            <docbookVersion>1.72.0</docbookVersion>
+            <transformerParameters>
+              <property>
+                <name>javax.xml.parsers.DocumentBuilderFactory</name>
+                <value>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</value>
+              </property>
+              <property>
+                <name>javax.xml.parsers.SAXParserFactory</name>
+                <value>org.apache.xerces.jaxp.SAXParserFactoryImpl</value>
+              </property>
+            </transformerParameters>
+          </options>
+
+          <sourceDocumentName>jBPM_Reference_Guide.xml</sourceDocumentName>
           <imageResource>
             <directory>${basedir}/src/main/docbook/en-US/</directory>
-          <includes>
+            <includes>
               <include>images/*</include>
-<!--              <include>**/*.jpg</include> -->
             </includes>
-          </imageResource> 
+          </imageResource>
           <formats>
-              <format>
-                    <formatName>html_single</formatName>
-                    <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
-                    <finalName>index.html</finalName>
-                </format>
-            <!-- <format>
-                <formatName>html</formatName>
-                <stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
-                <finalName>index.html</finalName>
-            </format> -->
+            <format>
+              <formatName>html_single</formatName>
+              <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
+              <finalName>index.html</finalName>
+            </format>
           </formats>
         </configuration>
       </plugin>

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Author_Group.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Author_Group.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Author_Group.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE authorgroup PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <authorgroup>

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Book_Info.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Book_Info.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Book_Info.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -3,7 +3,7 @@
 <!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
-<bookinfo id="book-jBPM_jPDL_User_Guide-jBPM_jPDL_User_Guide">
+<bookinfo id="book-jBPM_Reference_Guide-jBPM_Reference_Guide">
 	<title>jBPM Reference Guide</title>
 	<subtitle>Guide to using and developing with jBPM 3</subtitle>
 	<productname>jBPM</productname>

Deleted: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/JBPM_Reference_Guide.ent
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/JBPM_Reference_Guide.ent	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/JBPM_Reference_Guide.ent	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,4 +0,0 @@
-<!ENTITY PRODUCT "jBPM3">
-<!ENTITY BOOKID "jBPM_jPDL_User_Guide">
-<!ENTITY YEAR "2010">
-<!ENTITY HOLDER "The jBPM Project">

Deleted: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/JBPM_Reference_Guide.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/JBPM_Reference_Guide.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/JBPM_Reference_Guide.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
-%BOOK_ENTITIES;
-]>
-<book>
-    <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-<!--    <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
-
-    <xi:include href= "introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="gettingstarted.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="tutorial.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="deployment.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="persistence.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="database.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="enterprise.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="modelling.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="context.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="taskmgmt.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="scheduler.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="async.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="calendar.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="mail.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="logging.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="jpdl.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-    <xi:include href="security.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="tdd.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-    <xi:include href="pluggable.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-
-    <xi:include href="LGPL_Appendix.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
-    <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-</book>
-

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/LGPL_Appendix.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/LGPL_Appendix.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/LGPL_Appendix.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <!-- this file stolen from http://www.gnu.org/copyleft/lesser.html -->

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Preface.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Preface.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Preface.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,9 +1,9 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
-<preface id="pref-jBPM_jPDL_User_Guide-Preface">
+<preface id="pref-jBPM_Reference_Guide-Preface">
 	<title>Preface</title>
 	<xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude"> 	
     	<xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude" />

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Revision_History.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Revision_History.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/Revision_History.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,9 +1,9 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
-<appendix id="appe-jBPM_jPDL_User_Guide-Revision_History">
+<appendix id="appe-jBPM_Reference_Guide-Revision_History">
 	<title>Revision History</title>
 	<simpara>
 		<revhistory>

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/async.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/async.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/async.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/calendar.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/calendar.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/calendar.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/configuration.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/configuration.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/configuration.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/context.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/context.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/context.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/database.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/database.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/database.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="thejbpmdatabase">

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/deployment.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/deployment.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/deployment.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="deployment">

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/developers.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/developers.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/developers.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="developers">

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/enterprise.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/enterprise.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/enterprise.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="enterprise">

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/gettingstarted.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/gettingstarted.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/gettingstarted.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="gettingstarted">

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/introduction.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/introduction.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/introduction.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 

Copied: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jBPM_Reference_Guide.ent (from rev 6556, jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/JBPM_Reference_Guide.ent)
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jBPM_Reference_Guide.ent	                        (rev 0)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jBPM_Reference_Guide.ent	2010-08-09 19:44:08 UTC (rev 6557)
@@ -0,0 +1,4 @@
+<!ENTITY PRODUCT "jBPM3">
+<!ENTITY BOOKID "jBPM Reference Guide">
+<!ENTITY YEAR "2010">
+<!ENTITY HOLDER "The jBPM Project">

Copied: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jBPM_Reference_Guide.xml (from rev 6556, jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/JBPM_Reference_Guide.xml)
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jBPM_Reference_Guide.xml	                        (rev 0)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jBPM_Reference_Guide.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -0,0 +1,36 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<book>
+    <xi:include href="Book_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <!--
+    <xi:include href="Preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    -->
+
+    <xi:include href= "introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="gettingstarted.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="tutorial.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="deployment.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="persistence.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="database.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="enterprise.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="modelling.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="context.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="taskmgmt.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="scheduler.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="async.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="calendar.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="mail.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="logging.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="jpdl.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+    <xi:include href="security.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="tdd.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+    <xi:include href="pluggable.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+
+    <xi:include href="LGPL_Appendix.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> 
+    <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+</book>

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jpdl.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jpdl.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/jpdl.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/logging.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/logging.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/logging.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/mail.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/mail.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/mail.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/modelling.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/modelling.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/modelling.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="processmodelling">

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/persistence.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/persistence.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/persistence.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/pluggable.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/pluggable.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/pluggable.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="pluggable">

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/scheduler.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/scheduler.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/scheduler.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="scheduler">

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/security.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/security.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/security.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="security">

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/simulation.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/simulation.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/simulation.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="simulation">

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/taskmgmt.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/taskmgmt.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/taskmgmt.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="taskmanagement">

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/tdd.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/tdd.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/tdd.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 

Modified: jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/tutorial.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/tutorial.xml	2010-08-09 17:22:14 UTC (rev 6556)
+++ jbpm3/branches/jbpm-3.2-soa/modules/userguide/src/main/docbook/en-US/tutorial.xml	2010-08-09 19:44:08 UTC (rev 6557)
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_jPDL_User_Guide.ent">
+<!ENTITY % BOOK_ENTITIES SYSTEM "jBPM_Reference_Guide.ent">
 %BOOK_ENTITIES;
 ]>
 <chapter id="tutorial">



More information about the jbpm-commits mailing list