Return-Path: Delivered-To: apmail-sling-commits-archive@www.apache.org Received: (qmail 35655 invoked from network); 24 Aug 2009 16:53:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Aug 2009 16:53:50 -0000 Received: (qmail 57132 invoked by uid 500); 24 Aug 2009 15:07:35 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 57083 invoked by uid 500); 24 Aug 2009 15:07:35 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 57074 invoked by uid 99); 24 Aug 2009 15:07:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2009 15:07:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2009 15:07:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3EDCD23888E7; Mon, 24 Aug 2009 15:07:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r807272 - in /sling/trunk/installer: jcr/jcrinstall/pom.xml jcr/jcrinstall/src/main/resources/OSGI-INF/metatype/metatype.properties pom.xml Date: Mon, 24 Aug 2009 15:07:13 -0000 To: commits@sling.apache.org From: bdelacretaz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090824150713.3EDCD23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ 3.0.0-SNAPSHOT bundle - Apache Sling Jcrinstall Service + Apache Sling JCR Installer - Loads OSGi bundles, deployment packages and configs from - configurable locations in the JCR repository. + Installs OSGi bundles and configurations + found in the JCR repository. 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 @@ osgi/installer osgi/it + jcr/jcrinstall