Author: rombert
Date: Wed Jul 24 18:13:22 2013
New Revision: 1506645

URL: http://svn.apache.org/r1506645
Log:
SLING-2978 - Create tooling top-level directory and move maven and ide
under it

* moved the maven directory under tooling maven
* adjusted module paths in pom.xml
* updated the scm information in the pom.xml files
* updated the scm information in the README.txt files

Added:
    sling/trunk/tooling/maven/
      - copied from r1506635, sling/trunk/maven/
Removed:
    sling/trunk/maven/
Modified:
    sling/trunk/pom.xml
    sling/trunk/tooling/maven/adapter-annotations/pom.xml
    sling/trunk/tooling/maven/apache-sling-jar-resource-bundle/pom.xml
    sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall/README.txt
    sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall/pom.xml
    sling/trunk/tooling/maven/archetypes/bundle/README.txt
    sling/trunk/tooling/maven/archetypes/bundle/pom.xml
    sling/trunk/tooling/maven/archetypes/initial-content/README.txt
    sling/trunk/tooling/maven/archetypes/initial-content/pom.xml
    sling/trunk/tooling/maven/archetypes/launchpad-standalone/README.txt
    sling/trunk/tooling/maven/archetypes/launchpad-standalone/pom.xml
    sling/trunk/tooling/maven/archetypes/launchpad-webapp/README.txt
    sling/trunk/tooling/maven/archetypes/launchpad-webapp/pom.xml
    sling/trunk/tooling/maven/archetypes/servlet/README.txt
    sling/trunk/tooling/maven/archetypes/servlet/pom.xml
    sling/trunk/tooling/maven/archetypes/taglib/README.txt
    sling/trunk/tooling/maven/archetypes/taglib/pom.xml
    sling/trunk/tooling/maven/maven-jcrocm-plugin/README.txt
    sling/trunk/tooling/maven/maven-jcrocm-plugin/pom.xml
    sling/trunk/tooling/maven/maven-jspc-plugin/README.txt
    sling/trunk/tooling/maven/maven-jspc-plugin/pom.xml
    sling/trunk/tooling/maven/maven-launchpad-plugin/README.txt
    sling/trunk/tooling/maven/maven-launchpad-plugin/pom.xml
    sling/trunk/tooling/maven/maven-sling-plugin/README.txt
    sling/trunk/tooling/maven/maven-sling-plugin/pom.xml

Modified: sling/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1506645&r1=1506644&r2=1506645&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Wed Jul 24 18:13:22 2013
@@ -80,24 +80,24 @@
 
     <!-- List modules to be included in the build here ! -->
     <modules>
-        <module>maven/apache-sling-jar-resource-bundle</module>
+        <module>tooling/maven/apache-sling-jar-resource-bundle</module>
 
         <!-- The real Sling Parent Project -->
         <module>parent</module>
 
         <!-- The Maven Plugins and Archeyptes-->
-        <module>maven/adapter-annotations</module>
-        <module>maven/maven-jcrocm-plugin</module>
-        <module>maven/maven-jspc-plugin</module>
-        <module>maven/maven-sling-plugin</module>
-        <module>maven/maven-launchpad-plugin</module>
-        <module>maven/archetypes/launchpad-standalone</module>
-        <module>maven/archetypes/launchpad-webapp</module>
-        <module>maven/archetypes/initial-content</module>
-        <module>maven/archetypes/servlet</module>
-        <module>maven/archetypes/bundle</module>
-        <module>maven/archetypes/bundle-for-jcrinstall</module>
-        <module>maven/archetypes/taglib</module>
+        <module>tooling/maven/adapter-annotations</module>
+        <module>tooling/maven/maven-jcrocm-plugin</module>
+        <module>tooling/maven/maven-jspc-plugin</module>
+        <module>tooling/maven/maven-sling-plugin</module>
+        <module>tooling/maven/maven-launchpad-plugin</module>
+        <module>tooling/maven/archetypes/launchpad-standalone</module>
+        <module>tooling/maven/archetypes/launchpad-webapp</module>
+        <module>tooling/maven/archetypes/initial-content</module>
+        <module>tooling/maven/archetypes/servlet</module>
+        <module>tooling/maven/archetypes/bundle</module>
+        <module>tooling/maven/archetypes/bundle-for-jcrinstall</module>
+        <module>tooling/maven/archetypes/taglib</module>
 
         <!-- The Sling API -->
         <module>bundles/api</module>

Modified: sling/trunk/tooling/maven/adapter-annotations/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/adapter-annotations/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/adapter-annotations/pom.xml (original)
+++ sling/trunk/tooling/maven/adapter-annotations/pom.xml Wed Jul 24 18:13:22 
2013
@@ -33,8 +33,8 @@
     <description>Annotations used to generate Sling Adapter 
metadata</description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/adapter-annotations</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/adapter-annotations</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/adapter-annotations</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/adapter-annotations</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/adapter-annotations</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/adapter-annotations</url>
     </scm>
 </project>
\ No newline at end of file

