You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2011/01/07 23:22:01 UTC

svn commit: r1056542 [1/2] - in /myfaces/portlet-bridge/tck/trunk_2.0.x: portlet-bridge-tck-client/ portlet-bridge-tck-section3-2-render-policy-always-delegate/ portlet-bridge-tck-section3-2-render-policy-default/ portlet-bridge-tck-section3-2-render-p...

Author: mfreedman
Date: Fri Jan  7 22:22:00 2011
New Revision: 1056542

URL: http://svn.apache.org/viewvc?rev=1056542&view=rev
Log:
Manually updated pom files to refer to jsr329-1.0.1-SNAPSHOT vs jsr329-1.0.0-SNAPSHOT.

Modified:
    myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-client/pom.xml
    myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml
    myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-default/pom.xml
    myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml
    myfaces/portlet-bridge/tck/trunk_2.0.x/src/test/resources/tomcat_pluto/pluto-portal-driver-config.xml

Modified: myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-client/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-client/pom.xml?rev=1056542&r1=1056541&r2=1056542&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-client/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-client/pom.xml Fri Jan  7 22:22:00 2011
@@ -1,220 +1,220 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  
-  <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-tck-client</artifactId>
-  <packaging>jar</packaging>
-  <name>MyFaces Portlet Bridge Test Suite Client</name>
-  <inceptionYear>2007</inceptionYear>  
-  <description>
-  
-  </description>
-  
-  <parent>
-    <artifactId>portlet-bridge-tck</artifactId>
-    <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.0-SNAPSHOT</version>
-  </parent>
-  
-  <profiles>
-    <profile>
-      <id>run-test</id>
-      <activation>
-        <property>
-          <name>tck.external-server</name>
-          <value>run-test</value>
-        </property>
-      </activation>
-     
-      <build>
-        <plugins>      
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>build-helper-maven-plugin</artifactId>
-            <version>1.3</version>
-            <executions>
-              <execution>
-                <id>add-tck-source</id>
-                <phase>generate-sources</phase>
-                <goals>
-                  <goal>add-test-source</goal>
-                </goals>
-                <configuration>
-                  <sources>
-                    <source>${basedir}/../src/test/java</source>
-                  </sources>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>test</phase>
-                <configuration>
-                  <tasks>
-                    <delete dir="../target/site" />
-                  </tasks>
-                </configuration>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-    
-        <pluginManagement>
-          <plugins>
-            <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>selenium-maven-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-surefire-report-plugin</artifactId>
-              <configuration>
-                <outputName>${artifactId}-report</outputName>
-                <outputDirectory>./target</outputDirectory>
-              </configuration>
-            </plugin>
-
-            <plugin>
-              <groupId>org.codehaus.mojo</groupId>
-              <artifactId>selenium-maven-plugin</artifactId>
-              <executions>
-                <execution>
-                  <id>start</id>
-                  <phase>process-test-classes</phase>
-                  <goals>
-                    <goal>start-server</goal>
-                  </goals>
-                  <configuration>
-                    <background>true</background>
-                    <logOutput>true</logOutput>
-                    <multiWindow>true</multiWindow>
-                  </configuration>
-                </execution>
-              </executions>
-            </plugin>
-          </plugins>
-        </pluginManagement>
-      </build>
-    </profile>
-     
-    <profile>
-      <id>generate-test-file-only</id>
-      <activation>
-        <property>
-          <name>tck.external-server</name>
-          <value>generate-test-file-template</value>
-        </property>
-      </activation>
-
-      <properties>
-        <maven.skip.tests>true</maven.skip.tests>
-        <bridge.tck.test.file.stylesheet>../src/test/resources/test-template.xsl</bridge.tck.test.file.stylesheet>
-        <bridge.tck.test.file.servlet.path>pluto/portal/TestPage</bridge.tck.test.file.servlet.path>
-      </properties>
-
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>xml-maven-plugin</artifactId>
-            <configuration>
-              <transformationSets>
-                <transformationSet>
-                  <dir>../portlet-bridge-tck-main/src/main/webapp/WEB-INF</dir>
-                  <includes>
-                    <include>portlet.xml</include>
-                  </includes>
-                  <outputDir>${bridge.tck.test.file.dir}</outputDir>
-                  <fileMappers>
-                    <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.MergeFileMapper">
-                      <targetName>${bridge.tck.test.file.name}</targetName>
-                    </fileMapper>
-                  </fileMappers>
-                  <parameters>
-                    <parameter>
-                      <name>page-path</name>
-                      <value>${bridge.tck.test.file.servlet.path}</value>
-                    </parameter>
-                    <parameter>
-                      <name>portlet-def-1-xml</name>
-                      <!-- Using a relative path which points to the parent 
-                           directory leads to a bug during the transform, hence
-                           the local copy of the portlet definition file -->
-                      <value>lifecycle-portlet.xml</value>
-                    </parameter>
-                  </parameters>
-                  <stylesheet>${bridge.tck.test.file.stylesheet}</stylesheet>
-                </transformationSet>
-              </transformationSets>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
-    <profile>
-      <id>generate-pluto-config</id>
-      <activation>
-        <property>
-          <name>tck.external-server</name>
-          <value>generate-pluto-config</value>
-        </property>
-      </activation>
-
-      <properties>
-        <maven.skip.tests>true</maven.skip.tests>
-        <bridge.tck.pluto.config.xsl>../src/test/resources/pluto-portal-driver-config.xsl</bridge.tck.pluto.config.xsl>
-      </properties>
-
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>xml-maven-plugin</artifactId>
-            <configuration>
-              <transformationSets>
-                <transformationSet>
-                  <dir>../portlet-bridge-tck-main/src/main/webapp/WEB-INF</dir>
-                  <includes>
-                    <include>portlet.xml</include>
-                  </includes>
-                  <outputDir>${bridge.tck.test.file.dir}</outputDir>
-                  <fileMappers>
-                    <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.MergeFileMapper">
-                      <targetName>pluto-portal-driver-config.xml</targetName>
-                    </fileMapper>
-                  </fileMappers>
-                  <parameters>
-                    <parameter>
-                      <name>main-portlet-context</name>
-                      <value>portlet-bridge-tck-main-${project.version}</value>
-                    </parameter>
-                    <parameter>
-                      <name>extra-portlet-def</name>
-                      <!-- Using a relative path which points to the parent 
-                           directory leads to a bug during the transform, hence
-                           the local copy of the portlet definition file -->
-                      <value>lifecycle-portlet.xml</value>
-                    </parameter>
-                    <parameter>
-                      <name>extra-portlet-context</name>
-                      <value>portlet-bridge-tck-section3-2-lifecycle-set-${project.version}</value>
-                    </parameter>
-                  </parameters>
-                  <stylesheet>${bridge.tck.pluto.config.xsl}</stylesheet>
-                </transformationSet>
-              </transformationSets>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.apache.myfaces.portlet-bridge</groupId>
+  <artifactId>portlet-bridge-tck-client</artifactId>
+  <packaging>jar</packaging>
+  <name>MyFaces Portlet Bridge Test Suite Client</name>
+  <inceptionYear>2007</inceptionYear>  
+  <description>
+  
+  </description>
+  
+  <parent>
+    <artifactId>portlet-bridge-tck</artifactId>
+    <groupId>org.apache.myfaces.portlet-bridge</groupId>
+    <version>jsr329-1.0.1-SNAPSHOT</version>
+  </parent>
+  
+  <profiles>
+    <profile>
+      <id>run-test</id>
+      <activation>
+        <property>
+          <name>tck.external-server</name>
+          <value>run-test</value>
+        </property>
+      </activation>
+     
+      <build>
+        <plugins>      
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>build-helper-maven-plugin</artifactId>
+            <version>1.3</version>
+            <executions>
+              <execution>
+                <id>add-tck-source</id>
+                <phase>generate-sources</phase>
+                <goals>
+                  <goal>add-test-source</goal>
+                </goals>
+                <configuration>
+                  <sources>
+                    <source>${basedir}/../src/test/java</source>
+                  </sources>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>test</phase>
+                <configuration>
+                  <tasks>
+                    <delete dir="../target/site" />
+                  </tasks>
+                </configuration>
+                <goals>
+                  <goal>run</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+    
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>selenium-maven-plugin</artifactId>
+            </plugin>
+
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-report-plugin</artifactId>
+              <configuration>
+                <outputName>${artifactId}-report</outputName>
+                <outputDirectory>./target</outputDirectory>
+              </configuration>
+            </plugin>
+
+            <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>selenium-maven-plugin</artifactId>
+              <executions>
+                <execution>
+                  <id>start</id>
+                  <phase>process-test-classes</phase>
+                  <goals>
+                    <goal>start-server</goal>
+                  </goals>
+                  <configuration>
+                    <background>true</background>
+                    <logOutput>true</logOutput>
+                    <multiWindow>true</multiWindow>
+                  </configuration>
+                </execution>
+              </executions>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+      </build>
+    </profile>
+     
+    <profile>
+      <id>generate-test-file-only</id>
+      <activation>
+        <property>
+          <name>tck.external-server</name>
+          <value>generate-test-file-template</value>
+        </property>
+      </activation>
+
+      <properties>
+        <maven.skip.tests>true</maven.skip.tests>
+        <bridge.tck.test.file.stylesheet>../src/test/resources/test-template.xsl</bridge.tck.test.file.stylesheet>
+        <bridge.tck.test.file.servlet.path>pluto/portal/TestPage</bridge.tck.test.file.servlet.path>
+      </properties>
+
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>xml-maven-plugin</artifactId>
+            <configuration>
+              <transformationSets>
+                <transformationSet>
+                  <dir>../portlet-bridge-tck-main/src/main/webapp/WEB-INF</dir>
+                  <includes>
+                    <include>portlet.xml</include>
+                  </includes>
+                  <outputDir>${bridge.tck.test.file.dir}</outputDir>
+                  <fileMappers>
+                    <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.MergeFileMapper">
+                      <targetName>${bridge.tck.test.file.name}</targetName>
+                    </fileMapper>
+                  </fileMappers>
+                  <parameters>
+                    <parameter>
+                      <name>page-path</name>
+                      <value>${bridge.tck.test.file.servlet.path}</value>
+                    </parameter>
+                    <parameter>
+                      <name>portlet-def-1-xml</name>
+                      <!-- Using a relative path which points to the parent 
+                           directory leads to a bug during the transform, hence
+                           the local copy of the portlet definition file -->
+                      <value>lifecycle-portlet.xml</value>
+                    </parameter>
+                  </parameters>
+                  <stylesheet>${bridge.tck.test.file.stylesheet}</stylesheet>
+                </transformationSet>
+              </transformationSets>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+    <profile>
+      <id>generate-pluto-config</id>
+      <activation>
+        <property>
+          <name>tck.external-server</name>
+          <value>generate-pluto-config</value>
+        </property>
+      </activation>
+
+      <properties>
+        <maven.skip.tests>true</maven.skip.tests>
+        <bridge.tck.pluto.config.xsl>../src/test/resources/pluto-portal-driver-config.xsl</bridge.tck.pluto.config.xsl>
+      </properties>
+
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>xml-maven-plugin</artifactId>
+            <configuration>
+              <transformationSets>
+                <transformationSet>
+                  <dir>../portlet-bridge-tck-main/src/main/webapp/WEB-INF</dir>
+                  <includes>
+                    <include>portlet.xml</include>
+                  </includes>
+                  <outputDir>${bridge.tck.test.file.dir}</outputDir>
+                  <fileMappers>
+                    <fileMapper implementation="org.codehaus.plexus.components.io.filemappers.MergeFileMapper">
+                      <targetName>pluto-portal-driver-config.xml</targetName>
+                    </fileMapper>
+                  </fileMappers>
+                  <parameters>
+                    <parameter>
+                      <name>main-portlet-context</name>
+                      <value>portlet-bridge-tck-main-${project.version}</value>
+                    </parameter>
+                    <parameter>
+                      <name>extra-portlet-def</name>
+                      <!-- Using a relative path which points to the parent 
+                           directory leads to a bug during the transform, hence
+                           the local copy of the portlet definition file -->
+                      <value>lifecycle-portlet.xml</value>
+                    </parameter>
+                    <parameter>
+                      <name>extra-portlet-context</name>
+                      <value>portlet-bridge-tck-section3-2-lifecycle-set-${project.version}</value>
+                    </parameter>
+                  </parameters>
+                  <stylesheet>${bridge.tck.pluto.config.xsl}</stylesheet>
+                </transformationSet>
+              </transformationSets>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>

Modified: myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml?rev=1056542&r1=1056541&r2=1056542&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml Fri Jan  7 22:22:00 2011
@@ -1,146 +1,146 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  
-  <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-tck-section3-2-render-policy-always-delegate</artifactId>
-  <packaging>war</packaging>
-  <name>MyFaces Portlet Bridge Test Suite - Section 3.2 RENDER_POLICY set to ALWAYS_DELEGATE</name>
-  <description>
-  This project builds and tests a testsuite web application with a single 
-  renderPolicy test portlet and the portlet context parameter
-  javax.portlet.faces.RENDER_POLICY set to ALWAYS_DELEGATE.
-  </description>
-  
-  <parent>
-    <artifactId>portlet-bridge-tck</artifactId>
-    <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.0-SNAPSHOT</version>
-  </parent>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>selenium-maven-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>start-server</goal>
-              </goals>
-              <configuration>
-                <background>true</background>
-                <logOutput>true</logOutput>
-                <multiWindow>true</multiWindow>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>maven-jetty-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start-jetty</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>run</goal>
-              </goals>
-              <configuration>
-                <scanIntervalSeconds>0</scanIntervalSeconds>
-                <daemon>true</daemon>
-              </configuration>
-            </execution>
-            <execution>
-              <id>stop-jetty</id>
-              <phase>test</phase>
-              <goals>
-                <goal>stop</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>${pluto.version}</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.portals.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>2.0.0</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-report-plugin</artifactId>
-          <configuration>
-            <outputName>${artifactId}-report</outputName>
-            <outputDirectory>../target</outputDirectory>
-          </configuration>
-        </plugin>
-
-      </plugins>
-    </pluginManagement>
-
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.3</version>
-        <executions>
-          <execution>
-            <id>add-ts-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/main/java</source>
-              </sources>
-            </configuration>
-          </execution>
-          <execution>
-            <id>add-tck-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-test-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/test/java</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xml-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.apache.myfaces.portlet-bridge</groupId>
+  <artifactId>portlet-bridge-tck-section3-2-render-policy-always-delegate</artifactId>
+  <packaging>war</packaging>
+  <name>MyFaces Portlet Bridge Test Suite - Section 3.2 RENDER_POLICY set to ALWAYS_DELEGATE</name>
+  <description>
+  This project builds and tests a testsuite web application with a single 
+  renderPolicy test portlet and the portlet context parameter
+  javax.portlet.faces.RENDER_POLICY set to ALWAYS_DELEGATE.
+  </description>
+  
+  <parent>
+    <artifactId>portlet-bridge-tck</artifactId>
+    <groupId>org.apache.myfaces.portlet-bridge</groupId>
+    <version>jsr329-1.0.1-SNAPSHOT</version>
+  </parent>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>selenium-maven-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>start-server</goal>
+              </goals>
+              <configuration>
+                <background>true</background>
+                <logOutput>true</logOutput>
+                <multiWindow>true</multiWindow>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>maven-jetty-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start-jetty</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>run</goal>
+              </goals>
+              <configuration>
+                <scanIntervalSeconds>0</scanIntervalSeconds>
+                <daemon>true</daemon>
+              </configuration>
+            </execution>
+            <execution>
+              <id>stop-jetty</id>
+              <phase>test</phase>
+              <goals>
+                <goal>stop</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>${pluto.version}</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.portals.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>2.0.0</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <configuration>
+            <outputName>${artifactId}-report</outputName>
+            <outputDirectory>../target</outputDirectory>
+          </configuration>
+        </plugin>
+
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.3</version>
+        <executions>
+          <execution>
+            <id>add-ts-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/main/java</source>
+              </sources>
+            </configuration>
+          </execution>
+          <execution>
+            <id>add-tck-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-test-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/test/java</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>xml-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>

Modified: myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-default/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-default/pom.xml?rev=1056542&r1=1056541&r2=1056542&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-default/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-default/pom.xml Fri Jan  7 22:22:00 2011
@@ -1,165 +1,165 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  
-  <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-tck-section3-2-render-policy-default</artifactId>
-  <packaging>war</packaging>
-  <name>MyFaces Portlet Bridge Test Suite - Section 3.2 RENDER_POLICY set to DEFAULT</name>
-  <description>
-  This project builds and tests a testsuite web application with a single 
-  renderPolicy test portlet and the portlet context parameter
-  javax.portlet.faces.RENDER_POLICY set to DEFAULT.
-  </description>
-  
-  <parent>
-    <artifactId>portlet-bridge-tck</artifactId>
-    <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.0-SNAPSHOT</version>
-  </parent>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>selenium-maven-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>start-server</goal>
-              </goals>
-              <configuration>
-                <background>true</background>
-                <logOutput>true</logOutput>
-                <multiWindow>true</multiWindow>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>maven-jetty-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start-jetty</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>run</goal>
-              </goals>
-              <configuration>
-                <scanIntervalSeconds>0</scanIntervalSeconds>
-                <daemon>true</daemon>
-              </configuration>
-            </execution>
-            <execution>
-              <id>stop-jetty</id>
-              <phase>test</phase>
-              <goals>
-                <goal>stop</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>${pluto.version}</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.portals.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>2.0.0</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-report-plugin</artifactId>
-          <configuration>
-            <outputName>${artifactId}-report</outputName>
-            <outputDirectory>../target</outputDirectory>
-          </configuration>
-        </plugin>
-
-      </plugins>
-    </pluginManagement>
-
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.3</version>
-        <executions>
-          <execution>
-            <id>add-ts-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/main/java</source>
-              </sources>
-            </configuration>
-          </execution>
-          <execution>
-            <id>add-tck-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-test-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/test/java</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>test</phase>
-            <configuration>
-              <tasks>
-                <copy file="../src/test/resources/report-index.html" tofile="../target/report-index.html" />
-                <delete dir="../target/site" />
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xml-maven-plugin</artifactId>
-      </plugin>
-
-    </plugins>
-  </build>
-
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.apache.myfaces.portlet-bridge</groupId>
+  <artifactId>portlet-bridge-tck-section3-2-render-policy-default</artifactId>
+  <packaging>war</packaging>
+  <name>MyFaces Portlet Bridge Test Suite - Section 3.2 RENDER_POLICY set to DEFAULT</name>
+  <description>
+  This project builds and tests a testsuite web application with a single 
+  renderPolicy test portlet and the portlet context parameter
+  javax.portlet.faces.RENDER_POLICY set to DEFAULT.
+  </description>
+  
+  <parent>
+    <artifactId>portlet-bridge-tck</artifactId>
+    <groupId>org.apache.myfaces.portlet-bridge</groupId>
+    <version>jsr329-1.0.1-SNAPSHOT</version>
+  </parent>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>selenium-maven-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>start-server</goal>
+              </goals>
+              <configuration>
+                <background>true</background>
+                <logOutput>true</logOutput>
+                <multiWindow>true</multiWindow>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>maven-jetty-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start-jetty</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>run</goal>
+              </goals>
+              <configuration>
+                <scanIntervalSeconds>0</scanIntervalSeconds>
+                <daemon>true</daemon>
+              </configuration>
+            </execution>
+            <execution>
+              <id>stop-jetty</id>
+              <phase>test</phase>
+              <goals>
+                <goal>stop</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>${pluto.version}</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.portals.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>2.0.0</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <configuration>
+            <outputName>${artifactId}-report</outputName>
+            <outputDirectory>../target</outputDirectory>
+          </configuration>
+        </plugin>
+
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.3</version>
+        <executions>
+          <execution>
+            <id>add-ts-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/main/java</source>
+              </sources>
+            </configuration>
+          </execution>
+          <execution>
+            <id>add-tck-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-test-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/test/java</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>test</phase>
+            <configuration>
+              <tasks>
+                <copy file="../src/test/resources/report-index.html" tofile="../target/report-index.html" />
+                <delete dir="../target/site" />
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>xml-maven-plugin</artifactId>
+      </plugin>
+
+    </plugins>
+  </build>
+
+</project>

