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 2013/10/09 09:46:53 UTC

svn commit: r1530515 - /sling/trunk/installer/pom.xml

Author: bdelacretaz
Date: Wed Oct  9 07:46:52 2013
New Revision: 1530515

URL: http://svn.apache.org/r1530515
Log:
api module is gone

Modified:
    sling/trunk/installer/pom.xml

Modified: sling/trunk/installer/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/pom.xml?rev=1530515&r1=1530514&r2=1530515&view=diff
==============================================================================
--- sling/trunk/installer/pom.xml (original)
+++ sling/trunk/installer/pom.xml Wed Oct  9 07:46:52 2013
@@ -48,12 +48,7 @@
         <url>http://svn.apache.org/viewvc/sling/trunk/installer</url>
     </scm>
 
-
-    <!-- List modules to be included in the build here ! -->
     <modules>
-        
-        <!-- Installer -->
-        <module>api</module>
         <module>core</module>
         <module>console</module>
         <module>providers/file</module>
@@ -61,7 +56,5 @@
         <module>factories/configuration</module>
         <module>factories/deploymentpck</module>
         <module>it</module>
-        
     </modules>
-
 </project>