[seam-commits] Seam SVN: r7561 - in branches/Seam_2_0: build and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Mar 13 07:43:58 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-03-13 07:43:58 -0400 (Thu, 13 Mar 2008)
New Revision: 7561

Added:
   branches/Seam_2_0/build/docs.pom.xml
   branches/Seam_2_0/doc/Seam_Reference_Guide/pom.xml
Removed:
   branches/Seam_2_0/doc/Seam_Reference_Guide/build.xml
   branches/Seam_2_0/doc/Seam_Reference_Guide/pom.xml
Modified:
   branches/Seam_2_0/build.xml
Log:
Move docs pom, JBSEAM 2735

Copied: branches/Seam_2_0/build/docs.pom.xml (from rev 7547, branches/Seam_2_0/build/docs.pom.xml)
===================================================================
--- branches/Seam_2_0/build/docs.pom.xml	                        (rev 0)
+++ branches/Seam_2_0/build/docs.pom.xml	2008-03-13 11:43:58 UTC (rev 7561)
@@ -0,0 +1,98 @@
+<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>
+
+    <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>
+
+    <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>resolved.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>
+
+                        <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>
+
+    <properties>
+        <translation>en-US</translation>
+    </properties> 
+</project>


Property changes on: branches/Seam_2_0/build/docs.pom.xml
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native

Modified: branches/Seam_2_0/build.xml
===================================================================
--- branches/Seam_2_0/build.xml	2008-03-13 11:43:03 UTC (rev 7560)
+++ branches/Seam_2_0/build.xml	2008-03-13 11:43:58 UTC (rev 7561)
@@ -593,7 +593,8 @@
 
 	</target>
 
-	<target name="refdoc" description="Generate and copy reference documentation">
+	<target name="refdoc" description="Generate and copy reference documentation" depends="initpoms">
+		<copy file="${docs.pom}" tofile="${doc.ref.dir}/pom.xml" overwrite="true"/>
 		<maven target="compile" basedir="${doc.ref.dir}">
 			<jvmarg line="-Xms128m -Xmx512m" />
 		</maven>

