You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:45:33 UTC

[sling-org-apache-sling-jcr-classloader] 20/44: SLING-317 - rename /classes to /var/classes

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.jcr.classloader-2.0.2-incubator
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-classloader.git

commit d332a1652580e0645462165beca7bbb14983d124
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Apr 2 09:15:21 2008 +0000

    SLING-317 - rename /classes to /var/classes
    
    git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/jcr/classloader@643806 13f79535-47bb-0310-9956-ffa450edef68
---
 .../jcr/classloader/internal/RepositoryClassLoaderProviderImpl.java   | 2 +-
 src/main/resources/OSGI-INF/metatype/metatype.properties              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/sling/jcr/classloader/internal/RepositoryClassLoaderProviderImpl.java b/src/main/java/org/apache/sling/jcr/classloader/internal/RepositoryClassLoaderProviderImpl.java
index 18c528f..6ed0f35 100644
--- a/src/main/java/org/apache/sling/jcr/classloader/internal/RepositoryClassLoaderProviderImpl.java
+++ b/src/main/java/org/apache/sling/jcr/classloader/internal/RepositoryClassLoaderProviderImpl.java
@@ -46,7 +46,7 @@ public class RepositoryClassLoaderProviderImpl
         implements RepositoryClassLoaderProvider {
 
     /**
-     * @scr.property values0="/classes"
+     * @scr.property values0="/var/classes"
      */
     public static final String CLASS_PATH_PROP = "classpath";
 
diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties b/src/main/resources/OSGI-INF/metatype/metatype.properties
index 7eb0e3e..ae58194 100644
--- a/src/main/resources/OSGI-INF/metatype/metatype.properties
+++ b/src/main/resources/OSGI-INF/metatype/metatype.properties
@@ -34,8 +34,8 @@ classpath.description = The class path in the repository to use as the class \
  path for all created Repository Class Loaders. All Class Loaders are configured \
  with the same class path. This class path must include any destinations used \
  by Java compilers writing to the Repository such as the JSP Script Handler, \
- which by default writes to "/classes". If no class path is defined, the \
- "/classes" folder is used by defualt.
+ which by default writes to "/var/classes". If no class path is defined, the \
+ "/var/classes" folder is used by default.
 
 owner.name = Repository Session User
 owner.description = Name of a user owning the Repository Class Loader sessions. \

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.