[seam-commits] Seam SVN: r7606 - branches/Seam_2_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Mar 18 07:54:56 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-03-18 07:54:55 -0400 (Tue, 18 Mar 2008)
New Revision: 7606

Modified:
   branches/Seam_2_0/build/docs.pom.xml
Log:
Up to newer docs build

Modified: branches/Seam_2_0/build/docs.pom.xml
===================================================================
--- branches/Seam_2_0/build/docs.pom.xml	2008-03-18 11:54:05 UTC (rev 7605)
+++ branches/Seam_2_0/build/docs.pom.xml	2008-03-18 11:54:55 UTC (rev 7606)
@@ -1,98 +1,49 @@
 <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">
+   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>
+   <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.jboss.seam.reference-guide</groupId>
-    <artifactId>seam-reference-guide-${translation}</artifactId>
-    <version>@seam.version@</version>
-    <packaging>jdocbook</packaging>
-    <name>Seam Reference Guide (${translation})</name>
+   <parent>
+      <groupId>org.jboss</groupId>
+      <artifactId>documentation</artifactId>
+      <version>1.1-SNAPSHOT</version>
+   </parent>
 
-    <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>
-                    <minmemory>1024m</minmemory>
-                    <maxmemory>1024m</maxmemory>
-                    <sourceDocumentName>Seam_Reference_Guide.xml</sourceDocumentName>
-                    <sourceDirectory>en-US</sourceDirectory>
-                    <imageResource>
-                        <directory>en-US</directory>
-                        <includes>
-                          <include>images/*</include>
-                        </includes>
-                    </imageResource>
-                    <!--<cssResource>
-                        <directory>src/main/css</directory>
-                    </cssResource>-->
-                    <formats>
+   <groupId>org.jboss.seam.reference-guide</groupId>
+   <artifactId>seam-reference-guide-${translation}</artifactId>
+   <version>@seam.version@</version>
+   <packaging>jdocbook</packaging>
+   <name>Seam Reference Guide (${translation})</name>
 
-                        <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>pdf</formatName>
-                            <stylesheetResource>classpath:/xslt/org/jboss/main-pdf.xsl</stylesheetResource>
-			    <finalName>Seam_Reference_Guide.pdf</finalName>
-                        </format >
-                    <!--<format>
-                            <formatName>eclipse</formatName>
-                            <stylesheetResource>classpath:/xslt/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>
-                        <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>
-                          <!--<javax.xml.parsers.DocumentBuilderFactory>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl</javax.xml.parsers.DocumentBuilderFactory>
-                          <javax.xml.parsers.SAXParserFactory>org.apache.xerces.jaxp.SAXParserFactoryImpl</javax.xml.parsers.SAXParserFactory>
-                          <javax.xml.validation.SchemaFactory:http\://www.w3.org/2001/XMLSchema>org.apache.xerces.jaxp.validation.XMLSchemaFactory</javax.xml.validation.SchemaFactory:http\://www.w3.org/2001/XMLSchema>-->
-                        </transformerParameters>
-                    </options>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
+   <pluginRepositories>
+      <pluginRepository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://repository.jboss.org/maven2</url>
+      </pluginRepository>
+      <pluginRepository>
+         <snapshots />
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+      </pluginRepository>
+   </pluginRepositories>
+   <repositories>
+      <repository>
+         <id>repository.jboss.org</id>
+         <name>JBoss Repository</name>
+         <url>http://repository.jboss.org/maven2</url>
+      </repository>
+      <repository>
+         <snapshots />
+         <id>snapshots.jboss.org</id>
+         <name>JBoss Snapshot Repository</name>
+         <url>http://snapshots.jboss.org/maven2</url>
+      </repository>
+   </repositories>
 
-    <properties>
-        <translation>en-US</translation>
-    </properties> 
+   <properties>
+      <translation>en</translation>
+   </properties>
 </project>




More information about the seam-commits mailing list