You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/11/05 02:00:33 UTC

svn commit: r1031382 - in /myfaces/commons/branches/jsf_20: ./ examples/ examples/myfaces-commons-examples/ examples/myfaces-commons-facelets-examples/ myfaces-commons-assembly/ myfaces-commons-components/ myfaces-commons-converters/ myfaces-commons-si...

Author: lu4242
Date: Fri Nov  5 01:00:32 2010
New Revision: 1031382

URL: http://svn.apache.org/viewvc?rev=1031382&view=rev
Log:
remove site, sandbox modules and update artifact names to use 20 instead 12

Removed:
    myfaces/commons/branches/jsf_20/myfaces-commons-site/
    myfaces/commons/branches/jsf_20/sandbox/
Modified:
    myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml
    myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml
    myfaces/commons/branches/jsf_20/examples/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-assembly/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-utils/pom.xml
    myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml
    myfaces/commons/branches/jsf_20/pom.xml

Modified: myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml?rev=1031382&r1=1031381&r2=1031382&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/examples/myfaces-commons-examples/pom.xml Fri Nov  5 01:00:32 2010
@@ -17,19 +17,19 @@
 -->
 <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">
     <parent>
-        <artifactId>commons12</artifactId>
+        <artifactId>commons20</artifactId>
         <groupId>org.apache.myfaces.commons</groupId>
         <version>1.0.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.commons</groupId>
-    <artifactId>myfaces-commons-examples12</artifactId>
+    <artifactId>myfaces-commons-examples20</artifactId>
     <packaging>war</packaging>
     <name>Apache MyFaces Commons Examples</name>
     <version>1.0.1-SNAPSHOT</version>
     <url>http://myfaces.apache.org</url>
     <build>
-        <finalName>myfaces-commons-examples12</finalName>
+        <finalName>myfaces-commons-examples20</finalName>
         <plugins>
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
@@ -73,17 +73,17 @@
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-validators12</artifactId>
+            <artifactId>myfaces-validators20</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-converters12</artifactId>
+            <artifactId>myfaces-converters20</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-components12</artifactId>
+            <artifactId>myfaces-components20</artifactId>
             <version>${project.version}</version>
         </dependency>        
         <dependency>

Modified: myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml?rev=1031382&r1=1031381&r2=1031382&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/examples/myfaces-commons-facelets-examples/pom.xml Fri Nov  5 01:00:32 2010
@@ -17,19 +17,19 @@
 -->
 <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">
     <parent>
-        <artifactId>commons12</artifactId>
+        <artifactId>commons20</artifactId>
         <groupId>org.apache.myfaces.commons</groupId>
         <version>1.0.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.myfaces.commons</groupId>
-    <artifactId>myfaces-commons-facelets-examples12</artifactId>
+    <artifactId>myfaces-commons-facelets-examples20</artifactId>
     <packaging>war</packaging>
     <name>Apache MyFaces Commons Facelets Examples</name>
     <version>1.0.1-SNAPSHOT</version>
     <url>http://myfaces.apache.org</url>
     <build>
-        <finalName>myfaces-commons-facelets-examples12</finalName>
+        <finalName>myfaces-commons-facelets-examples20</finalName>
         <plugins>
             <plugin>
                 <groupId>org.mortbay.jetty</groupId>
@@ -80,17 +80,17 @@
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-validators12</artifactId>
+            <artifactId>myfaces-validators20</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-converters12</artifactId>
+            <artifactId>myfaces-converters20</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-components12</artifactId>
+            <artifactId>myfaces-components20</artifactId>
             <version>${project.version}</version>
         </dependency>        
         <dependency>

Modified: myfaces/commons/branches/jsf_20/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/examples/pom.xml?rev=1031382&r1=1031381&r2=1031382&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/examples/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/examples/pom.xml Fri Nov  5 01:00:32 2010
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.myfaces</groupId>
         <artifactId>myfaces</artifactId>
-        <version>6</version>
+        <version>9</version>
     </parent>
 
     <groupId>org.apache.myfaces.commons</groupId>
-    <artifactId>commons-examples12</artifactId>
+    <artifactId>commons-examples20</artifactId>
     <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Commons Examples</name>
@@ -36,10 +36,4 @@
         <module>myfaces-commons-facelets-examples</module>
     </modules>
 
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/branches/jsf_20/commons-examples12</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/myfaces-master-pom/branches/jsf_20/commons-examples12</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/myfaces-master-pom/branches/jsf_20/commons-examples12</url>
-  </scm>
 </project>

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-assembly/pom.xml?rev=1031382&r1=1031381&r2=1031382&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-assembly/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-assembly/pom.xml Fri Nov  5 01:00:32 2010
@@ -1,7 +1,7 @@
 <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>
