Author: cziegeler
Date: Wed Aug 25 05:27:08 2010
New Revision: 988810

URL: http://svn.apache.org/viewvc?rev=988810&view=rev
Log:
SLING-1681 : Remove intermediate reactor pom

Removed:
    sling/trunk/installer/pom.xml
Modified:
    sling/trunk/installer/jcr/jcrinstall/pom.xml
    sling/trunk/pom.xml

Modified: sling/trunk/installer/jcr/jcrinstall/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/installer/jcr/jcrinstall/pom.xml?rev=988810&r1=988809&r2=988810&view=diff
==============================================================================
--- sling/trunk/installer/jcr/jcrinstall/pom.xml (original)
+++ sling/trunk/installer/jcr/jcrinstall/pom.xml Wed Aug 25 05:27:08 2010
@@ -24,7 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>9</version>
-        <relativePath>../../../../parent/pom.xml</relativePath>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.jcr.jcrinstall</artifactId>

Modified: sling/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=988810&r1=988809&r2=988810&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Wed Aug 25 05:27:08 2010
@@ -135,7 +135,10 @@
         <module>bundles/extensions/groovy</module>
         
         <!-- Installer -->
-        <module>installer</module>
+        <module>installer(osgi/installer</module>
+        <module>installer/osgi/it</module>
+        <module>installer/fileinstall</module>
+        <module>installer/jcr/jcrinstall</module>
         
         <!-- Launchpad -->
         <module>launchpad/base</module>


Reply via email to