You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pa...@apache.org on 2006/08/22 23:39:33 UTC

svn commit: r433764 - /incubator/felix/trunk/eventadmin/pom.xml

Author: pauls
Date: Tue Aug 22 14:39:30 2006
New Revision: 433764

URL: http://svn.apache.org/viewvc?rev=433764&view=rev
Log:
Added a symbolic name to the eventadmin pom.

Modified:
    incubator/felix/trunk/eventadmin/pom.xml

Modified: incubator/felix/trunk/eventadmin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/eventadmin/pom.xml?rev=433764&r1=433763&r2=433764&view=diff
==============================================================================
--- incubator/felix/trunk/eventadmin/pom.xml (original)
+++ incubator/felix/trunk/eventadmin/pom.xml Tue Aug 22 14:39:30 2006
@@ -36,6 +36,7 @@
             <bundleDescription>
               This bundle provides an implementation of the OSGi R4 EventAdmin service.
             </bundleDescription>
+            <bundleSymbolicName>${pom.artifactId}</bundleSymbolicName>
             <bundleActivator>
               org.apache.felix.eventadmin.impl.Activator
             </bundleActivator>
@@ -56,4 +57,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>