[jboss-svn-commits] JBL Code SVN: r20488 - in labs/jbossrules/trunk/drools-docs: drools-docs-introduction and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Jun 14 19:11:41 EDT 2008


Author: mark.proctor at jboss.com
Date: 2008-06-14 19:11:40 -0400 (Sat, 14 Jun 2008)
New Revision: 20488

Added:
   labs/jbossrules/trunk/drools-docs/drools-docs-introduction/
   labs/jbossrules/trunk/drools-docs/drools-docs-introduction/en/
   labs/jbossrules/trunk/drools-docs/drools-docs-introduction/pom.xml
Removed:
   labs/jbossrules/trunk/drools-docs/drools-docs-generaluserguide/
   labs/jbossrules/trunk/drools-docs/drools-docs-introduction/en/
   labs/jbossrules/trunk/drools-docs/drools-docs-introduction/pom.xml
Modified:
   labs/jbossrules/trunk/drools-docs/pom.xml
Log:
JBRULES-1643
-renamed general user guide to introduction

Copied: labs/jbossrules/trunk/drools-docs/drools-docs-introduction (from rev 20486, labs/jbossrules/trunk/drools-docs/drools-docs-generaluserguide)

Copied: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/en (from rev 20487, labs/jbossrules/trunk/drools-docs/drools-docs-generaluserguide/en)

