Author: pnedonosko
Date: 2010-02-17 09:44:38 -0500 (Wed, 17 Feb 2010)
New Revision: 1868
Added:
jcr/trunk/docs/reference/en/src/main/docbook/en-US1/
Removed:
jcr/trunk/docs/reference/en/src/main/docbook/en-us/
Modified:
jcr/trunk/docs/reference/en/pom.xml
jcr/trunk/docs/reference/en/src/main/docbook/en-US1/master.xml
Log:
EXOJCR-512 rework to use en-US instead of en-us
Modified: jcr/trunk/docs/reference/en/pom.xml
===================================================================
--- jcr/trunk/docs/reference/en/pom.xml 2010-02-17 14:05:19 UTC (rev 1867)
+++ jcr/trunk/docs/reference/en/pom.xml 2010-02-17 14:44:38 UTC (rev 1868)
@@ -47,13 +47,37 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
- <version>1.0-beta-2</version>
+ <!-- version>1.0-beta-2</version -->
</plugin>
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
+ <version>2.1.1</version>
<extensions>true</extensions>
+ <dependencies>
+ <dependency>
+ <groupId>org.gatein.doc</groupId>
+ <artifactId>gatein-docbook-xslt</artifactId>
+ <version>1.0.0-CR1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.gatein.doc</groupId>
+ <artifactId>gatein-jdocbook-style</artifactId>
+ <version>1.0.0-CR1</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ <!-- dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1</version>
+ </dependency -->
+ <!-- dependency>
+ <groupId>net.sf.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <version>9.1.0.8</version>
+ </dependency -->
+ </dependencies>
<configuration>
<sourceDocumentName>master.xml</sourceDocumentName>
@@ -63,16 +87,29 @@
<includes>
<include>images/**/*</include>
</includes>
- </imageResource>
-
+ </imageResource>
<formats>
<format>
<formatName>pdf</formatName>
+
<stylesheetResource>classpath://xslt/org/gatein/pdf.xsl</stylesheetResource>
+ <finalName>${pom.name}.pdf</finalName>
</format>
<format>
+ <formatName>html</formatName>
+
<stylesheetResource>classpath:/xslt/org/gatein/xhtml.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ <format>
<formatName>html_single</formatName>
+
<stylesheetResource>classpath:/xslt/org/gatein/xhtml-single.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
</format>
+ <format>
+ <formatName>eclipse</formatName>
+
<stylesheetResource>classpath:/xslt/org/gatein/eclipse.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
</formats>
<options>
Copied: jcr/trunk/docs/reference/en/src/main/docbook/en-US1 (from rev 1867,
jcr/trunk/docs/reference/en/src/main/docbook/en-us)
Modified: jcr/trunk/docs/reference/en/src/main/docbook/en-US1/master.xml
===================================================================
--- jcr/trunk/docs/reference/en/src/main/docbook/en-us/master.xml 2010-02-17 14:05:19 UTC
(rev 1867)
+++ jcr/trunk/docs/reference/en/src/main/docbook/en-US1/master.xml 2010-02-17 14:44:38 UTC
(rev 1868)
@@ -73,6 +73,9 @@
<xi:include href="modules/configuration.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="modules/lock-manager-config.xml"
+
xmlns:xi="http://www.w3.org/2001/XInclude" />
+
<xi:include href="modules/query-handler-config.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />