You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2010/05/26 09:24:14 UTC

svn commit: r948351 - in /myfaces/portlet-bridge/tck/trunk: ./ portlet-bridge-tck-client/ portlet-bridge-tck-main/ portlet-bridge-tck-section3-2-lifecycle-set/ portlet-bridge-tck-section3-2-render-policy-always-delegate/ portlet-bridge-tck-section3-2-r...

Author: sobryan
Date: Wed May 26 07:24:14 2010
New Revision: 948351

URL: http://svn.apache.org/viewvc?rev=948351&view=rev
Log:
Update POM files to reflect the new names of everything

Modified:
    myfaces/portlet-bridge/tck/trunk/pom.xml
    myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-client/pom.xml
    myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-main/pom.xml
    myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml
    myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml
    myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-default/pom.xml
    myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml

Modified: myfaces/portlet-bridge/tck/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk/pom.xml?rev=948351&r1=948350&r2=948351&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk/pom.xml Wed May 26 07:24:14 2010
@@ -2,10 +2,10 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-testsuite-master</artifactId>
+  <artifactId>portlet-bridge-tck</artifactId>
   <packaging>pom</packaging>
-  <name>MyFaces Portlet Bridge Test Suite Master</name>
-  <version>1.0.0-SNAPSHOT</version>	 
+  <name>MyFaces Portlet Bridge Test Suite</name>
+  <version>jsr301-1.0.0-SNAPSHOT</version>	 
   <inceptionYear>2007</inceptionYear>  
   <description>
   Portlet 1.0 Bridge for JavaServer Faces is a subproject of Apache MyFaces which provides an
@@ -15,7 +15,7 @@
   actually build and test the web applications themselves.
   </description>
   
-  <url>http://myfaces.apache.org/portlet-bridge/1.0</url>
+  <url>http://myfaces.apache.org/portlet-bridge/tck/jsr301</url>
   
   <parent>
     <artifactId>portlet-bridge-master-pom</artifactId>
@@ -87,15 +87,15 @@
   <!-- contributors are in parent -->
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/portlet-bridge/testsuite/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/portlet-bridge/testsuite/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/portlet-bridge/testsuite/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/portlet-bridge/tck/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/portlet-bridge/tck/trunk/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/portlet-bridge/tck/trunk/</url>
   </scm>
 
   <distributionManagement>
     <site>
       <id>apache-site</id>
-      <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/portlet-bridge/testsuite</url>
+      <url>scpexe://minotaur.apache.org/www/myfaces.apache.org/portlet-bridge/tck</url>
     </site>
   </distributionManagement>
   
@@ -348,14 +348,14 @@
       </activation>
 
       <modules>
