Fix issue Felix-1557.
Some cosmetic bugs in the Annotations "bundle".
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@811224 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/annotations/pom.xml b/ipojo/annotations/pom.xml
index 747c8b0..770d4be 100644
--- a/ipojo/annotations/pom.xml
+++ b/ipojo/annotations/pom.xml
@@ -31,7 +31,7 @@
<name>Apache Felix iPOJO Annotations</name>
<description>
- iPOJO Annotation pack. contained annotaitons are used to define iPOJO component type.
+ iPOJO Annotation pack. contained annotations are used to define iPOJO component type.
</description>
<url>
http://felix.apache.org/site/how-to-use-ipojo-annotations.html
@@ -55,7 +55,8 @@
<extensions>true</extensions>
<configuration>
<instructions>
- <Bundle-Name>iPOJO Annotations</Bundle-Name>
+ <Bundle-Name>Apache Felix iPOJO Annotations</Bundle-Name>
+ <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Vendor> The Apache Software Foundation </Bundle-Vendor>
<Bundle-Description> iPOJO Annotations </Bundle-Description>
<Bundle-DocURL>http://felix.apache.org/site/how-to-use-ipojo-annotations.html</Bundle-DocURL>