Deleted: branches/Seam_2_0/doc/Seam_Reference_Guide/build.xml
===================================================================
--- branches/Seam_2_0/doc/Seam_Reference_Guide/build.xml	2008-03-13 11:43:03 UTC (rev 7560)
+++ branches/Seam_2_0/doc/Seam_Reference_Guide/build.xml	2008-03-13 11:43:58 UTC (rev 7561)
@@ -1,198 +0,0 @@
-<!--
-   To build the reference docs for a particular language only, use "ant -Dlang=en", for
-   example, and call either lang.all, lang.docpdf, lang.dochtml, or lang.dochtmlsingle
-   for the target of your choice.
-
-   You can also call lang.section-check to track down missing identifiers in a particular
-   language, or you can call lang.revdiff to get a difference report for a particular
-   language, compared with the English reference.
--->
-<project name="ReferenceDocumentation" default="all.doc" basedir=".">
-    <!-- Allow this to be overriden by others importing this project. -->
-    <dirname property="imported.basedir" file="${ant.file.ReferenceDocumentation}"/>
-
-    <!-- Set build directories for all formats. -->
-    <property name="build.dir"             value="${basedir}/build"/>
-
-    <!-- Support files for build process. -->
-    <property name="support.dir"           value="${imported.basedir}/support"/>
-
-    <!-- Base name for documentation artifacts. -->
-    <property name="docname"               value="seam_reference"/>
-
-    <!-- Set DocBook stylesheets. -->
-    <property name="db.style.fopdf"        value="fopdf.xsl"/>
-    <property name="db.style.html"         value="html_chunk.xsl"/>
-    <property name="db.style.htmlsingle"   value="html.xsl"/>
-
-    <!-- Classpath for the build tools. -->
-    <path id="lib.classpath">
-        <fileset dir="${support.dir}/lib">
-            <include name="**/*.jar"/>
-        </fileset>
-    </path>
-
-    <!-- ################################################################## -->
-
-    <target name="all.doc"
-            depends="clean"
-            description="Compile documentation for all languages and all formats.">
-
-        <!-- TRANSLATOR: Duplicate this line for your language -->
-        <antcall target="lang.all"><param name="lang" value="en-US"/></antcall>
-
-    </target>
-
-    <target name="all.revdiff"
-            description="Generates a diff report for all translated versions.">
-
-        <!-- TRANSLATOR: Duplicate this line for your language -->
-    	<antcall target="lang.revdiff"><param name="lang" value="de"/></antcall>
-
-    </target>
-
-    <!-- ################################################################## -->
-
-    <target name="clean">
-
-        <!-- Delete build directory. -->
-        <delete dir="${build.dir}"/>
-
-    </target>
-
-    <target name="lang.all">
-        <!-- Compile the documentation for a single language in all formats. -->
-        <antcall target="lang.docpdf"/>
-        <antcall target="lang.dochtml"/>
-        <antcall target="lang.dochtmlsingle"/>
-        <antcall target="lang.htmlmisc"/>
-    </target>
-
-
-    <target name="lang.docpdf.prepare">
-
-        <!-- Copy all the images to the output location, will be removed later. -->
-        <copy todir="${build.dir}/${lang}/pdf/images">
-            <fileset dir="${basedir}/${lang}/images">
-                <include name="**/*.png"/>
-                <include name="**/*.svg"/>
-                <include name="**/*.gif"/>
-            </fileset>
-        </copy>
-
-        <!-- Create the XSL/FO temporary file. -->
-        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${basedir}" maxmemory="192m" >
-            <classpath refid="lib.classpath"/>
-            <arg value="-o"/>
-            <arg value="${build.dir}/${lang}/pdf/docbook_fop.tmp"/>
-            <arg value="${basedir}/${lang}/master.xml"/>
-            <arg value="${basedir}/${lang}/styles/${db.style.fopdf}"/>
-        </java>
-
-        <available property="custom.fop.userconfig.present" file="userconfig.xml" filepath="${basedir}/${lang}/fop"/>
-    </target>
-
-    <target name="lang.docpdf.customized" depends="lang.docpdf.prepare" if="custom.fop.userconfig.present">
-
-        <copy todir="${build.dir}/${lang}/pdf">
-            <fileset dir="${basedir}/${lang}/fop">
-                <include name="*"/>
-            </fileset>
-        </copy>
-
-        <!-- Create a PDF from the XSL/FO, using customized fop userconfig.xml -->
-        <java classname="org.apache.fop.apps.Fop" fork="true" dir="${basedir}" maxmemory="192m" >
-            <classpath refid="lib.classpath"/>
-            <arg value="-c"/>
-            <arg value="${basedir}/${lang}/fop/userconfig.xml"/>
-            <arg value="${build.dir}/${lang}/pdf/docbook_fop.tmp"/>
-            <arg value="${build.dir}/${lang}/pdf/${docname}.pdf"/>
-        </java>
-    </target>
-
-    <target name="lang.docpdf.normal" depends="lang.docpdf.prepare" unless="custom.fop.userconfig.present">
-        <!-- Create a PDF from the XSL/FO. -->
-        <java classname="org.apache.fop.apps.Fop" fork="true" dir="${basedir}" maxmemory="192m">
-            <classpath refid="lib.classpath"/>
-            <arg value="${build.dir}/${lang}/pdf/docbook_fop.tmp"/>
-            <arg value="${build.dir}/${lang}/pdf/${docname}.pdf"/>
-        </java>
-    </target>
-
-    <target name="lang.docpdf" depends="lang.docpdf.normal,lang.docpdf.customized"
-            description="Generates the PDF documentation only for a language (set lang)">
-        <!-- House keeping,delete temporary files. -->
-        <delete>
-            <fileset dir="${build.dir}/${lang}/pdf" excludes="**/*.pdf"/>
-        </delete>
-        <delete  dir="${build.dir}/${lang}/pdf/images"/>
-    </target>
-
-    <target name="lang.dochtml"
-            description="Generates the HTML documentation only for a language (set lang)">
-
-        <mkdir dir="${build.dir}/${lang}/html/"/>
-
-        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${build.dir}/${lang}/html" maxmemory="192m">
-            <classpath refid="lib.classpath"/>
-            <arg value="${basedir}/${lang}/master.xml"/>
-            <arg value="${basedir}/${lang}/styles/${db.style.html}"/>
-        </java>
-    </target>
-
-    <target name="lang.dochtmlsingle"
-        description="Generates the single-page HTML documentation only for a language (set lang)">
-
-        <mkdir dir="${build.dir}/${lang}/html_single/"/>
-
-        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${basedir}" maxmemory="192m">
-            <classpath refid="lib.classpath"/>
-            <arg value="-o"/>
-            <arg value="${build.dir}/${lang}/html_single/index.html"/>
-            <arg value="${basedir}/${lang}/master.xml"/>
-            <arg value="${basedir}/${lang}/styles/${db.style.htmlsingle}"/>
-        </java>
-    </target>
-
-    <target name="lang.htmlmisc">
-
-        <!-- Copy images and CSS for HTML documentation, language specific. -->
-        <copy todir="${build.dir}/${lang}/shared/images">
-            <fileset dir="${basedir}/${lang}/images">
-                <include name="**/*.png"/>
-                <include name="**/*.gif"/>
-            </fileset>
-        </copy>
-        <copy todir="${build.dir}/${lang}/shared/css">
-            <fileset dir="${basedir}/${lang}/styles">
-                <include name="**/*.css"/>
-            </fileset>
-        </copy>
-
-    </target>
-
-    <target name="lang.revdiff"
-            description="Reports difference between English and translation (set lang)">
-
-        <taskdef name="revdiff"
-            classname="org.hibernate.docproc.revdiff.RevDiffReportTask"
-            classpathref="lib.classpath">
-
-        </taskdef>
-
-        <revdiff original="${basedir}/en/master.xml"
-                 copy="${basedir}/${lang}/master.xml"
-                 report="${build.dir}/status_${lang}.html"/>
-
-    </target>
-
-    <target name="lang.section-check" depends="lang.dochtml"
-            description="Reports missing unique chapter/section identifiers (set lang)">
-        <java classname="com.icl.saxon.StyleSheet" fork="true" dir="${build.dir}/${lang}/html" maxmemory="192m">
-            <classpath refid="lib.classpath"/>
-            <arg value="${basedir}/${lang}/master.xml"/>
-            <arg value="${support.dir}/section-check.xsl"/>
-        </java>
-    </target>
-
-</project>

