You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/04/24 14:36:41 UTC

svn commit: r1329675 - /karaf/trunk/pom.xml

Author: jbonofre
Date: Tue Apr 24 12:36:40 2012
New Revision: 1329675

URL: http://svn.apache.org/viewvc?rev=1329675&view=rev
Log:
[KARAF-1391] Include OBR module in the reactor build

Modified:
    karaf/trunk/pom.xml

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1329675&r1=1329674&r2=1329675&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Tue Apr 24 12:36:40 2012
@@ -61,6 +61,7 @@
         <module>scheduler</module>
         <module>scr</module>
         <module>diagnostic</module>
+        <module>obr</module>
         <module>tooling</module>
         <module>assemblies</module>
         <!--module>demos</module-->