Author: gertv
Date: Fri Oct 15 19:46:53 2010
New Revision: 1023087
URL: http://svn.apache.org/viewvc?rev=1023087&view=rev
Log:
Fix build for Maven 3
Modified:
servicemix/utils/trunk/pom.xml
Modified: servicemix/utils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=1023087&r1=1023086&r2=1023087&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Fri Oct 15 19:46:53 2010
@@ -227,7 +227,7 @@
<configuration>
<instructions>
<Bundle-Name>${project.name}</Bundle-Name>
-
<Bundle-SymbolicName>${artifactId}</Bundle-SymbolicName>
+
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package>
org.apache.servicemix*;-noimport:=true
</Export-Package>