You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2009/08/24 17:07:13 UTC

svn commit: r807272 - in /sling/trunk/installer: jcr/jcrinstall/pom.xml jcr/jcrinstall/src/main/resources/OSGI-INF/metatype/metatype.properties pom.xml

Author: bdelacretaz
Date: Mon Aug 24 15:07:12 2009
New Revision: 807272

URL: http://svn.apache.org/viewvc?rev=807272&view=rev
Log:
SLING-1078 - add jcrinstall module, and use consistent names

Modified:
    sling/trunk/installer/jcr/jcrinstall/pom.xml
    sling/trunk/installer/jcr/jcrinstall/src/main/resources/OSGI-INF/metatype/metatype.properties
    sling/trunk/installer/pom.xml

Modified: sling/trunk/installer/jcr/jcrinstall/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/jcr/jcrinstall/pom.xml?rev=807272&r1=807271&r2=807272&view=diff
==============================================================================
--- sling/trunk/installer/jcr/jcrinstall/pom.xml (original)
+++ sling/trunk/installer/jcr/jcrinstall/pom.xml Mon Aug 24 15:07:12 2009
@@ -31,10 +31,10 @@
   <version>3.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Sling Jcrinstall Service</name>
+  <name>Apache Sling JCR Installer</name>
   <description> 
-    Loads OSGi bundles, deployment packages and configs from
-    configurable locations in the JCR repository.
+    Installs OSGi bundles and configurations
+    found in the JCR repository.
   </description>
 
   <scm>

Modified: sling/trunk/installer/jcr/jcrinstall/src/main/resources/OSGI-INF/metatype/metatype.properties
URL: http://svn.apache.org/viewvc/sling/trunk/installer/jcr/jcrinstall/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=807272&r1=807271&r2=807272&view=diff
==============================================================================
--- sling/trunk/installer/jcr/jcrinstall/src/main/resources/OSGI-INF/metatype/metatype.properties (original)
+++ sling/trunk/installer/jcr/jcrinstall/src/main/resources/OSGI-INF/metatype/metatype.properties Mon Aug 24 15:07:12 2009
@@ -23,7 +23,7 @@
 # descriptions as used in the metatype.xml descriptor generated by the
 # the SCR plugin
 
-jcrinstall.name = Apache Sling JCR Install
+jcrinstall.name = Apache Sling JCR Installer
 jcrinstall.description = Installs OSGi bundles and configurations found \
  in the JCR Repository. 
  

Modified: sling/trunk/installer/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/pom.xml?rev=807272&r1=807271&r2=807272&view=diff
==============================================================================
--- sling/trunk/installer/pom.xml (original)
+++ sling/trunk/installer/pom.xml Mon Aug 24 15:07:12 2009
@@ -33,5 +33,6 @@
 	<modules>
 		<module>osgi/installer</module>
 		<module>osgi/it</module>
+		<module>jcr/jcrinstall</module>
 	</modules>
 </project>