-    <artifactId>myfaces-commons-assembly12</artifactId>
+    <artifactId>myfaces-commons-assembly20</artifactId>
     <packaging>pom</packaging>
     <name>Apache MyFaces Commons Assembly</name>
     <description>MyFaces Commons Assembly is used to generate 
@@ -9,7 +9,7 @@
 
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
-        <artifactId>commons12</artifactId>
+        <artifactId>commons20</artifactId>
         <version>1.0.1-SNAPSHOT</version>
     </parent>
 
@@ -30,19 +30,19 @@
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>org.apache.myfaces.commons</groupId>
-                                    <artifactId>myfaces-commons-utils12</artifactId>
+                                    <artifactId>myfaces-commons-utils20</artifactId>
                                     <version>${project.version}</version>
                                     <classifier>javadoc</classifier>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.myfaces.commons</groupId>
-                                    <artifactId>myfaces-converters12</artifactId>
+                                    <artifactId>myfaces-converters20</artifactId>
                                     <version>${project.version}</version>
                                     <classifier>javadoc</classifier>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.myfaces.commons</groupId>
-                                    <artifactId>myfaces-validators12</artifactId>
+                                    <artifactId>myfaces-validators20</artifactId>
                                     <version>${project.version}</version>
                                     <classifier>javadoc</classifier>
                                 </artifactItem>
@@ -60,13 +60,13 @@
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>org.apache.myfaces.commons</groupId>
-                                    <artifactId>myfaces-converters12</artifactId>
+                                    <artifactId>myfaces-converters20</artifactId>
                                     <version>${project.version}</version>
                                     <classifier>tlddoc</classifier>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.myfaces.commons</groupId>
-                                    <artifactId>myfaces-validators12</artifactId>
+                                    <artifactId>myfaces-validators20</artifactId>
                                     <version>${project.version}</version>
                                     <classifier>tlddoc</classifier>
                                 </artifactItem>
@@ -84,19 +84,19 @@
                             <artifactItems>
                                 <artifactItem>
                                     <groupId>org.apache.myfaces.commons</groupId>
-                                    <artifactId>myfaces-commons-utils12</artifactId>
+                                    <artifactId>myfaces-commons-utils20</artifactId>
                                     <version>${project.version}</version>
                                     <classifier>sources</classifier>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.myfaces.commons</groupId>
-                                    <artifactId>myfaces-converters12</artifactId>
+                                    <artifactId>myfaces-converters20</artifactId>
                                     <version>${project.version}</version>
                                     <classifier>sources</classifier>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.myfaces.commons</groupId>
-                                    <artifactId>myfaces-validators12</artifactId>
+                                    <artifactId>myfaces-validators20</artifactId>
                                     <version>${project.version}</version>
                                     <classifier>sources</classifier>
                                 </artifactItem>
@@ -117,7 +117,7 @@
                             <descriptors>
                                 <descriptor>src/main/assembly/coresrc.xml</descriptor>
                             </descriptors>
-                            <finalName>myfaces-commons12-${version}-src</finalName>
+                            <finalName>myfaces-commons20-${version}-src</finalName>
                             <appendAssemblyId>false</appendAssemblyId>
                             <outputDirectory>target/assembly/out</outputDirectory>
                             <workDirectory>target/assembly/work</workDirectory>
@@ -133,7 +133,7 @@
                             <descriptors>
                                 <descriptor>${basedir}/src/main/assembly/corebin.xml</descriptor>
                             </descriptors>
-                            <finalName>myfaces-commons12-${version}-bin</finalName>
+                            <finalName>myfaces-commons20-${version}-bin</finalName>
                             <appendAssemblyId>false</appendAssemblyId>
                             <outputDirectory>target/assembly/out</outputDirectory>
                             <workDirectory>target/assembly/work</workDirectory>
@@ -150,17 +150,17 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-commons-utils12</artifactId>
+            <artifactId>myfaces-commons-utils20</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-converters12</artifactId>
+            <artifactId>myfaces-converters20</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-validators12</artifactId>
+            <artifactId>myfaces-validators20</artifactId>
             <version>${project.version}</version>
         </dependency>    
     </dependencies>

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml?rev=1031382&r1=1031381&r2=1031382&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-components/pom.xml Fri Nov  5 01:00:32 2010
@@ -19,10 +19,10 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
-        <artifactId>commons12</artifactId>
+        <artifactId>commons20</artifactId>
         <version>1.0.1-SNAPSHOT</version>
     </parent>
-    <artifactId>myfaces-components12</artifactId>
+    <artifactId>myfaces-components20</artifactId>
     <packaging>jar</packaging>
     <name>Apache MyFaces Commons Components</name>
     
