JBoss Rich Faces SVN: r22858 - modules/tests/metamer/trunk.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2011-11-01 13:21:30 -0400 (Tue, 01 Nov 2011)
New Revision: 22858
Removed:
modules/tests/metamer/trunk/ftest-pomxml.diff
Log:
removing diff file committed by mistake
Deleted: modules/tests/metamer/trunk/ftest-pomxml.diff
===================================================================
--- modules/tests/metamer/trunk/ftest-pomxml.diff 2011-11-01 15:39:22 UTC (rev 22857)
+++ modules/tests/metamer/trunk/ftest-pomxml.diff 2011-11-01 17:21:30 UTC (rev 22858)
@@ -1,114 +0,0 @@
-diff --git a/ftest/pom.xml b/ftest/pom.xml
-index f3dbab0..4bc4f9a 100644
---- a/ftest/pom.xml
-+++ b/ftest/pom.xml
-@@ -152,7 +152,7 @@
- <id>container-deploy-artifact</id>
- <activation>
- <property>
-- <name>containerId</name>
-+ <name>containerId-XYZ</name>
- </property>
- </activation>
- <build>
-@@ -469,7 +469,7 @@
- <type>war</type>
- <classifier>${deployable.classifier}</classifier>
- <overWrite>true</overWrite>
-- <outputDirectory>target/metamer</outputDirectory>
-+ <outputDirectory>target/metamer-modified</outputDirectory>
- </artifactItem>
- </artifactItems>
- <overWriteReleases>true</overWriteReleases>
-@@ -487,7 +487,7 @@
- <id>org.richfaces.resourceMapping.enabled</id>
- <activation>
- <property>
-- <name>org.richfaces.resourceMapping.enabled</name>
-+ <name>org.richfaces.resourceMapping.enabledXYZ</name>
- </property>
- </activation>
- <build>
-@@ -496,22 +496,27 @@
- <groupId>com.google.code.maven-replacer-plugin</groupId>
- <artifactId>maven-replacer-plugin</artifactId>
- <version>1.3.9</version>
-- <executions>
--
-+ <executions>
- <execution>
- <id>replacer-org.richfaces.resourceMapping.enabled</id>
-- <phase>process-test-resources</phase>
-+ <phase>process-resources</phase>
- <goals>
- <goal>replace</goal>
- </goals>
- <configuration>
-- <file>target/metamer/WEB-INF/web.xml</file>
-- <regex>false</regex>
-- <token><param-name>org.richfaces.resourceMapping.enabled</param-name>\s*<param-value>false</param-value>></token>
-- <value><param-name>org.richfaces.resourceMapping.enabled</param-name>\n\t<param-value>true</param-value>></value>
-+ <file>target/metamer-modified/WEB-INF/web.xml</file>
-+ <regex>true</regex>
-+ <regexFlags>
-+ <regexFlag>MULTILINE</regexFlag>
-+ </regexFlags>
-+ <replacements>
-+ <replacement>
-+ <token><param-name>org.richfaces.resourceMapping.enabled</param-name>\s*<param-value>false</param-value></token>
-+ <value><param-name>org.richfaces.resourceMapping.enabled</param-name><param-value>true</param-value></value>
-+ </replacement>
-+ </replacements>
- </configuration>
-- </execution>
--
-+ </execution>
- </executions>
- </plugin>
- </plugins>
-@@ -535,12 +540,12 @@
- <executions>
- <execution>
- <id>replacer-org.richfaces.resourceMapping.compressedStages</id>
-- <phase>generate-test-resources</phase>
-+ <phase>process-resources</phase>
- <goals>
- <goal>replace</goal>
- </goals>
- <configuration>
-- <file>target/metamer/WEB-INF/web.xml</file>
-+ <file>target/metamer-modified/WEB-INF/web.xml</file>
- <regex>true</regex>
- <regexFlags>
- <regexFlag>MULTILINE</regexFlag>
-@@ -572,12 +577,12 @@
- <executions>
- <execution>
- <id>replacer-org.richfaces.resourceMapping.packedStages</id>
-- <phase>generate-test-resources</phase>
-+ <phase>process-resources</phase>
- <goals>
- <goal>replace</goal>
- </goals>
- <configuration>
-- <file>target/metamer/WEB-INF/web.xml</file>
-+ <file>target/metamer-modified/WEB-INF/web.xml</file>
- <regex>true</regex>
- <regexFlags>
- <regexFlag>MULTILINE</regexFlag>
-@@ -607,13 +612,13 @@
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <classifier>${deployable.classifier}</classifier>
-- <webappDirectory>target/metamer</webappDirectory>
-+ <warSourceDirectory>target/metamer-modified</warSourceDirectory>
- <warName>metamer-updated</warName>
- </configuration>
- <executions>
- <execution>
- <id>repack-metamer-back-to-war</id>
-- <phase>generate-test-resources</phase>
-+ <phase>process-resources</phase><!-- process-test-resources -->
- <goals>
- <goal>war</goal>
- </goals>