You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2008/03/03 16:47:35 UTC

svn commit: r633139 - /felix/sandbox/clement/ipojo/extender.pattern.handler/pom.xml

Author: clement
Date: Mon Mar  3 07:47:34 2008
New Revision: 633139

URL: http://svn.apache.org/viewvc?rev=633139&view=rev
Log:
Fix the bundle name

Modified:
    felix/sandbox/clement/ipojo/extender.pattern.handler/pom.xml

Modified: felix/sandbox/clement/ipojo/extender.pattern.handler/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/clement/ipojo/extender.pattern.handler/pom.xml?rev=633139&r1=633138&r2=633139&view=diff
==============================================================================
--- felix/sandbox/clement/ipojo/extender.pattern.handler/pom.xml (original)
+++ felix/sandbox/clement/ipojo/extender.pattern.handler/pom.xml Mon Mar  3 07:47:34 2008
@@ -47,9 +47,7 @@
 							org.apache.felix.ipojo.handler.extender
 						</Private-Package>
 						<Bundle-Name>${pom.name}</Bundle-Name>
-						<Bundle-SymbolicName>
-							ipojo.event.admin.handler.extender
-						</Bundle-SymbolicName>
+						<Bundle-SymbolicName>org.apache.felix.ipojo.handler.extender.pattern</Bundle-SymbolicName>
 					</instructions>
 				</configuration>
 			</plugin>