Author: artdaw
Date: 2008-11-18 08:07:06 -0500 (Tue, 18 Nov 2008)
New Revision: 11205
Modified:
trunk/docs/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-4107 - one resources folder was added
Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml 2008-11-18 13:04:02 UTC (rev 11204)
+++ trunk/docs/pom.xml 2008-11-18 13:07:06 UTC (rev 11205)
@@ -70,6 +70,20 @@
</modules>
</profile>
+ <profile>
+ <id>release_docs</id>
+ <properties>
+ <xsl_html_single>classpath:/common-resources/xslt/xhtml-single-release.xsl</xsl_html_single>
+ <xsl_html>classpath:/common-resources/xslt/xhtml-release.xsl</xsl_html>
+ </properties>
+ </profile>
+ <profile>
+ <id>diffmk</id>
+ <properties>
+ <xsl_html_single>classpath:/common-resources/xslt/xhtml-single-diffmk.xsl</xsl_html_single>
+ <xsl_html>classpath:/common-resources/xslt/xhtml-diffmk.xsl</xsl_html>
+ </properties>
+ </profile>
</profiles>
<build>
@@ -87,4 +101,8 @@
</plugins>
</pluginManagement>
</build>
+ <properties>
+ <xsl_html_single>classpath:/common-resources/xslt/xhtml-single.xsl</xsl_html_single>
+ <xsl_html>classpath:/common-resources/xslt/xhtml.xsl</xsl_html>
+ </properties>
</project>
\ No newline at end of file