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/metadata/pom.xml b/ipojo/metadata/pom.xml
index 56f4c5e..5b40d7e 100644
--- a/ipojo/metadata/pom.xml
+++ b/ipojo/metadata/pom.xml
@@ -19,7 +19,7 @@
     	<extensions>true</extensions>
     	<configuration>
         	<instructions>          
-          		<Bundle-Name>iPOJO Manipulator</Bundle-Name>
+          		<Bundle-Name>iPOJO Metadata</Bundle-Name>
 		        <Bundle-Vendor>Clement ESCOFFIER</Bundle-Vendor>
         		<Bundle-Description> iPOJO Metadata </Bundle-Description>
           		<Export-Package>org.apache.felix.ipojo.metadata</Export-Package>