Author: jukka
Date: Wed Nov 25 14:12:09 2009
New Revision: 884110
URL: http://svn.apache.org/viewvc?rev=884110&view=rev
Log:
JCR-2401: OSGi bundle symbolic names changed due to changes in maven-bundle-plugin
Patch by Bertrand Delacretaz
Modified:
jackrabbit/trunk/jackrabbit-parent/pom.xml
Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=884110&r1=884109&r2=884110&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Wed Nov 25 14:12:09 2009
@@ -100,6 +100,7 @@
<inherited>true</inherited>
<configuration>
<instructions>
+ <Bundle-SymbolicName>${pom.groupId}.${pom.artifactId}</Bundle-SymbolicName>
<Bundle-Category>jcr,jackrabbit</Bundle-Category>
<Bundle-DocURL>
http://jackrabbit.apache.org
|