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 2007/09/26 09:42:19 UTC

svn commit: r579495 - /incubator/sling/trunk/pom.xml

Author: cziegeler
Date: Wed Sep 26 00:42:18 2007
New Revision: 579495

URL: http://svn.apache.org/viewvc?rev=579495&view=rev
Log:
Build obr in full build.

Modified:
    incubator/sling/trunk/pom.xml

Modified: incubator/sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/pom.xml?rev=579495&r1=579494&r2=579495&view=diff
==============================================================================
--- incubator/sling/trunk/pom.xml (original)
+++ incubator/sling/trunk/pom.xml Wed Sep 26 00:42:18 2007
@@ -92,16 +92,12 @@
 		<module>event</module>
 		<module>scheduler</module>
 
-        <!--
-            <module>obr</module>
-        -->
+        <module>obr</module>
 
         <module>webmanager</module>
 
         <module>sling-app</module>
         <module>sling-servlet</module>
 
-        <!-- Build assembly bundles. MUST BE LAST -->
-        <!-- <module>assemblies</module> -->
     </modules>
 </project>