Author: clement
Date: Fri Sep  4 05:56:14 2009
New Revision: 811224

URL: http://svn.apache.org/viewvc?rev=811224&view=rev
Log:
Fix issue Felix-1557.
Some cosmetic bugs in the Annotations "bundle".

Modified:
    felix/trunk/ipojo/annotations/pom.xml

Modified: felix/trunk/ipojo/annotations/pom.xml
URL: 
http://svn.apache.org/viewvc/felix/trunk/ipojo/annotations/pom.xml?rev=811224&r1=811223&r2=811224&view=diff
==============================================================================
--- felix/trunk/ipojo/annotations/pom.xml (original)
+++ felix/trunk/ipojo/annotations/pom.xml Fri Sep  4 05:56:14 2009
@@ -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>


Reply via email to