@@ -127,7 +127,7 @@
         
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-commons-utils12</artifactId>
+            <artifactId>myfaces-commons-utils20</artifactId>
             <version>${project.version}</version>
         </dependency>
         
@@ -159,7 +159,7 @@
 
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-commons-utils12</artifactId>
+            <artifactId>myfaces-commons-utils20</artifactId>
             <classifier>tests</classifier>
             <version>${project.version}</version>
             <scope>test</scope>

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml?rev=1031382&r1=1031381&r2=1031382&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-converters/pom.xml Fri Nov  5 01:00:32 2010
@@ -19,10 +19,10 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
-        <artifactId>commons12</artifactId>
+        <artifactId>commons20</artifactId>
         <version>1.0.1-SNAPSHOT</version>
     </parent>
-    <artifactId>myfaces-converters12</artifactId>
+    <artifactId>myfaces-converters20</artifactId>
     <packaging>jar</packaging>
     <name>Apache MyFaces Commons Converters</name>
 
@@ -149,7 +149,7 @@
         
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-commons-utils12</artifactId>
+            <artifactId>myfaces-commons-utils20</artifactId>
             <version>${project.version}</version>
         </dependency>
 
@@ -166,7 +166,7 @@
 
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-commons-utils12</artifactId>
+            <artifactId>myfaces-commons-utils20</artifactId>
             <classifier>tests</classifier>
             <version>${project.version}</version>
             <scope>test</scope>

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-utils/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-utils/pom.xml?rev=1031382&r1=1031381&r2=1031382&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-utils/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-utils/pom.xml Fri Nov  5 01:00:32 2010
@@ -19,10 +19,10 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
-        <artifactId>commons12</artifactId>
+        <artifactId>commons20</artifactId>
         <version>1.0.1-SNAPSHOT</version>
     </parent>
-    <artifactId>myfaces-commons-utils12</artifactId>
+    <artifactId>myfaces-commons-utils20</artifactId>
     <packaging>jar</packaging>
     <name>Apache MyFaces Commons Utils</name>
 

Modified: myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml?rev=1031382&r1=1031381&r2=1031382&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/myfaces-commons-validators/pom.xml Fri Nov  5 01:00:32 2010
@@ -19,10 +19,10 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.myfaces.commons</groupId>
-        <artifactId>commons12</artifactId>
+        <artifactId>commons20</artifactId>
         <version>1.0.1-SNAPSHOT</version>
     </parent>
-    <artifactId>myfaces-validators12</artifactId>
+    <artifactId>myfaces-validators20</artifactId>
     <packaging>jar</packaging>
     <name>Apache MyFaces Commons Validators</name>
 
@@ -89,7 +89,7 @@
                                 </description>
                             </params>
                             <modelIds>
-                                <modelId>myfaces-validators12</modelId>
+                                <modelId>myfaces-validators20</modelId>
                             </modelIds>
                         </configuration>
                         <goals>
@@ -107,7 +107,7 @@
                                 <uri>http://myfaces.apache.org/commons/validators</uri>
                             </params>
                             <modelIds>
-                                <modelId>myfaces-validators12</modelId>
+                                <modelId>myfaces-validators20</modelId>
                             </modelIds>
                         </configuration>
                         <goals>
@@ -151,7 +151,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-commons-utils12</artifactId>
+            <artifactId>myfaces-commons-utils20</artifactId>
             <version>${project.version}</version>
         </dependency>
         
@@ -168,7 +168,7 @@
 
         <dependency>
             <groupId>org.apache.myfaces.commons</groupId>
-            <artifactId>myfaces-commons-utils12</artifactId>
+            <artifactId>myfaces-commons-utils20</artifactId>
             <classifier>tests</classifier>
             <version>${project.version}</version>
             <scope>test</scope>

Modified: myfaces/commons/branches/jsf_20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_20/pom.xml?rev=1031382&r1=1031381&r2=1031382&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_20/pom.xml (original)
+++ myfaces/commons/branches/jsf_20/pom.xml Fri Nov  5 01:00:32 2010
@@ -26,11 +26,11 @@
     </parent>
 
     <groupId>org.apache.myfaces.commons</groupId>
-    <artifactId>commons12</artifactId>
+    <artifactId>commons20</artifactId>
     <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache MyFaces Commons</name>
-    <url>http://myfaces.apache.org/commons12</url>
+    <url>http://myfaces.apache.org/commons20</url>
     <inceptionYear>2007</inceptionYear>
 
     <issueManagement>
@@ -42,7 +42,7 @@
     <site>
       <id>apache-site</id>
       <name>Apache Website</name>
-      <url>scpexe://people.apache.org/www/myfaces.apache.org/commons12/</url>
+      <url>scpexe://people.apache.org/www/myfaces.apache.org/commons20/</url>
     </site>
   </distributionManagement>
     <build>