You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2011/08/02 04:55:10 UTC

svn commit: r1153006 - /sling/trunk/launchpad/test-bundles/pom.xml

Author: justin
Date: Tue Aug  2 02:55:09 2011
New Revision: 1153006

URL: http://svn.apache.org/viewvc?rev=1153006&view=rev
Log:
adding name / description

Modified:
    sling/trunk/launchpad/test-bundles/pom.xml

Modified: sling/trunk/launchpad/test-bundles/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/test-bundles/pom.xml?rev=1153006&r1=1153005&r2=1153006&view=diff
==============================================================================
--- sling/trunk/launchpad/test-bundles/pom.xml (original)
+++ sling/trunk/launchpad/test-bundles/pom.xml Tue Aug  2 02:55:09 2011
@@ -26,11 +26,14 @@
         <version>11-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
-    
+
     <artifactId>org.apache.sling.launchpad.test-bundles</artifactId>
     <version>0.0.1-SNAPSHOT</version>
     <packaging>partialbundlelist</packaging>
-    
+
+    <name>Apache Sling Launchpad Test Bundles</name>
+    <description>Bundles required for testing Apache Sling</description>
+
     <build>
         <plugins>
             <plugin>