You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by my...@apache.org on 2010/09/07 21:07:11 UTC

svn commit: r993484 - in /sling/trunk/bundles/extensions/explorer: README.txt pom.xml

Author: mykee
Date: Tue Sep  7 19:07:11 2010
New Revision: 993484

URL: http://svn.apache.org/viewvc?rev=993484&view=rev
Log:
SLING-1730 Move jQuery Explorer to bundles

Modified:
    sling/trunk/bundles/extensions/explorer/README.txt
    sling/trunk/bundles/extensions/explorer/pom.xml

Modified: sling/trunk/bundles/extensions/explorer/README.txt
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/explorer/README.txt?rev=993484&r1=993483&r2=993484&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/explorer/README.txt (original)
+++ sling/trunk/bundles/extensions/explorer/README.txt Tue Sep  7 19:07:11 2010
@@ -1,7 +1,6 @@
-Apache Sling Resource Explorer
+Apache Sling Explorer
 
-Embedable Resource Explorer and Apache Felix Web Console plugin Resource
-Explorer
+Embedable Sling Explorer
 
 
 Getting Started
@@ -23,7 +22,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/contrib/extensions/explorers/jquery
+    svn checkout http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/explorer
 
 See the Subversion documentation for other source control features.
 

Modified: sling/trunk/bundles/extensions/explorer/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/explorer/pom.xml?rev=993484&r1=993483&r2=993484&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/explorer/pom.xml (original)
+++ sling/trunk/bundles/extensions/explorer/pom.xml Tue Sep  7 19:07:11 2010
@@ -25,20 +25,20 @@
     </parent>
 
     <groupId>org.apache.sling</groupId>
-    <artifactId>org.apache.sling.extensions.explorer.jquery
+    <artifactId>org.apache.sling.extensions.explorer
     </artifactId>
-    <version>0.0.2-SNAPSHOT</version>
+    <version>0.9.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Apache Sling Resource Explorer using jQuery</name>
+    <name>Apache Sling Explorer</name>
     <description>
-        Embedable Sling Resource Explorer
+        Embedable Sling Explorer
     </description>
         
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/explorers/jquery</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/explorers/jquery</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/contrib/explorers/jquery</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/explorer</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/explorer</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/explorer</url>
     </scm>
 
     <build>
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.0.8</version>
+            <version>2.1.0</version>
         </dependency>
     </dependencies>