FELIX-3778 Use bundle vesion qualifier to differentiate the
build profiles instead of the symbolic name to prevent breaking
extensibility (l10n, branding) by fragments
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1427050 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/pom.xml b/webconsole/pom.xml
index 3ffdab8..6fd7de4 100644
--- a/webconsole/pom.xml
+++ b/webconsole/pom.xml
@@ -223,9 +223,9 @@
<Bundle-Name>
${project.name} (All In One)
</Bundle-Name>
- <Bundle-SymbolicName>
- ${project.artifactId}.all
- </Bundle-SymbolicName>
+ <Bundle-Version>
+ ${project.version}-all
+ </Bundle-Version>
<Export-Package>
org.apache.commons.fileupload,
org.apache.commons.fileupload.disk,
@@ -301,9 +301,9 @@
<Bundle-Name>
${project.name} (JQuery Debug)
</Bundle-Name>
- <Bundle-SymbolicName>
- ${project.artifactId}.debug
- </Bundle-SymbolicName>
+ <Bundle-Version>
+ ${project.version}-debug
+ </Bundle-Version>
<Include-Resource>
{maven-resources},
res=src/main/debug-resources/res