You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2007/09/24 22:02:43 UTC

svn commit: r578940 - /felix/trunk/pom/pom.xml

Author: mcculls
Date: Mon Sep 24 13:02:41 2007
New Revision: 578940

URL: http://svn.apache.org/viewvc?rev=578940&view=rev
Log:
Build server runs a different plan to the build.xml, so need extra module to satisfy this dependency

Modified:
    felix/trunk/pom/pom.xml

Modified: felix/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=578940&r1=578939&r2=578940&view=diff
==============================================================================
--- felix/trunk/pom/pom.xml (original)
+++ felix/trunk/pom/pom.xml Mon Sep 24 13:02:41 2007
@@ -144,6 +144,7 @@
         <module>../shell.tui</module>
         <module>../shell.gui</module>
         <module>../shell.gui.plugin</module>
+        <module>../org.osgi.service.obr</module>
         <module>../bundlerepository</module>
         <module>../log</module>
         <module>../eventadmin</module>