Modified: myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml?rev=1056542&r1=1056541&r2=1056542&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk_2.0.x/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml Fri Jan  7 22:22:00 2011
@@ -1,147 +1,147 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  
-  <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-tck-section3-2-render-policy-never-delegate</artifactId>
-  <packaging>war</packaging>
-  <name>MyFaces Portlet Bridge Test Suite - Section 3.2 RENDER_POLICY set to NEVER_DELEGATE</name>
-  <description>
-  This project builds and tests a testsuite web application with a single 
-  renderPolicy test portlet and the portlet context parameter
-  javax.portlet.faces.RENDER_POLICY set to NEVER_DELEGATE.
-  </description>
-  
-  <parent>
-    <artifactId>portlet-bridge-tck</artifactId>
-    <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>jsr329-1.0.0-SNAPSHOT</version>
-  </parent>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>selenium-maven-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>start-server</goal>
-              </goals>
-              <configuration>
-                <background>true</background>
-                <logOutput>true</logOutput>
-                <multiWindow>true</multiWindow>
-              </configuration>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>maven-jetty-plugin</artifactId>
-          <executions>
-            <execution>
-              <id>start-jetty</id>
-              <phase>process-test-classes</phase>
-              <goals>
-                <goal>run</goal>
-              </goals>
-              <configuration>
-                <scanIntervalSeconds>0</scanIntervalSeconds>
-                <daemon>true</daemon>
-              </configuration>
-            </execution>
-            <execution>
-              <id>stop-jetty</id>
-              <phase>test</phase>
-              <goals>
-                <goal>stop</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>${pluto.version}</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.portals.pluto</groupId>
-          <artifactId>maven-pluto-plugin</artifactId>
-          <version>2.0.0</version>
-          <executions>
-            <execution>
-              <phase>generate-resources</phase>
-              <goals>
-                <goal>assemble</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-report-plugin</artifactId>
-          <configuration>
-            <outputName>${artifactId}-report</outputName>
-            <outputDirectory>../target</outputDirectory>
-          </configuration>
-        </plugin>
-
-      </plugins>
-    </pluginManagement>
-
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.3</version>
-        <executions>
-          <execution>
-            <id>add-ts-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/main/java</source>
-              </sources>
-            </configuration>
-          </execution>
-          <execution>
-            <id>add-tck-source</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-test-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>${basedir}/../src/test/java</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xml-maven-plugin</artifactId>
-      </plugin>
-
-    </plugins>
-  </build>
-
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <groupId>org.apache.myfaces.portlet-bridge</groupId>
+  <artifactId>portlet-bridge-tck-section3-2-render-policy-never-delegate</artifactId>
+  <packaging>war</packaging>
+  <name>MyFaces Portlet Bridge Test Suite - Section 3.2 RENDER_POLICY set to NEVER_DELEGATE</name>
+  <description>
+  This project builds and tests a testsuite web application with a single 
+  renderPolicy test portlet and the portlet context parameter
+  javax.portlet.faces.RENDER_POLICY set to NEVER_DELEGATE.
+  </description>
+  
+  <parent>
+    <artifactId>portlet-bridge-tck</artifactId>
+    <groupId>org.apache.myfaces.portlet-bridge</groupId>
+    <version>jsr329-1.0.1-SNAPSHOT</version>
+  </parent>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>selenium-maven-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>start-server</goal>
+              </goals>
+              <configuration>
+                <background>true</background>
+                <logOutput>true</logOutput>
+                <multiWindow>true</multiWindow>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>maven-jetty-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>start-jetty</id>
+              <phase>process-test-classes</phase>
+              <goals>
+                <goal>run</goal>
+              </goals>
+              <configuration>
+                <scanIntervalSeconds>0</scanIntervalSeconds>
+                <daemon>true</daemon>
+              </configuration>
+            </execution>
+            <execution>
+              <id>stop-jetty</id>
+              <phase>test</phase>
+              <goals>
+                <goal>stop</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>${pluto.version}</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.portals.pluto</groupId>
+          <artifactId>maven-pluto-plugin</artifactId>
+          <version>2.0.0</version>
+          <executions>
+            <execution>
+              <phase>generate-resources</phase>
+              <goals>
+                <goal>assemble</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <configuration>
+            <outputName>${artifactId}-report</outputName>
+            <outputDirectory>../target</outputDirectory>
+          </configuration>
+        </plugin>
+
+      </plugins>
+    </pluginManagement>
+
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.3</version>
+        <executions>
+          <execution>
+            <id>add-ts-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/main/java</source>
+              </sources>
+            </configuration>
+          </execution>
+          <execution>
+            <id>add-tck-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-test-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${basedir}/../src/test/java</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>xml-maven-plugin</artifactId>
+      </plugin>
+
+    </plugins>
+  </build>
+
+</project>