[jboss-svn-commits] JBL Code SVN: r23609 - in labs/jbossrules/trunk/drools-docs: drools-docs-expert and 5 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Oct 28 09:27:16 EDT 2008
Author: ellenzhao
Date: 2008-10-28 09:27:16 -0400 (Tue, 28 Oct 2008)
New Revision: 23609
Modified:
labs/jbossrules/trunk/drools-docs/drools-docs-expert/pom.xml
labs/jbossrules/trunk/drools-docs/drools-docs-flow/pom.xml
labs/jbossrules/trunk/drools-docs/drools-docs-fusion/pom.xml
labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/pom.xml
labs/jbossrules/trunk/drools-docs/drools-docs-introduction/pom.xml
labs/jbossrules/trunk/drools-docs/drools-docs-solver/pom.xml
labs/jbossrules/trunk/drools-docs/pom.xml
Log:
changed the output file name of the pdf documentations. Now uses the pom.artifactId instead of using the property pom.name. So the pom names of all the modules are optical consistent now.
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-expert/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-expert/pom.xml 2008-10-28 12:31:07 UTC (rev 23608)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-expert/pom.xml 2008-10-28 13:27:16 UTC (rev 23609)
@@ -12,7 +12,7 @@
<artifactId>drools-docs-expert</artifactId>
<packaging>jdocbook</packaging>
- <name>Drools_Documentation_Drools_Expert</name>
+ <name>Drools :: Documentation :: Drools :: Expert</name>
<description>Drools Expert Documentation</description>
</project>
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-flow/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-flow/pom.xml 2008-10-28 12:31:07 UTC (rev 23608)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-flow/pom.xml 2008-10-28 13:27:16 UTC (rev 23609)
@@ -12,6 +12,6 @@
<artifactId>drools-docs-flow</artifactId>
<packaging>jdocbook</packaging>
- <name>Drools_Documentation_Drools_Flow</name>
+ <name>Drools :: Documentation :: Drools :: Flow</name>
<description>Drools Flow Documentation</description>
</project>
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/pom.xml 2008-10-28 12:31:07 UTC (rev 23608)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/pom.xml 2008-10-28 13:27:16 UTC (rev 23609)
@@ -12,6 +12,6 @@
<artifactId>drools-docs-fusion</artifactId>
<packaging>jdocbook</packaging>
- <name>Drools_Documentation_Drools_Fusion</name>
+ <name>Drools :: Documentation :: Drools :: Fusion</name>
<description>Drools Fusion Documentation</description>
</project>
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/pom.xml 2008-10-28 12:31:07 UTC (rev 23608)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/pom.xml 2008-10-28 13:27:16 UTC (rev 23609)
@@ -12,6 +12,6 @@
<artifactId>drools-docs-guvnor</artifactId>
<packaging>jdocbook</packaging>
- <name>Drools_Documentation_Drools_Guvnor</name>
+ <name>Drools :: Documentation :: Drools :: Guvnor</name>
<description>Drools Guvnor Documentation</description>
</project>
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-introduction/pom.xml 2008-10-28 12:31:07 UTC (rev 23608)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-introduction/pom.xml 2008-10-28 13:27:16 UTC (rev 23609)
@@ -12,7 +12,7 @@
<artifactId>drools-docs-introduction</artifactId>
<packaging>jdocbook</packaging>
- <name>Drools_Documentation_Drools_Introduction</name>
+ <name>Drools :: Documentation :: Drools :: Introduction</name>
<description>Introduction Documentation</description>
</project>
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-solver/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-solver/pom.xml 2008-10-28 12:31:07 UTC (rev 23608)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-solver/pom.xml 2008-10-28 13:27:16 UTC (rev 23609)
@@ -13,6 +13,6 @@
<artifactId>drools-docs-solver</artifactId>
<packaging>jdocbook</packaging>
- <name>Drools_Documentation_Drools_Solver</name>
+ <name>Drools :: Documentation :: Drools :: Solver</name>
<description>Drools Solver Documentation</description>
</project>
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-docs/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/pom.xml 2008-10-28 12:31:07 UTC (rev 23608)
+++ labs/jbossrules/trunk/drools-docs/pom.xml 2008-10-28 13:27:16 UTC (rev 23609)
@@ -100,7 +100,7 @@
<format>
<formatName>pdf</formatName>
<stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
- <finalName>${pom.name}.pdf</finalName>
+ <finalName>${pom.artifactId}.pdf</finalName>
</format>
<format>
<formatName>html</formatName>
More information about the jboss-svn-commits
mailing list