Add static and dynamic-priority binding policy.
Fix log access in initializeComponentFactory
Improve bytecode manipulation
Improve exception handling
Improve service tracking
Manage super interfaces (interface extended by the implemented interfaces and by the super-class) 


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@585146 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/pom.xml b/ipojo/pom.xml
index 53d3897..3b735e7 100644
--- a/ipojo/pom.xml
+++ b/ipojo/pom.xml
@@ -12,11 +12,11 @@
   <version>0.7.5-SNAPSHOT</version>

   <packaging>pom</packaging>

   <modules>

-	<module>../ipojo/metadata</module>

-    <module>../ipojo/manipulator</module>

-	<module>../ipojo/plugin</module>

-    <module>../ipojo/core</module>

-    <module>../ipojo/arch</module>

-	<module>../ipojo/ant</module>

+	<module>metadata</module>

+    <module>manipulator</module>

+	<module>plugin</module>

+    <module>core</module>

+    <module>arch</module>

+	<module>ant</module>

   </modules>

 </project>
\ No newline at end of file