You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/05/03 20:31:48 UTC

svn commit: r940560 - in /myfaces/tobago/trunk: ./ tobago-core/ tobago-example/ tobago-example/tobago-example-addressbook-lib/ tobago-example/tobago-example-addressbook/ tobago-example/tobago-example-blank/ tobago-example/tobago-example-data/ tobago-ex...

Author: lofwyr
Date: Mon May  3 18:31:47 2010
New Revision: 940560

URL: http://svn.apache.org/viewvc?rev=940560&view=rev
Log:
TOBAGO-878: Use the same name for the project directory and artifact name in the pom.xml
 - remove the scm section from the sub modules

Modified:
    myfaces/tobago/trunk/pom.xml
    myfaces/tobago/trunk/tobago-core/pom.xml
    myfaces/tobago/trunk/tobago-example/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-blank/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-data/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-experimental/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-nonfacesrequest/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-retro/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-seam/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-security/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-theme-example/pom.xml
    myfaces/tobago/trunk/tobago-extension/math/pom.xml
    myfaces/tobago/trunk/tobago-extension/pom.xml
    myfaces/tobago/trunk/tobago-extension/tobago-deprecation/pom.xml
    myfaces/tobago/trunk/tobago-extension/tobago-facelets/pom.xml
    myfaces/tobago/trunk/tobago-extension/tobago-fileupload/pom.xml
    myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml
    myfaces/tobago/trunk/tobago-extension/tobago-security/pom.xml
    myfaces/tobago/trunk/tobago-extension/tobago-taglib-extension/pom.xml
    myfaces/tobago/trunk/tobago-jsf-compat/pom.xml
    myfaces/tobago/trunk/tobago-theme/pom.xml
    myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/pom.xml
    myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/pom.xml
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/pom.xml
    myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/pom.xml
    myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Mon May  3 18:31:47 2010
@@ -504,11 +504,9 @@
   </dependencies>
 
   <scm>
-
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk</developerConnection>
     <url>http://svn.eu.apache.org/viewvc/myfaces/tobago/trunk</url>
-
   </scm>
 
   <organization>

Modified: myfaces/tobago/trunk/tobago-core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-core/pom.xml Mon May  3 18:31:47 2010
@@ -252,12 +252,6 @@
     </plugins>
   </reporting>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/core</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/core</url>
-  </scm>
-
   <dependencies>
 
     <dependency>

Modified: myfaces/tobago/trunk/tobago-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/pom.xml Mon May  3 18:31:47 2010
@@ -26,12 +26,6 @@
   <name>Tobago Examples</name>
   <artifactId>tobago-example</artifactId>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example</url>
-  </scm>
-
   <build>
     <plugins>
       <plugin>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook-lib/pom.xml Mon May  3 18:31:47 2010
@@ -46,11 +46,6 @@
     </plugins>
   </build>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook/lib</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook/lib</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/lib</url>
-  </scm>
   <dependencies>
     <dependency>
         <groupId>org.tango-project</groupId>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-addressbook/pom.xml Mon May  3 18:31:47 2010
@@ -118,11 +118,6 @@
     </profile>
   </profiles>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook/war</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/addressbook/war</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/war</url>
-  </scm>
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-blank/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-blank/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-blank/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-blank/pom.xml Mon May  3 18:31:47 2010
@@ -39,12 +39,6 @@
       </plugin>
     </plugins>
   </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/blank</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/blank</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/blank</url>
-  </scm>
   
   <dependencies>
     <dependency>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-data/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-data/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-data/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-data/pom.xml Mon May  3 18:31:47 2010
@@ -26,12 +26,6 @@
   <packaging>jar</packaging>
   <name>Data for Examples</name>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/data</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/data</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/data</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>commons-lang</groupId>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Mon May  3 18:31:47 2010
@@ -95,11 +95,6 @@
       </plugin>
     </plugins>
   </build>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/demo</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/demo</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/demo</url>
-  </scm>
 
   <dependencies>
     <dependency>
