You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2016/01/22 16:43:36 UTC

svn commit: r1726240 - in /sling/trunk/contrib/extensions/jcrinit: it/pom.xml oak-jcr/pom.xml parser/pom.xml pom.xml

Author: bdelacretaz
Date: Fri Jan 22 15:43:35 2016
New Revision: 1726240

URL: http://svn.apache.org/viewvc?rev=1726240&view=rev
Log:
SLING-5449 - the name is 'repoinit' instead as the parser is not JCR-specific

Modified:
    sling/trunk/contrib/extensions/jcrinit/it/pom.xml
    sling/trunk/contrib/extensions/jcrinit/oak-jcr/pom.xml
    sling/trunk/contrib/extensions/jcrinit/parser/pom.xml
    sling/trunk/contrib/extensions/jcrinit/pom.xml

Modified: sling/trunk/contrib/extensions/jcrinit/it/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/jcrinit/it/pom.xml?rev=1726240&r1=1726239&r2=1726240&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/jcrinit/it/pom.xml (original)
+++ sling/trunk/contrib/extensions/jcrinit/it/pom.xml Fri Jan 22 15:43:35 2016
@@ -27,18 +27,18 @@
     <relativePath/>
   </parent>
 
-  <artifactId>org.apache.sling.acldef.it</artifactId>
+  <artifactId>org.apache.sling.repoinit.it</artifactId>
   <packaging>slingstart</packaging>
   <version>0.0.1-SNAPSHOT</version>
-  <name>Apache Sling ACL Definitions Integration Tests</name>
+  <name>Apache Sling RepoInit Integration Tests</name>
   <description>
-		Integration tests for the ACL definitions modules
+		Integration tests for the RepoInit modules
   </description>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef/it</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef/it</developerConnection>
-    <url>https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef/it</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/it</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/it</developerConnection>
+    <url>https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/it</url>
   </scm>
 
  <properties>

Modified: sling/trunk/contrib/extensions/jcrinit/oak-jcr/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/jcrinit/oak-jcr/pom.xml?rev=1726240&r1=1726239&r2=1726240&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/jcrinit/oak-jcr/pom.xml (original)
+++ sling/trunk/contrib/extensions/jcrinit/oak-jcr/pom.xml Fri Jan 22 15:43:35 2016
@@ -27,13 +27,13 @@
     <relativePath/>
   </parent>
 
-  <artifactId>org.apache.sling.acldef.oak-jcr</artifactId>
+  <artifactId>org.apache.sling.repoinit.oak-jcr</artifactId>
   <packaging>bundle</packaging>
   <version>0.0.1-SNAPSHOT</version>
-  <name>Apache Sling ACL Definitions Oak/JCR module</name>
+  <name>Apache Sling RepoInit Oak/JCR module</name>
   <description>
-	  Applies ACLs to an Oak JCR repository based on the output
-	  of the ACL Definition Language parser.
+	  Initializes a JCR repository based on the output
+	  of the RepoInit Language parser.
   </description>
   
   <properties>
@@ -41,9 +41,9 @@
   </properties>
 
   <scm>
-    <connection>scm:svn: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef/oak-jcr</connection>
-    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef/oak-jcr</developerConnection>
-    <url> https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef/oak-jcr</url>
+    <connection>scm:svn: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/oak-jcr</connection>
+    <developerConnection>scm:svn: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/oak-jcr</developerConnection>
+    <url> https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/oak-jcr</url>
   </scm>
   
   <build>
@@ -112,7 +112,7 @@
     </dependency>
      <dependency>
       <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.acldef.parser</artifactId>
+      <artifactId>org.apache.sling.repoinit.parser</artifactId>
 	  <version>0.0.1-SNAPSHOT</version>
 	  <scope>provided</scope>
     </dependency>

Modified: sling/trunk/contrib/extensions/jcrinit/parser/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/jcrinit/parser/pom.xml?rev=1726240&r1=1726239&r2=1726240&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/jcrinit/parser/pom.xml (original)
+++ sling/trunk/contrib/extensions/jcrinit/parser/pom.xml Fri Jan 22 15:43:35 2016
@@ -27,16 +27,16 @@
     <relativePath/>
   </parent>
 
-  <artifactId>org.apache.sling.acldef.parser</artifactId>
+  <artifactId>org.apache.sling.repoinit.parser</artifactId>
   <packaging>bundle</packaging>
   <version>0.0.1-SNAPSHOT</version>
-  <name>Apache Sling ACL Definitions Parser</name>
-  <description>Parser for an ACL Definition Language used in Sling</description>
+  <name>Apache Sling RepoInit Parser</name>
+  <description>Parser for the Repository Initialization language used in Sling</description>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef-parser</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef-parser</developerConnection>
-    <url>https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef-parser</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/parser</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/parser</developerConnection>
+    <url>https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/parser</url>
   </scm>
   
   <build>

Modified: sling/trunk/contrib/extensions/jcrinit/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/jcrinit/pom.xml?rev=1726240&r1=1726239&r2=1726240&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/jcrinit/pom.xml (original)
+++ sling/trunk/contrib/extensions/jcrinit/pom.xml Fri Jan 22 15:43:35 2016
@@ -27,11 +27,11 @@
     <relativePath/>
   </parent>
 
-  <artifactId>org.apache.sling.acldef.reactor</artifactId>
+  <artifactId>org.apache.sling.repoinit.reactor</artifactId>
   <packaging>pom</packaging>
   <version>0.0.1-SNAPSHOT</version>
-  <name>Apache Sling ACL Definitions Reactor</name>
-  <description>ACL Definition Language used in Sling</description>
+  <name>Apache Sling Content RepoInit Reactor</name>
+  <description>Content Repository Initialization Modules</description>
 
   <modules>
     <module>parser</module>