You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ie...@apache.org on 2010/01/25 11:37:46 UTC

svn commit: r902771 - /sling/trunk/bundles/jcr/jackrabbit-server/src/main/resources/OSGI-INF/metatype/metatype.properties

Author: ieb
Date: Mon Jan 25 10:37:46 2010
New Revision: 902771

URL: http://svn.apache.org/viewvc?rev=902771&view=rev
Log:
Revert "SLING-1282 Comment on the password properties not being used by the embedded repository."

This reverts commit 44d453d15c08c09fa284a296e7aa0bcb3e9d17eb.

Modified:
    sling/trunk/bundles/jcr/jackrabbit-server/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: sling/trunk/bundles/jcr/jackrabbit-server/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jackrabbit-server/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=902771&r1=902770&r2=902771&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/jackrabbit-server/src/main/resources/OSGI-INF/metatype/metatype.properties (original)
+++ sling/trunk/bundles/jcr/jackrabbit-server/src/main/resources/OSGI-INF/metatype/metatype.properties Mon Jan 25 10:37:46 2010
@@ -35,8 +35,7 @@
  repository.
  
 admin.password.name = Administrator Password	
-admin.password.description = This property is not used by the Embedded \
- Jackrabbit Repository.
+admin.password.description = Password for the administrative user.
 
 anonymous.name.name = Anonymous	
 anonymous.name.description = The user name of the anonymous user. This user \
@@ -44,8 +43,7 @@
  instance.
  
 anonymous.password.name = Anonymous Password	
-anonymous.password.description = This property is not used by the Embedded \
- Jackrabbit Repository.
+anonymous.password.description = Password for the anonymous user.
 
 autostart.name = Autostart
 autostart.description = Check to have the embedded JCR repository started as \