You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/08/16 22:33:07 UTC

svn commit: r566832 - in /myfaces/tobago/trunk: contrib/ extension/ extension/facelets/pom.xml extension/fileupload/pom.xml extension/message-fix/pom.xml extension/pom.xml extension/security/pom.xml pom.xml

Author: bommel
Date: Thu Aug 16 13:33:06 2007
New Revision: 566832

URL: http://svn.apache.org/viewvc?view=rev&rev=566832
Log:
(TOBAGO-472) Rename the contrib directory to extension

Added:
    myfaces/tobago/trunk/extension/
      - copied from r566823, myfaces/tobago/trunk/contrib/
Removed:
    myfaces/tobago/trunk/contrib/
Modified:
    myfaces/tobago/trunk/extension/facelets/pom.xml
    myfaces/tobago/trunk/extension/fileupload/pom.xml
    myfaces/tobago/trunk/extension/message-fix/pom.xml
    myfaces/tobago/trunk/extension/pom.xml
    myfaces/tobago/trunk/extension/security/pom.xml
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/extension/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/facelets/pom.xml?view=diff&rev=566832&r1=566823&r2=566832
==============================================================================
--- myfaces/tobago/trunk/extension/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/extension/facelets/pom.xml Thu Aug 16 13:33:06 2007
@@ -19,7 +19,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
-    <artifactId>tobago-contrib</artifactId>
+    <artifactId>tobago-extension</artifactId>
     <version>1.0.12-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-facelets</artifactId>
@@ -27,9 +27,9 @@
   <name>Tobago Facelets</name>
   <description>Tobago-facelets contains the facelets TagHandler for the tobago components and the facelets variant(tf) for the tobago extension taglib.</description>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/facelets</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/facelets</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/facelets</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/facelets</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/facelets</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/facelets</url>
   </scm>
 
   <build>

Modified: myfaces/tobago/trunk/extension/fileupload/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/fileupload/pom.xml?view=diff&rev=566832&r1=566823&r2=566832
==============================================================================
--- myfaces/tobago/trunk/extension/fileupload/pom.xml (original)
+++ myfaces/tobago/trunk/extension/fileupload/pom.xml Thu Aug 16 13:33:06 2007
@@ -21,16 +21,16 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
-    <artifactId>tobago-contrib</artifactId>
+    <artifactId>tobago-extension</artifactId>
     <version>1.0.12-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago Fileupload</name>
   <artifactId>tobago-fileupload</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/fileupload</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/fileupload</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/fileupload</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/fileupload</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/fileupload</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/fileupload</url>
   </scm>
   <dependencies>
     <dependency>
@@ -118,4 +118,4 @@
     </profile>
   </profiles>
 
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/extension/message-fix/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/message-fix/pom.xml?view=diff&rev=566832&r1=566823&r2=566832
==============================================================================
--- myfaces/tobago/trunk/extension/message-fix/pom.xml (original)
+++ myfaces/tobago/trunk/extension/message-fix/pom.xml Thu Aug 16 13:33:06 2007
@@ -21,16 +21,16 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
-    <artifactId>tobago-contrib</artifactId>
+    <artifactId>tobago-extension</artifactId>
     <version>1.0.12-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago FacesMessage ordering fix for the ri (before the 1.2 version)</name>
   <artifactId>tobago-message-fix</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/message-fix</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/message-fix</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/message-fix</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/message-fix</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/message-fix</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/message-fix</url>
   </scm>
   <dependencies>
     <dependency>
@@ -94,4 +94,4 @@
     </profile>
   </profiles>
 
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/extension/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/pom.xml?view=diff&rev=566832&r1=566823&r2=566832
==============================================================================
--- myfaces/tobago/trunk/extension/pom.xml (original)
+++ myfaces/tobago/trunk/extension/pom.xml Thu Aug 16 13:33:06 2007
@@ -23,12 +23,12 @@
     <version>1.0.12-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
-  <name>Tobago Contrib</name>
-  <artifactId>tobago-contrib</artifactId>
+  <name>Tobago Extension</name>
+  <artifactId>tobago-extension</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension</url>
   </scm>
   <modules>
     <module>facelets</module>

Modified: myfaces/tobago/trunk/extension/security/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/security/pom.xml?view=diff&rev=566832&r1=566823&r2=566832
==============================================================================
--- myfaces/tobago/trunk/extension/security/pom.xml (original)
+++ myfaces/tobago/trunk/extension/security/pom.xml Thu Aug 16 13:33:06 2007
@@ -19,16 +19,16 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
-    <artifactId>tobago-contrib</artifactId>
+    <artifactId>tobago-extension</artifactId>
     <version>1.0.12-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
   <name>Tobago Security</name>
   <artifactId>tobago-security</artifactId>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/security</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/security</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/security</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/security</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/security</developerConnection>
+    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/security</url>
   </scm>
   <dependencies>
     <dependency>
@@ -59,4 +59,4 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=566832&r1=566831&r2=566832
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Thu Aug 16 13:33:06 2007
@@ -663,7 +663,7 @@
       <id>all-modules</id>
       <modules>
         <module>example</module>
-        <module>contrib</module>
+        <module>extension</module>
         <module>tobago-assembly</module>
         <module>sandbox</module>
       </modules>
@@ -671,7 +671,7 @@
     <profile>
       <id>generate-assembly</id>
       <modules>
-        <module>contrib</module>
+        <module>extension</module>
         <module>example</module>
         <module>tobago-assembly</module>
       </modules>
@@ -779,7 +779,7 @@
         </plugins>
       </build>
       <modules>
-        <module>contrib</module>
+        <module>extension</module>
         <module>example</module>
       </modules>
     </profile>