Applied patch (FELIX-270) to add the composite component "provider" 
handler for dynamically providing a service from a composite component 
description. Also improves the architecture infrastructure and moves 
iPOJO to the new Maven Bundle Plugin.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@529623 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f19ef57..e721f27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,9 @@
         <module>scr</module>
         <module>configadmin</module>
         <module>metatype</module>
+        
+        <module>ipojo</module>
+        <module>ipojo.metadata</module>
       </modules>
     </profile>
     
@@ -172,8 +175,7 @@
 
         <!--    <module>tools/mangen</module> -->
 
-        <module>ipojo</module>
-        <module>ipojo.metadata</module>
+
       </modules>
     </profile>