You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2014/04/30 12:31:08 UTC

svn commit: r1591237 - /sling/trunk/pom.xml

Author: cziegeler
Date: Wed Apr 30 10:31:08 2014
New Revision: 1591237

URL: http://svn.apache.org/r1591237
Log:
SLING-3529 : Move startup handling to a separate bundle

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1591237&r1=1591236&r2=1591237&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Wed Apr 30 10:31:08 2014
@@ -211,6 +211,7 @@
         
         <!-- Launchpad -->
         <module>launchpad/api</module>
+        <module>launchpad/impl</module>
         <module>launchpad/base</module>
         <module>launchpad/installer</module>
         <module>launchpad/content</module>