Modified: sling/trunk/tooling/maven/apache-sling-jar-resource-bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/apache-sling-jar-resource-bundle/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/apache-sling-jar-resource-bundle/pom.xml 
(original)
+++ sling/trunk/tooling/maven/apache-sling-jar-resource-bundle/pom.xml Wed Jul 
24 18:13:22 2013
@@ -33,8 +33,8 @@
     An archive which contains templates for generating the necessary Sling 
notice file.
     </description>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/apache-sling-jar-resource-bundle</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/apache-sling-jar-resource-bundle</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/apache-sling-jar-resource-bundle</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/apache-sling-jar-resource-bundle</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/apache-sling-jar-resource-bundle</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/apache-sling-jar-resource-bundle</url>
     </scm>
 </project>

Modified: sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall/README.txt?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall/README.txt 
(original)
+++ sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall/README.txt Wed 
Jul 24 18:13:22 2013
@@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/bundle
+    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall/pom.xml 
(original)
+++ sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall/pom.xml Wed Jul 
24 18:13:22 2013
@@ -34,9 +34,9 @@
     <description>Maven archetype for a generic OSGi bundle installed via JCR 
Install.</description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/bundle-for-jcrinstall</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/bundle-for-jcrinstall</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/bundle-for-jcrinstall</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/bundle-for-jcrinstall</url>
     </scm>
 
     <build>

Modified: sling/trunk/tooling/maven/archetypes/bundle/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/bundle/README.txt?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/bundle/README.txt (original)
+++ sling/trunk/tooling/maven/archetypes/bundle/README.txt Wed Jul 24 18:13:22 
2013
@@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/bundle
+    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/tooling/maven/archetypes/bundle/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/bundle/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/bundle/pom.xml (original)
+++ sling/trunk/tooling/maven/archetypes/bundle/pom.xml Wed Jul 24 18:13:22 2013
@@ -34,9 +34,9 @@
     <description>Maven archetype for a generic OSGi bundle.</description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/bundle</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/bundle</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/bundle</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/bundle</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/bundle</url>
     </scm>
 
     <build>

Modified: sling/trunk/tooling/maven/archetypes/initial-content/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/initial-content/README.txt?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/initial-content/README.txt (original)
+++ sling/trunk/tooling/maven/archetypes/initial-content/README.txt Wed Jul 24 
18:13:22 2013
@@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/initial-content
+    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/initial-content
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/tooling/maven/archetypes/initial-content/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/initial-content/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/initial-content/pom.xml (original)
+++ sling/trunk/tooling/maven/archetypes/initial-content/pom.xml Wed Jul 24 
18:13:22 2013
@@ -34,9 +34,9 @@
     <description>Maven archetype for initial content</description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/initial-content</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/initial-content</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/initial-content</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/initial-content</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/initial-content</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/initial-content</url>
     </scm>
 
     <build>

Modified: sling/trunk/tooling/maven/archetypes/launchpad-standalone/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/launchpad-standalone/README.txt?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/launchpad-standalone/README.txt 
(original)
+++ sling/trunk/tooling/maven/archetypes/launchpad-standalone/README.txt Wed 
Jul 24 18:13:22 2013
@@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-standalone
+    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/launchpad-standalone
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/tooling/maven/archetypes/launchpad-standalone/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/launchpad-standalone/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/launchpad-standalone/pom.xml (original)
+++ sling/trunk/tooling/maven/archetypes/launchpad-standalone/pom.xml Wed Jul 
24 18:13:22 2013
@@ -26,9 +26,9 @@
     <description>Maven archetype for Sling Launchpad Standalone 
applications</description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-standalone</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-standalone</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/launchpad-standalone</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/launchpad-standalone</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/launchpad-standalone</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/launchpad-standalone</url>
     </scm>
 
     <build>

Modified: sling/trunk/tooling/maven/archetypes/launchpad-webapp/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/launchpad-webapp/README.txt?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/launchpad-webapp/README.txt (original)
+++ sling/trunk/tooling/maven/archetypes/launchpad-webapp/README.txt Wed Jul 24 
18:13:22 2013
@@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-webapp
+    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/launchpad-webapp
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/tooling/maven/archetypes/launchpad-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/launchpad-webapp/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/launchpad-webapp/pom.xml (original)
+++ sling/trunk/tooling/maven/archetypes/launchpad-webapp/pom.xml Wed Jul 24 
18:13:22 2013
@@ -26,9 +26,9 @@
     <description>Maven archetype for Sling Launchpad Webapp 
applications</description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-webapp</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/launchpad-webapp</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/launchpad-webapp</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/launchpad-webapp</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/launchpad-webapp</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/launchpad-webapp</url>
     </scm>
 
     <build>

