Author: artdaw
Date: 2009-03-09 09:28:02 -0400 (Mon, 09 Mar 2009)
New Revision: 14106
Modified:
trunk/documentation/guides/Exadel-migration/pom.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-489 - new 'releaseTest' profile was
created
Modified: trunk/documentation/guides/Exadel-migration/pom.xml
===================================================================
--- trunk/documentation/guides/Exadel-migration/pom.xml 2009-03-09 13:12:13 UTC (rev
14105)
+++ trunk/documentation/guides/Exadel-migration/pom.xml 2009-03-09 13:28:02 UTC (rev
14106)
@@ -21,6 +21,15 @@
</properties>
</profile>
<profile>
+ <id>releaseTest</id>
+ <properties>
+ <master>master_output.xml</master>
+ <xsl-single>classpath:/xslt/com/jboss/tools/xhtml-single-release-nomarker.xsl</xsl-single>
+ <xsl-chunked>classpath:/xslt/com/jboss/tools/xhtml-release-nomarker.xsl</xsl-chunked>
+ <xsl-pdf>classpath:/xslt/com/jboss/tools/pdf.xsl</xsl-pdf>
+ </properties>
+ </profile>
+ <profile>
<id>releaseJBDS</id>
<properties>
<master>master_output.xml</master>