[jbosscache-commits] JBoss Cache SVN: r7781 - core/branches/flat.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Feb 25 06:22:30 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-02-25 06:22:30 -0500 (Wed, 25 Feb 2009)
New Revision: 7781

Modified:
   core/branches/flat/pom.xml
Log:
Removed docbook generation

Modified: core/branches/flat/pom.xml
===================================================================
--- core/branches/flat/pom.xml	2009-02-25 11:21:03 UTC (rev 7780)
+++ core/branches/flat/pom.xml	2009-02-25 11:22:30 UTC (rev 7781)
@@ -263,168 +263,15 @@
             <!-- override to generate javadocs in the "package" phase -->
             <javadocPhase>package</javadocPhase>
          </properties>
-         <build>
-            <plugins>
-               <!-- the docbook generation plugin for the user guide -->
-               <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.1.0</version>
-                     </dependency>
-                     <dependency>
-                        <groupId>org.jboss</groupId>
-                        <artifactId>jbossorg-jdocbook-style</artifactId>
-                        <version>1.1.0</version>
-                        <type>jdocbook-style</type>
-                     </dependency>
-                  </dependencies>
-                  <executions>
-
-                     <!-- The User Guide-->
-                     <execution>
-                        <id>userguide_en</id>
-                        <phase>package</phase>
-                        <goals>
-                           <goal>resources</goal>
-                           <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                           <sourceDocumentName>master.xml</sourceDocumentName>
-                           <sourceDirectory>${basedir}/src/main/docbook/userguide/en</sourceDirectory>
-                           <imageResource>
-                              <directory>${basedir}/src/main/docbook/images</directory>
-                           </imageResource>
-                           <cssResource>
-                              <directory>${basedir}/src/main/docbook/css</directory>
-                           </cssResource>
-                           <targetDirectory>${basedir}/target/docbook/userguide_en</targetDirectory>
-                           <formats>
-                              <format>
-                                 <formatName>pdf</formatName>
-                                 <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
-                                 <finalName>userguide_en.pdf</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>
-                           <options>
-                              <xincludeSupported>false</xincludeSupported>
-                           </options>
-                        </configuration>
-                     </execution>
-
-                     <!-- The Tutorial -->
-                     <execution>
-                        <id>tutorial_en</id>
-                        <phase>package</phase>
-                        <goals>
-                           <goal>resources</goal>
-                           <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                           <sourceDocumentName>master.xml</sourceDocumentName>
-                           <sourceDirectory>${basedir}/src/main/docbook/tutorial/en</sourceDirectory>
-                           <imageResource>
-                              <directory>${basedir}/src/main/docbook/images</directory>
-                           </imageResource>
-                           <cssResource>
-                              <directory>${basedir}/src/main/docbook/css</directory>
-                           </cssResource>
-                           <targetDirectory>${basedir}/target/docbook/tutorial_en</targetDirectory>
-                           <formats>
-                              <format>
-                                 <formatName>pdf</formatName>
-                                 <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
-                                 <finalName>tutorial_en.pdf</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>
-                           <options>
-                              <xincludeSupported>false</xincludeSupported>
-                           </options>
-                        </configuration>
-                     </execution>
-
-                     <!-- the FAQs -->
-                     <execution>
-                        <id>faq_en</id>
-                        <phase>package</phase>
-                        <goals>
-                           <goal>resources</goal>
-                           <goal>generate</goal>
-                        </goals>
-                        <configuration>
-                           <sourceDocumentName>master.xml</sourceDocumentName>
-                           <sourceDirectory>${basedir}/src/main/docbook/faq/en</sourceDirectory>
-                           <imageResource>
-                              <directory>${basedir}/src/main/docbook/images</directory>
-                           </imageResource>
-                           <cssResource>
-                              <directory>${basedir}/src/main/docbook/css</directory>
-                           </cssResource>
-                           <targetDirectory>${basedir}/target/docbook/faq_en</targetDirectory>
-                           <formats>
-                              <format>
-                                 <formatName>pdf</formatName>
-                                 <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
-                                 <finalName>faq_en.pdf</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>
-                           <options>
-                              <xincludeSupported>false</xincludeSupported>
-                           </options>
-                        </configuration>
-                     </execution>
-                  </executions>
-               </plugin>
-            </plugins>
-         </build>
          <reporting>
             <plugins>
                <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-surefire-report-plugin</artifactId>
-                  <version>2.4.3-JBOSS</version>
+                  <version>2.4.3</version>
                </plugin>
             </plugins>
          </reporting>
-
       </profile>
 
       <profile>




More information about the jbosscache-commits mailing list