Modified: sling/trunk/tooling/maven/archetypes/servlet/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/servlet/README.txt?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/servlet/README.txt (original)
+++ sling/trunk/tooling/maven/archetypes/servlet/README.txt Wed Jul 24 18:13:22 
2013
@@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet
+    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/servlet
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/tooling/maven/archetypes/servlet/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/servlet/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/servlet/pom.xml (original)
+++ sling/trunk/tooling/maven/archetypes/servlet/pom.xml Wed Jul 24 18:13:22 
2013
@@ -37,9 +37,9 @@
     <description>Maven archetype for Sling Servlets</description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/servlet</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/servlet</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/servlet</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/servlet</url>
     </scm>
 
     <build>

Modified: sling/trunk/tooling/maven/archetypes/taglib/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/taglib/README.txt?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/taglib/README.txt (original)
+++ sling/trunk/tooling/maven/archetypes/taglib/README.txt Wed Jul 24 18:13:22 
2013
@@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/taglib
+    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/taglib
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/tooling/maven/archetypes/taglib/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/taglib/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/archetypes/taglib/pom.xml (original)
+++ sling/trunk/tooling/maven/archetypes/taglib/pom.xml Wed Jul 24 18:13:22 2013
@@ -33,9 +33,9 @@
     <description>Maven archetype for JSP Taglib</description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/taglib</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/archetypes/taglib</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/taglib</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/taglib</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/archetypes/taglib</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/archetypes/taglib</url>
     </scm>
     <build>
         <testResources>

Modified: sling/trunk/tooling/maven/maven-jcrocm-plugin/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-jcrocm-plugin/README.txt?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-jcrocm-plugin/README.txt (original)
+++ sling/trunk/tooling/maven/maven-jcrocm-plugin/README.txt Wed Jul 24 
18:13:22 2013
@@ -23,7 +23,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/maven/maven-jcrocm-plugin
+    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-jcrocm-plugin
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/tooling/maven/maven-jcrocm-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-jcrocm-plugin/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-jcrocm-plugin/pom.xml (original)
+++ sling/trunk/tooling/maven/maven-jcrocm-plugin/pom.xml Wed Jul 24 18:13:22 
2013
@@ -41,9 +41,9 @@
        </description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/maven-jcrocm-plugin</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/maven-jcrocm-plugin</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/maven-jcrocm-plugin</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-jcrocm-plugin</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-jcrocm-plugin</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-jcrocm-plugin</url>
     </scm>
 
        <reporting>

Modified: sling/trunk/tooling/maven/maven-jspc-plugin/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-jspc-plugin/README.txt?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-jspc-plugin/README.txt (original)
+++ sling/trunk/tooling/maven/maven-jspc-plugin/README.txt Wed Jul 24 18:13:22 
2013
@@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/maven/maven-jspc-plugin
+    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-jspc-plugin
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/tooling/maven/maven-jspc-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-jspc-plugin/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-jspc-plugin/pom.xml (original)
+++ sling/trunk/tooling/maven/maven-jspc-plugin/pom.xml Wed Jul 24 18:13:22 2013
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/maven-jspc-plugin</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/maven-jspc-plugin</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/maven-jspc-plugin</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-jspc-plugin</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-jspc-plugin</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-jspc-plugin</url>
     </scm>
 
     <reporting>

Modified: sling/trunk/tooling/maven/maven-launchpad-plugin/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-launchpad-plugin/README.txt?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-launchpad-plugin/README.txt (original)
+++ sling/trunk/tooling/maven/maven-launchpad-plugin/README.txt Wed Jul 24 
18:13:22 2013
@@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/maven/maven-launchpad-plugin
+    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-launchpad-plugin
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/tooling/maven/maven-launchpad-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-launchpad-plugin/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-launchpad-plugin/pom.xml (original)
+++ sling/trunk/tooling/maven/maven-launchpad-plugin/pom.xml Wed Jul 24 
18:13:22 2013
@@ -31,9 +31,9 @@
     </description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/maven-launchpad-plugin</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/maven-launchpad-plugin</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/maven-launchpad-plugin</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-launchpad-plugin</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-launchpad-plugin</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-launchpad-plugin</url>
     </scm>
 
     <build>

Modified: sling/trunk/tooling/maven/maven-sling-plugin/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-sling-plugin/README.txt?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-sling-plugin/README.txt (original)
+++ sling/trunk/tooling/maven/maven-sling-plugin/README.txt Wed Jul 24 18:13:22 
2013
@@ -21,7 +21,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/maven/maven-sling-plugin
+    svn checkout 
http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-sling-plugin
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/tooling/maven/maven-sling-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-sling-plugin/pom.xml?rev=1506645&r1=1506635&r2=1506645&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-sling-plugin/pom.xml (original)
+++ sling/trunk/tooling/maven/maven-sling-plugin/pom.xml Wed Jul 24 18:13:22 
2013
@@ -38,9 +38,9 @@
     </description>
 
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/maven/maven-sling-plugin</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/maven/maven-sling-plugin</developerConnection>
-        
<url>http://svn.apache.org/viewvc/sling/trunk/maven/maven-sling-plugin</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-sling-plugin</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-sling-plugin</developerConnection>
+        
<url>http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-sling-plugin</url>
     </scm>
 
     <reporting>


Reply via email to