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 2012/08/24 10:47:20 UTC

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

Author: cziegeler
Date: Fri Aug 24 08:47:19 2012
New Revision: 1376864

URL: http://svn.apache.org/viewvc?rev=1376864&view=rev
Log:
Add new console bundle to build

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1376864&r1=1376863&r2=1376864&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Fri Aug 24 08:47:19 2012
@@ -180,6 +180,7 @@
         
         <!-- Installer -->
         <module>installer/core</module>
+        <module>installer/console</module>
         <module>installer/providers/file</module>
         <module>installer/providers/jcr</module>
         <module>installer/factories/configuration</module>