You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2010/03/25 15:33:04 UTC

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

Author: gnodet
Date: Thu Mar 25 14:33:04 2010
New Revision: 927424

URL: http://svn.apache.org/viewvc?rev=927424&view=rev
Log:
Add utils project to the build and make sure utils/bundlerepository are built before the bundleplugin as they are dependencies

Modified:
    felix/trunk/pom.xml

Modified: felix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom.xml?rev=927424&r1=927423&r2=927424&view=diff
==============================================================================
--- felix/trunk/pom.xml (original)
+++ felix/trunk/pom.xml Thu Mar 25 14:33:04 2010
@@ -63,6 +63,8 @@
       </activation>
       <modules>
         <module>maven-obr-plugin</module>
+        <module>utils</module>
+        <module>bundlerepository</module>
         <module>bundleplugin</module>
         <module>scr-annotations</module>
         <module>scrplugin</module>
@@ -105,6 +107,7 @@
         <module>shell.gui.plugin</module>
         <module>shell.remote</module>
         <module>org.osgi.service.obr</module>
+        <module>utils</module>
         <module>bundlerepository</module>
         <module>log</module>
         <module>eventadmin</module>