[weld-commits] Weld SVN: r4731 - doc/trunk/reference.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Nov 7 11:17:37 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-07 11:17:37 -0500 (Sat, 07 Nov 2009)
New Revision: 4731

Modified:
   doc/trunk/reference/pom.xml
Log:
use weld xslt, use properties

Modified: doc/trunk/reference/pom.xml
===================================================================
--- doc/trunk/reference/pom.xml	2009-11-07 16:13:16 UTC (rev 4730)
+++ doc/trunk/reference/pom.xml	2009-11-07 16:17:37 UTC (rev 4731)
@@ -12,8 +12,14 @@
    <parent>
       <groupId>org.jboss.weld</groupId>
       <artifactId>weld-parent</artifactId>
-      <version>2</version>
+      <version>5</version>
    </parent>
+  
+   <properties>
+      <weld.docbook.version>1.1.1-Beta3</weld.docbook.version>
+      <seam.docbook.version>1.1.0.GA</seam.docbook.version>
+      <jbossorg.docbook.version>1.1.0</jbossorg.docbook.version>
+   </properties>
 
    <pluginRepositories>
       <pluginRepository>
@@ -39,9 +45,9 @@
             <extensions>true</extensions>
             <dependencies>
                <dependency>
-                  <groupId>org.jboss.webbeans</groupId>
-                  <artifactId>webbeans-docbook-xslt</artifactId>
-                  <version>1.1.1.BETA2</version>
+                  <groupId>org.jboss.weld</groupId>
+                  <artifactId>weld-docbook-xslt</artifactId>
+                  <version>${weld.docbook.version}</version>
                   <exclusions>
                      <exclusion>
                         <groupId>org.eclipse.wst.css</groupId>
@@ -56,13 +62,13 @@
                <dependency>
                   <groupId>org.jboss.seam</groupId>
                   <artifactId>seam-jdocbook-style</artifactId>
-                  <version>1.1.0.GA</version>
+                  <version>${seam.docbook.version}</version>
                   <type>jdocbook-style</type>
                </dependency>
                <dependency>
                   <groupId>org.jboss</groupId>
                   <artifactId>jbossorg-jdocbook-style</artifactId>
-                  <version>1.1.0</version>
+                  <version>${jbossorg.docbook.version}</version>
                   <type>jdocbook-style</type>
                </dependency>
             </dependencies>
@@ -80,21 +86,21 @@
                   <format>
                      <formatName>pdf</formatName>
                      <stylesheetResource>
-                        classpath:/xslt/org/jboss/webbeans/pdf.xsl
+                        classpath:/xslt/org/jboss/weld/pdf.xsl
                      </stylesheetResource>
                      <finalName>weld_reference.pdf</finalName>
                   </format>
                   <format>
                      <formatName>html</formatName>
                      <stylesheetResource>
-                        classpath:/xslt/org/jboss/webbeans/xhtml.xsl
+                        classpath:/xslt/org/jboss/weld/xhtml.xsl
                      </stylesheetResource>
                      <finalName>index.html</finalName>
                   </format>
                   <format>
                      <formatName>html_single</formatName>
                      <stylesheetResource>
-                        classpath:/xslt/org/jboss/webbeans/xhtml-single.xsl
+                        classpath:/xslt/org/jboss/weld/xhtml-single.xsl
                      </stylesheetResource>
                      <finalName>index.html</finalName>
                   </format>
@@ -153,32 +159,10 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-release-plugin</artifactId>
             <configuration>
-               <arguments>-Dbuild.translations</arguments>
+               <arguments>-Ptranslations</arguments>
             </configuration>
          </plugin>
       </plugins>
-      <pluginManagement>
-         <plugins>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-dependency-plugin</artifactId>
-               <version>2.0</version>
-            </plugin>
-            <!-- Remove for parent-3 -->
-            <plugin>
-               <groupId>org.jboss.maven.plugins</groupId>
-               <artifactId>maven-jdocbook-plugin</artifactId>
-               <version>2.1.1</version>
-            </plugin>
-            <!-- Remove for parent-3 -->
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-antrun-plugin</artifactId>
-               <version>1.3</version>
-            </plugin>
-            
-         </plugins>
-      </pluginManagement>
    </build>
 
    <profiles>
@@ -226,8 +210,6 @@
    </issueManagement>
 
    <inceptionYear>2008</inceptionYear>
-   
-   
 
    <scm>
 
@@ -236,4 +218,4 @@
       <url>http://fisheye.jboss.org/browse/Weld/doc</url>
    </scm>
    
-</project>
\ No newline at end of file
+</project>



More information about the weld-commits mailing list