-        <module>portlet-bridge-testsuite-main</module>
-        <module>portlet-bridge-testsuite-section3-2-lifecycle-set</module>
+        <module>portlet-bridge-tck-main</module>
+        <module>portlet-bridge-tck-section3-2-lifecycle-set</module>
 <!-- Render Policy tests are excluded because its mechanism relies on a Mojarra impl dependency (doesn't work on MyFaces)
      If you are testing with Mojarra uncomment these out to get the additional test apps built
 
-        <module>portlet-bridge-testsuite-section3-2-render-policy-always-delegate</module>
-        <module>portlet-bridge-testsuite-section3-2-render-policy-never-delegate</module>
-        <module>portlet-bridge-testsuite-section3-2-render-policy-default</module>
+        <module>portlet-bridge-tck-section3-2-render-policy-always-delegate</module>
+        <module>portlet-bridge-tck-section3-2-render-policy-never-delegate</module>
+        <module>portlet-bridge-tck-section3-2-render-policy-default</module>
 -->
       </modules>
     </profile>

Modified: myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-client/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-client/pom.xml?rev=948351&r1=948350&r2=948351&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-client/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-client/pom.xml Wed May 26 07:24:14 2010
@@ -2,20 +2,20 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-testsuite-client</artifactId>
+  <artifactId>portlet-bridge-tck-client</artifactId>
   <packaging>jar</packaging>
   <name>MyFaces Portlet Bridge Test Suite Client</name>
-  <version>1.0.0-SNAPSHOT</version>	 
   <inceptionYear>2007</inceptionYear>  
   <description>
   
   </description>
   
   <parent>
-    <artifactId>portlet-bridge-testsuite-master</artifactId>
+    <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>1.0.0-SNAPSHOT</version>
-  </parent>
+    <version>jsr301-1.0.0-SNAPSHOT</version>
+  </parent>
+  
   <profiles>
     <profile>
       <id>run-test</id>
@@ -127,7 +127,7 @@
             <configuration>
               <transformationSets>
                 <transformationSet>
-                  <dir>../portlet-bridge-testsuite-main/src/main/webapp/WEB-INF</dir>
+                  <dir>../portlet-bridge-tck-main/src/main/webapp/WEB-INF</dir>
                   <includes>
                     <include>portlet.xml</include>
                   </includes>

Modified: myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-main/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-main/pom.xml?rev=948351&r1=948350&r2=948351&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-main/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-main/pom.xml Wed May 26 07:24:14 2010
@@ -2,10 +2,9 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-testsuite-main</artifactId>
+  <artifactId>portlet-bridge-tck-main</artifactId>
   <packaging>war</packaging>
   <name>MyFaces Portlet Bridge Test Suite Main</name>
-  <version>1.0.0-SNAPSHOT</version>	 
   <description>
   This project builds and tests a testsuite web application containing all of
   the test portlets with no portlet context parameters set. 
@@ -13,9 +12,9 @@
   
   
   <parent>
-    <artifactId>portlet-bridge-testsuite-master</artifactId>
+    <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>jsr301-1.0.0-SNAPSHOT</version>
   </parent>
   <build>
     <pluginManagement>

Modified: myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml?rev=948351&r1=948350&r2=948351&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-lifecycle-set/pom.xml Wed May 26 07:24:14 2010
@@ -2,10 +2,9 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-testsuite-section3-2-lifecycle-set</artifactId>
+  <artifactId>portlet-bridge-tck-section3-2-lifecycle-set</artifactId>
   <packaging>war</packaging>
   <name>MyFaces Portlet Bridge Test Suite - Section 3.2 LIFECYCLE_ID set to TCKLifecycle</name>
-  <version>1.0.0-SNAPSHOT</version>	 
   <description>
   This project builds and tests a testsuite web application with a single 
   lifecycle test portlet and the portlet context parameter
@@ -13,9 +12,9 @@
   </description>
   
   <parent>
-    <artifactId>portlet-bridge-testsuite-master</artifactId>
+    <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>jsr301-1.0.0-SNAPSHOT</version>
   </parent>
   <build>
     <pluginManagement>

Modified: myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml?rev=948351&r1=948350&r2=948351&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-always-delegate/pom.xml Wed May 26 07:24:14 2010
@@ -2,10 +2,9 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-testsuite-section3-2-render-policy-always-delegate</artifactId>
+  <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>
-  <version>1.0.0-SNAPSHOT</version>	 
   <description>
   This project builds and tests a testsuite web application with a single 
   renderPolicy test portlet and the portlet context parameter
@@ -13,9 +12,9 @@
   </description>
   
   <parent>
-    <artifactId>portlet-bridge-testsuite-master</artifactId>
+    <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>jsr301-1.0.0-SNAPSHOT</version>
   </parent>
   <build>
     <pluginManagement>

Modified: myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-default/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-default/pom.xml?rev=948351&r1=948350&r2=948351&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-default/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-default/pom.xml Wed May 26 07:24:14 2010
@@ -2,10 +2,9 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-testsuite-section3-2-render-policy-default</artifactId>
+  <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>
-  <version>1.0.0-SNAPSHOT</version>	 
   <description>
   This project builds and tests a testsuite web application with a single 
   renderPolicy test portlet and the portlet context parameter
@@ -13,9 +12,9 @@
   </description>
   
   <parent>
-    <artifactId>portlet-bridge-testsuite-master</artifactId>
+    <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>jsr301-1.0.0-SNAPSHOT</version>
   </parent>
   <build>
     <pluginManagement>

Modified: myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml?rev=948351&r1=948350&r2=948351&view=diff
==============================================================================
--- myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml (original)
+++ myfaces/portlet-bridge/tck/trunk/portlet-bridge-tck-section3-2-render-policy-never-delegate/pom.xml Wed May 26 07:24:14 2010
@@ -2,10 +2,9 @@
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.apache.myfaces.portlet-bridge</groupId>
-  <artifactId>portlet-bridge-testsuite-section3-2-render-policy-never-delegate</artifactId>
+  <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>
-  <version>1.0.0-SNAPSHOT</version>	 
   <description>
   This project builds and tests a testsuite web application with a single 
   renderPolicy test portlet and the portlet context parameter
@@ -13,9 +12,9 @@
   </description>
   
   <parent>
-    <artifactId>portlet-bridge-testsuite-master</artifactId>
+    <artifactId>portlet-bridge-tck</artifactId>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>jsr301-1.0.0-SNAPSHOT</version>
   </parent>
   <build>
     <pluginManagement>