@@ -259,4 +254,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-experimental/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-experimental/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-experimental/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-experimental/pom.xml Mon May  3 18:31:47 2010
@@ -43,12 +43,6 @@
     </plugins>
   </build>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/experimental</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/experimental</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/experimental</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
@@ -245,4 +239,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-nonfacesrequest/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-nonfacesrequest/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-nonfacesrequest/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-nonfacesrequest/pom.xml Mon May  3 18:31:47 2010
@@ -39,12 +39,6 @@
       </plugin>
     </plugins>
   </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/nonfacesrequest</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/nonfacesrequest</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/nonfacesrequest</url>
-  </scm>
   
   <dependencies>
     <dependency>
@@ -80,4 +74,4 @@
       <scope>runtime</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-retro/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-retro/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-retro/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-retro/pom.xml Mon May  3 18:31:47 2010
@@ -51,12 +51,6 @@
     </plugins>
   </build>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/retro</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/retro</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/retro</url>
-  </scm>
-
   <repositories>
     <repository>
       <id>java.net</id>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/pom.xml Mon May  3 18:31:47 2010
@@ -70,12 +70,6 @@
       </plugin>
     </plugins>
   </build>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/sandbox</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/sandbox</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/sandbox</url>
-  </scm>
   
   <repositories>
     <repository>
@@ -148,4 +142,4 @@
        <artifactId>standard</artifactId>
      </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-seam/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-seam/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-seam/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-seam/pom.xml Mon May  3 18:31:47 2010
@@ -275,12 +275,6 @@
     </repository>
   </repositories>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/seam</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/seam
-    </developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/seam</url>
-  </scm>
   <properties>
     <seam.version>2.1.0.GA</seam.version>
     <!--<seam.version>2.0.0.GA</seam.version>-->

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-security/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-security/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-security/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-security/pom.xml Mon May  3 18:31:47 2010
@@ -40,12 +40,6 @@
     </plugins>
   </build>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/security</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/security</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/security</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml Mon May  3 18:31:47 2010
@@ -108,11 +108,6 @@
 
     </plugins>
   </build>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/test</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/test</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tobago/trunk/example/test</url>
-  </scm>
 
   <dependencies>
     <!-- needed for session secret -->

Modified: myfaces/tobago/trunk/tobago-example/tobago-theme-example/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-theme-example/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-theme-example/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-theme-example/pom.xml Mon May  3 18:31:47 2010
@@ -25,12 +25,6 @@
   <artifactId>tobago-theme-example</artifactId>
   <name>Tobago Theme Example</name>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/tobago-theme-example</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/tobago-theme-example</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/tobago-theme-example</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
@@ -38,4 +32,4 @@
       <version>${project.version}</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/tobago-extension/math/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/math/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/math/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/math/pom.xml Mon May  3 18:31:47 2010
@@ -25,11 +25,7 @@
   <packaging>jar</packaging>
   <name>Tobago Mathematical Abroach for Layout Managing</name>
   <artifactId>tobago-math</artifactId>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/math</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/math</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/math</url>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/tobago-extension/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/pom.xml Mon May  3 18:31:47 2010
@@ -25,11 +25,7 @@
   <packaging>pom</packaging>
   <name>Tobago Extensions</name>
   <artifactId>tobago-extension</artifactId>
-  <scm>
-    <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>tobago-deprecation</module>
     <module>tobago-facelets</module>

Modified: myfaces/tobago/trunk/tobago-extension/tobago-deprecation/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-deprecation/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-deprecation/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-deprecation/pom.xml Mon May  3 18:31:47 2010
@@ -25,11 +25,7 @@
   <packaging>jar</packaging>
   <name>Tobago Deprecation</name>
   <artifactId>tobago-deprecation</artifactId>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/deprecation</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/deprecation</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/deprecation</url>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/tobago-extension/tobago-facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-facelets/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-facelets/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-facelets/pom.xml Mon May  3 18:31:47 2010
