Author: cziegeler
Date: Fri May 25 15:43:50 2012
New Revision: 1342695
URL: http://svn.apache.org/viewvc?rev=1342695&view=rev
Log:
SLING-2396 : New resource resolver factory based on resource provider factories
(WiP)
Modified:
sling/whiteboard/SLING-2396/jcr.resource/pom.xml
Modified: sling/whiteboard/SLING-2396/jcr.resource/pom.xml
URL:
http://svn.apache.org/viewvc/sling/whiteboard/SLING-2396/jcr.resource/pom.xml?rev=1342695&r1=1342694&r2=1342695&view=diff
==============================================================================
--- sling/whiteboard/SLING-2396/jcr.resource/pom.xml (original)
+++ sling/whiteboard/SLING-2396/jcr.resource/pom.xml Fri May 25 15:43:50 2012
@@ -61,7 +61,6 @@
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>maven-sling-plugin</artifactId>
- <version>2.1.0</version>
<executions>
<execution>
<id>generate-adapter-metadata</id>
@@ -82,7 +81,7 @@
javax.script.*;
javax.annotation;resolution:=optional,
org.apache.sling.scripting.api.*;resolution:=optional,
-
org.apache.sling.api.resource;version="[$(version;==;$(@)),$(version;=+;$(@)))",
+ org.apache.sling.api.resource;provide:=true,
org.apache.sling.commons.osgi;version="$(@)",
*
</Import-Package>