Add annotation support in iPOJO. It is now possible to define component-type with Java 5 annotations.
(however, only the annotations project requires Java 5)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@565749 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/pom.xml b/ipojo/manipulator/pom.xml
index b2d308b..1d78e3c 100644
--- a/ipojo/manipulator/pom.xml
+++ b/ipojo/manipulator/pom.xml
@@ -48,7 +48,8 @@
             <Bundle-Description> iPOJO Manipulator </Bundle-Description>

             <Export-Package>org.apache.felix.ipojo.manipulator</Export-Package>
             <Private-Package>
-            	org.apache.felix.ipojo.manipulation,
+            	org.apache.felix.ipojo.manipulation,

+            	org.apache.felix.ipojo.manipulation.annotations,
             	org.apache.felix.ipojo.xml.parser,
               	org.objectweb.asm,
               	org.objectweb.asm.commons,