You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2009/10/12 10:58:00 UTC

svn commit: r824267 - in /sling/trunk/bundles/jcr/classloader: ./ src/main/java/org/apache/sling/jcr/classloader/ src/main/java/org/apache/sling/jcr/classloader/internal/ src/main/resources/OSGI-INF/metatype/

Author: cziegeler
Date: Mon Oct 12 08:58:00 2009
New Revision: 824267

URL: http://svn.apache.org/viewvc?rev=824267&view=rev
Log:
SLING-1152 : Remove deprecated interface RepositoryClassLoaderProvider (and implementations)

Removed:
    sling/trunk/bundles/jcr/classloader/src/main/java/org/apache/sling/jcr/classloader/RepositoryClassLoaderProvider.java
    sling/trunk/bundles/jcr/classloader/src/main/java/org/apache/sling/jcr/classloader/internal/BundleProxyClassLoader.java
    sling/trunk/bundles/jcr/classloader/src/main/java/org/apache/sling/jcr/classloader/internal/RepositoryClassLoaderProviderImpl.java
Modified:
    sling/trunk/bundles/jcr/classloader/pom.xml
    sling/trunk/bundles/jcr/classloader/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: sling/trunk/bundles/jcr/classloader/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/classloader/pom.xml?rev=824267&r1=824266&r2=824267&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/classloader/pom.xml (original)
+++ sling/trunk/bundles/jcr/classloader/pom.xml Mon Oct 12 08:58:00 2009
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>org.apache.sling.jcr.classloader</artifactId>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache Sling Repository ClassLoader</name>
@@ -58,9 +58,6 @@
                         <Bundle-Category>
                             sling,jcr,jackrabbit
                         </Bundle-Category>
-                        <Export-Package>
-                            org.apache.sling.jcr.classloader;version=${pom.version}
-                        </Export-Package>
                         <Private-Package>
                             org.apache.sling.jcr.classloader.internal.*,
                             org.apache.jackrabbit;

Modified: sling/trunk/bundles/jcr/classloader/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/classloader/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=824267&r1=824266&r2=824267&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/classloader/src/main/resources/OSGI-INF/metatype/metatype.properties (original)
+++ sling/trunk/bundles/jcr/classloader/src/main/resources/OSGI-INF/metatype/metatype.properties Mon Oct 12 08:58:00 2009
@@ -22,13 +22,6 @@
 # descriptions as used in the metatype.xml descriptor generated by the
 # the Sling SCR plugin
 
-deprecatedloader.name = Apache Sling Repository Class Loader Factory
-deprecatedloader.description = Configuration for the Repository Class Loader Factory. This \
- configuration applies to all clients of the factory even though each Bundle \
- using the factory retrieves its own factory. The class path of the created \
- Repository Class Loaders is configurable and the class loaders delegate use \
- the bundle asking for the factory as the parent class loader.
-
 loader.name = Apache Sling Repository Class Loader Factory
 loader.description = Configuration for the Repository Class Loader. The class path of the created \
  Repository Class Loaders is configurable.