Author: bdelacretaz
Date: Mon Dec 21 10:40:41 2015
New Revision: 1721117
URL: http://svn.apache.org/viewvc?rev=1721117&view=rev
Log:
SLING-5355 - rename jcr to oak-jcr
Added:
sling/trunk/contrib/extensions/acldef/oak-jcr/
- copied from r1721113, sling/trunk/contrib/extensions/acldef/jcr/
Removed:
sling/trunk/contrib/extensions/acldef/jcr/
Modified:
sling/trunk/contrib/extensions/acldef/oak-jcr/pom.xml
sling/trunk/contrib/extensions/acldef/pom.xml
Modified: sling/trunk/contrib/extensions/acldef/oak-jcr/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/acldef/oak-jcr/pom.xml?rev=1721117&r1=1721113&r2=1721117&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/acldef/oak-jcr/pom.xml (original)
+++ sling/trunk/contrib/extensions/acldef/oak-jcr/pom.xml Mon Dec 21 10:40:41
2015
@@ -27,19 +27,19 @@
<relativePath/>
</parent>
- <artifactId>org.apache.sling.acldef.jcr</artifactId>
+ <artifactId>org.apache.sling.acldef.oak-jcr</artifactId>
<packaging>bundle</packaging>
<version>0.0.1-SNAPSHOT</version>
- <name>Apache Sling ACL Definitions JCR module</name>
+ <name>Apache Sling ACL Definitions Oak/JCR module</name>
<description>
- Applies ACLs to a JCR repository based on the output
+ Applies ACLs to an Oak JCR repository based on the output
of the ACL Definition Language parser.
</description>
<scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef-jcr</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef-jcr</developerConnection>
-
<url>https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef-jcr</url>
+ <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>
</scm>
<build>
Modified: sling/trunk/contrib/extensions/acldef/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/acldef/pom.xml?rev=1721117&r1=1721116&r2=1721117&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/acldef/pom.xml (original)
+++ sling/trunk/contrib/extensions/acldef/pom.xml Mon Dec 21 10:40:41 2015
@@ -35,6 +35,6 @@
<modules>
<module>parser</module>
- <module>jcr</module>
+ <module>oak-jcr</module>
</modules>
</project>