@@ -26,11 +26,6 @@
   <packaging>jar</packaging>
   <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/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/tobago-extension/tobago-fileupload/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-fileupload/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-fileupload/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-fileupload/pom.xml Mon May  3 18:31:47 2010
@@ -25,11 +25,7 @@
   <packaging>jar</packaging>
   <name>Tobago Fileupload</name>
   <artifactId>tobago-fileupload</artifactId>
-  <scm>
-    <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>
       <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml Mon May  3 18:31:47 2010
@@ -253,12 +253,6 @@
     </plugins>
   </reporting>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/sandbox</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/sandbox</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/sandbox</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/tobago-extension/tobago-security/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-security/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-security/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-security/pom.xml Mon May  3 18:31:47 2010
@@ -25,11 +25,7 @@
   <packaging>jar</packaging>
   <name>Tobago Security</name>
   <artifactId>tobago-security</artifactId>
-  <scm>
-    <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>
       <groupId>org.apache.myfaces.tobago</groupId>

Modified: myfaces/tobago/trunk/tobago-extension/tobago-taglib-extension/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-taglib-extension/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-taglib-extension/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-taglib-extension/pom.xml Mon May  3 18:31:47 2010
@@ -130,12 +130,6 @@
     </plugins>
   </reporting>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/tobago-taglib-extension</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/extension/tobago-taglib-extension</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/extension/tobago-taglib-extension</url>
-  </scm>
-
   <dependencies>
 
     <dependency>

Modified: myfaces/tobago/trunk/tobago-jsf-compat/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-jsf-compat/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-jsf-compat/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-jsf-compat/pom.xml Mon May  3 18:31:47 2010
@@ -51,11 +51,7 @@
      </plugin>
     </plugins>
   </build>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/tobago-jsf-compat</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/tobago-jsf-compat</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-jsf-compat</url>
-  </scm>
+
   <dependencies>
     <dependency>
       <groupId>javax.servlet.jsp</groupId>

Modified: myfaces/tobago/trunk/tobago-theme/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/pom.xml Mon May  3 18:31:47 2010
@@ -26,12 +26,6 @@
   <name>Tobago Themes</name>
   <artifactId>tobago-theme</artifactId>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme</url>
-  </scm>
-
   <modules>
     <module>tobago-theme-standard</module>
     <module>tobago-theme-scarborough</module>

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-charlotteville/pom.xml Mon May  3 18:31:47 2010
@@ -25,12 +25,6 @@
   <artifactId>tobago-theme-charlotteville</artifactId>
   <name>Tobago Theme Charlotteville</name>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/charlotteville</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/charlotteville</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/charlotteville</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
@@ -53,4 +47,4 @@
       <artifactId>servlet-api</artifactId>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-richmond/pom.xml Mon May  3 18:31:47 2010
@@ -26,12 +26,6 @@
   <packaging>jar</packaging>
   <name>Tobago Theme Richmond</name>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/richmond</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/richmond</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/richmond</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
@@ -54,4 +48,4 @@
       <artifactId>servlet-api</artifactId>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/pom.xml Mon May  3 18:31:47 2010
@@ -26,12 +26,6 @@
   <packaging>jar</packaging>
   <name>Tobago Theme Scarborough</name>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/scarborough</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/scarborough</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough</url>
-  </scm>
-
   <build>
     <plugins>
       <plugin>
@@ -130,4 +124,4 @@
       </dependencies>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/pom.xml Mon May  3 18:31:47 2010
@@ -26,12 +26,6 @@
   <packaging>jar</packaging>
   <name>Tobago Theme Speyside</name>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/speyside</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/speyside</developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/speyside</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
@@ -89,4 +83,4 @@
       </dependencies>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/pom.xml?rev=940560&r1=940559&r2=940560&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/pom.xml Mon May  3 18:31:47 2010
@@ -112,13 +112,6 @@
 
   </repositories>
 
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/standard</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/theme/standard
-    </developerConnection>
-    <url>http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces.tobago</groupId>
@@ -179,4 +172,4 @@
       </dependencies>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>