Deleted: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-generaluserguide/pom.xml	2008-06-14 22:27:36 UTC (rev 20486)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-introduction/pom.xml	2008-06-14 23:11:40 UTC (rev 20488)
@@ -1,106 +0,0 @@
-<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/xsd/maven-4.0.0.xsd">
- 
-    <modelVersion>4.0.0</modelVersion>
- 
-  <parent>
-    <artifactId>drools-docs</artifactId>
-    <groupId>org.drools</groupId>
-    <version>5.0.0.SNAPSHOT</version>
-  </parent>  
-  
-    <artifactId>drools-docs-generaluserguide</artifactId>
-    <packaging>jdocbook</packaging>
-    <name>Drools :: Documentation :: General User Guide</name>
-    <description>Drools Introduction and General User Guide Documentation</description>
- 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.jboss.maven.plugins</groupId>
-                <artifactId>maven-jdocbook-plugin</artifactId>
-                <version>2.0.0</version>
-                <extensions>true</extensions>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.jboss</groupId>
-                        <artifactId>jbossorg-docbook-xslt</artifactId>
-                        <version>1.0.0</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.jboss</groupId>
-                        <artifactId>jbossorg-jdocbook-style</artifactId>
-                        <version>1.0.0</version>
-                        <type>jdocbook-style</type>
-                    </dependency>
-                </dependencies>
-                
-                <configuration>
-                    <sourceDocumentName>master.xml</sourceDocumentName>
-                    <sourceDirectory>${pom.basedir}/en</sourceDirectory>
-                    <imageResource>
-                        <directory>${pom.basedir}/en</directory>
-                        <excludes>
-                          <exclude>**/*.xml</exclude>
-                        </excludes>
-                    </imageResource>
-                    
-                    <!--<cssResource>
-                        <directory>src/main/css</directory>
-                    </cssResource>-->
-                    
-                    <formats>
-                        <!--<format>
-                            <formatName>pdf</formatName>
-                            <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
-                            <finalName>${pom.name}.pdf</finalName>
-                        </format>-->
-                        <format>
-                            <formatName>html</formatName>
-                            <stylesheetResource>classpath:/xslt/org/jboss/main-html.xsl</stylesheetResource>
-                            <finalName>index.html</finalName>
-                        </format>
-                        <format>
-                            <formatName>html_single</formatName>
-                            <stylesheetResource>classpath:/xslt/org/jboss/nochunk-html.xsl</stylesheetResource>
-                            <finalName>index.html</finalName>                              
-                        </format>
-                        <format>
-                            <formatName>eclipse</formatName>
-                            <stylesheetResource>classpath:/xslt/org/jboss/main-eclipse.xsl</stylesheetResource>
-                            <finalName>index.html</finalName>
-                        </format>
-                    </formats>
-                    
-                    <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>
-                    </options>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
- 
-    <distributionManagement>
-        <repository>
-            <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-            <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
-            <!-- todo : replace this with direct svn access once the svnkit providers are available -->
-            <id>repository.jboss.org</id>
-            <url>file://${maven.repository.root}</url>
-        </repository>
-        <snapshotRepository>
-            <id>snapshots.jboss.org</id>
-            <name>JBoss Snapshot Repository</name>
-            <url>dav:https://snapshots.jboss.org/maven2</url>
-        </snapshotRepository>
-    </distributionManagement>
- 
-    <properties>
-        <translation>en-US</translation>
-    </properties> 
-</project>
\ No newline at end of file

Copied: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/pom.xml (from rev 20487, labs/jbossrules/trunk/drools-docs/drools-docs-generaluserguide/pom.xml)
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-introduction/pom.xml	                        (rev 0)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-introduction/pom.xml	2008-06-14 23:11:40 UTC (rev 20488)
@@ -0,0 +1,106 @@
+<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/xsd/maven-4.0.0.xsd">
+ 
+    <modelVersion>4.0.0</modelVersion>
+ 
+  <parent>
+    <artifactId>drools-docs</artifactId>
+    <groupId>org.drools</groupId>
+    <version>5.0.0.SNAPSHOT</version>
+  </parent>  
+  
+    <artifactId>drools-docs-generaluserguide</artifactId>
+    <packaging>jdocbook</packaging>
+    <name>Drools :: Documentation :: General User Guide</name>
+    <description>Drools Introduction and General User Guide Documentation</description>
+ 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.jboss.maven.plugins</groupId>
+                <artifactId>maven-jdocbook-plugin</artifactId>
+                <version>2.0.0</version>
+                <extensions>true</extensions>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.jboss</groupId>
+                        <artifactId>jbossorg-docbook-xslt</artifactId>
+                        <version>1.0.0</version>
+                    </dependency>
+                    <dependency>
+                        <groupId>org.jboss</groupId>
+                        <artifactId>jbossorg-jdocbook-style</artifactId>
+                        <version>1.0.0</version>
+                        <type>jdocbook-style</type>
+                    </dependency>
+                </dependencies>
+                
+                <configuration>
+                    <sourceDocumentName>master.xml</sourceDocumentName>
+                    <sourceDirectory>${pom.basedir}/en</sourceDirectory>
+                    <imageResource>
+                        <directory>${pom.basedir}/en</directory>
+                        <excludes>
+                          <exclude>**/*.xml</exclude>
+                        </excludes>
+                    </imageResource>
+                    
+                    <!--<cssResource>
+                        <directory>src/main/css</directory>
+                    </cssResource>-->
+                    
+                    <formats>
+                        <!--<format>
+                            <formatName>pdf</formatName>
+                            <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
+                            <finalName>${pom.name}.pdf</finalName>
+                        </format>-->
+                        <format>
+                            <formatName>html</formatName>
+                            <stylesheetResource>classpath:/xslt/org/jboss/main-html.xsl</stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
+                        <format>
+                            <formatName>html_single</formatName>
+                            <stylesheetResource>classpath:/xslt/org/jboss/nochunk-html.xsl</stylesheetResource>
+                            <finalName>index.html</finalName>                              
+                        </format>
+                        <format>
+                            <formatName>eclipse</formatName>
+                            <stylesheetResource>classpath:/xslt/org/jboss/main-eclipse.xsl</stylesheetResource>
+                            <finalName>index.html</finalName>
+                        </format>
+                    </formats>
+                    
+                    <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>
+                    </options>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+ 
+    <distributionManagement>
+        <repository>
+            <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
+            <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
+            <!-- todo : replace this with direct svn access once the svnkit providers are available -->
+            <id>repository.jboss.org</id>
+            <url>file://${maven.repository.root}</url>
+        </repository>
+        <snapshotRepository>
+            <id>snapshots.jboss.org</id>
+            <name>JBoss Snapshot Repository</name>
+            <url>dav:https://snapshots.jboss.org/maven2</url>
+        </snapshotRepository>
+    </distributionManagement>
+ 
+    <properties>
+        <translation>en-US</translation>
+    </properties> 
+</project>
\ No newline at end of file

Modified: labs/jbossrules/trunk/drools-docs/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/pom.xml	2008-06-14 23:08:16 UTC (rev 20487)
+++ labs/jbossrules/trunk/drools-docs/pom.xml	2008-06-14 23:11:40 UTC (rev 20488)
@@ -13,7 +13,7 @@
   <name>Drools :: Documentation</name>
   
   <modules>
-      <module>drools-docs-generaluserguide</module>
+      <module>drools-docs-introduction</module>
       <module>drools-docs-expert</module>
       <module>drools-docs-flow</module>
       <module>drools-docs-fusion</module>      
@@ -26,7 +26,7 @@
       <dependencies>
          <dependency>
             <groupId>org.drools</groupId>
-            <artifactId>drools-docs-generaluserguide</artifactId>
+            <artifactId>drools-docs-introduction</artifactId>
             <version>${project.version}</version>  
          </dependency>
          




More information about the jboss-svn-commits mailing list