You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/04/04 22:04:50 UTC

svn commit: r644873 - /incubator/sling/trunk/jcr/resource/pom.xml

Author: fmeschbe
Date: Fri Apr  4 13:04:49 2008
New Revision: 644873

URL: http://svn.apache.org/viewvc?rev=644873&view=rev
Log:
Fix name and description of the project reflecting that it does
no longer contain the OCM part and that it now is the JCR based
ResourceResolver implementation.

Modified:
    incubator/sling/trunk/jcr/resource/pom.xml

Modified: incubator/sling/trunk/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/resource/pom.xml?rev=644873&r1=644872&r2=644873&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/resource/pom.xml (original)
+++ incubator/sling/trunk/jcr/resource/pom.xml Fri Apr  4 13:04:49 2008
@@ -17,9 +17,7 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<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">
+<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>
     <parent>
         <groupId>org.apache.sling</groupId>
@@ -32,10 +30,11 @@
     <version>2.0.0-incubator-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Sling - Resource Loading and Mapping Management</name>
+    <name>Sling Resource Resolver and Initial Content Loader</name>
     <description>
         This bundle provides two kinds of Repository Content related
-        functionality: Initial content installation and JCR Mapping.
+        functionality: The JCR based ResourceResolver and initial
+        content installation.
     </description>
 
     <scm>
@@ -96,11 +95,11 @@
                         <Embed-Dependency>
                             jackrabbit-classloader, kxml2
                         </Embed-Dependency>
-                        
+
                         <Sling-Nodetypes>
                             SLING-INF/nodetypes/resource.cnd
                         </Sling-Nodetypes>
-                        
+
                     </instructions>
                 </configuration>
             </plugin>