Add utils project to the build and make sure utils/bundlerepository are built before the bundleplugin as they are dependencies

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@927424 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e00eb85..4bb2414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>