Author: cziegeler
Date: Fri Aug 19 08:39:21 2011
New Revision: 1159543

URL: http://svn.apache.org/viewvc?rev=1159543&view=rev
Log:
SLING-2188 : Correct metadata

Modified:
    
sling/trunk/installer/providers/jcr/src/main/java/org/apache/sling/installer/provider/jcr/impl/JcrInstaller.java
    
sling/trunk/installer/providers/jcr/src/main/resources/OSGI-INF/metatype/metatype.properties

Modified: 
sling/trunk/installer/providers/jcr/src/main/java/org/apache/sling/installer/provider/jcr/impl/JcrInstaller.java
URL: 
http://svn.apache.org/viewvc/sling/trunk/installer/providers/jcr/src/main/java/org/apache/sling/installer/provider/jcr/impl/JcrInstaller.java?rev=1159543&r1=1159542&r2=1159543&view=diff
==============================================================================
--- 
sling/trunk/installer/providers/jcr/src/main/java/org/apache/sling/installer/provider/jcr/impl/JcrInstaller.java
 (original)
+++ 
sling/trunk/installer/providers/jcr/src/main/java/org/apache/sling/installer/provider/jcr/impl/JcrInstaller.java
 Fri Aug 19 08:39:21 2011
@@ -67,7 +67,7 @@ import org.slf4j.LoggerFactory;
 @Properties({
     @Property(name="service.description", value="Sling JCR Install Service"),
     @Property(name="service.vendor", value="The Apache Software Foundation"),
-    @Property(name=UpdateHandler.PROPERTY_SCHEMES, 
value=JcrInstaller.URL_SCHEME),
+    @Property(name=UpdateHandler.PROPERTY_SCHEMES, 
value=JcrInstaller.URL_SCHEME, unbounded=PropertyUnbounded.ARRAY),
     @Property(name="service.ranking", intValue=100)
 })
 @Service(value=UpdateHandler.class)

Modified: 
sling/trunk/installer/providers/jcr/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: 
http://svn.apache.org/viewvc/sling/trunk/installer/providers/jcr/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1159543&r1=1159542&r2=1159543&view=diff
==============================================================================
--- 
sling/trunk/installer/providers/jcr/src/main/resources/OSGI-INF/metatype/metatype.properties
 (original)
+++ 
sling/trunk/installer/providers/jcr/src/main/resources/OSGI-INF/metatype/metatype.properties
 Fri Aug 19 08:39:21 2011
@@ -52,4 +52,10 @@ sling.jcrinstall.new.config.path.descrip
 
 sling.jcrinstall.enable.writeback.name = Enable Write Back
 sling.jcrinstall.enable.writeback.description = Enable writing back of changes 
done through other \
- tools like writing back configurations changed in the web console etc.
\ No newline at end of file
+ tools like writing back configurations changed in the web console etc.
+ 
+handler.schemes.name = Schemes
+handler.schemes.description = For these schemes this installer writes back 
configurations.
+
+service.ranking.name = Ranking
+service.ranking.description = Ranking of this service.
\ No newline at end of file


Reply via email to