Deleted: branches/Seam_2_0/doc/Seam_Reference_Guide/pom.xml
===================================================================
--- branches/Seam_2_0/doc/Seam_Reference_Guide/pom.xml	2008-03-13 11:43:03 UTC (rev 7560)
+++ branches/Seam_2_0/doc/Seam_Reference_Guide/pom.xml	2008-03-13 11:43:58 UTC (rev 7561)
@@ -1,98 +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>
-
-    <groupId>org.jboss.seam.reference-guide</groupId>
-    <artifactId>seam-reference-guide-${translation}</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
-    <packaging>jdocbook</packaging>
-    <name>Seam Reference Guide (${translation})</name>
-
-    <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>resolved.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>
-
-                        <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>
-
-    <properties>
-        <translation>en-US</translation>
-    </properties> 
-</project>

Added: branches/Seam_2_0/doc/Seam_Reference_Guide/pom.xml
===================================================================
--- branches/Seam_2_0/doc/Seam_Reference_Guide/pom.xml	                        (rev 0)
+++ branches/Seam_2_0/doc/Seam_Reference_Guide/pom.xml	2008-03-13 11:43:58 UTC (rev 7561)
@@ -0,0 +1,98 @@
+<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>
+
+    <groupId>org.jboss.seam.reference-guide</groupId>
+    <artifactId>seam-reference-guide-${translation}</artifactId>
+    <version>2.0.2-SNAPSHOT</version>
+    <packaging>jdocbook</packaging>
+    <name>Seam Reference Guide (${translation})</name>
+
+    <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>resolved.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>
+
+                        <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>
+
+    <properties>
+        <translation>en-US</translation>
+    </properties> 
+</project>


Property changes on: branches/Seam_2_0/doc/Seam_Reference_Guide/pom.xml
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + text/plain




More information about the seam-commits mailing list