Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugues Malphettes2012-09-25 03:24:16 +0000
committerHugues Malphettes2012-09-25 03:24:16 +0000
commit29c18fc4d555957b5bfbc035f1f2a8f71187f5df (patch)
tree84b71ec59440ddfb1ff5b9203425541627364afe /jetty-spdy/spdy-core
parentb593c473168d87d1abae3ee9543ee1796483e1af (diff)
downloadorg.eclipse.jetty.project-29c18fc4d555957b5bfbc035f1f2a8f71187f5df.tar.gz
org.eclipse.jetty.project-29c18fc4d555957b5bfbc035f1f2a8f71187f5df.tar.xz
org.eclipse.jetty.project-29c18fc4d555957b5bfbc035f1f2a8f71187f5df.zip
OSGi manifests generation fixes cleanup
Diffstat (limited to 'jetty-spdy/spdy-core')
-rw-r--r--jetty-spdy/spdy-core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-spdy/spdy-core/pom.xml b/jetty-spdy/spdy-core/pom.xml
index 11f0ef1fb3..e45d896d99 100644
--- a/jetty-spdy/spdy-core/pom.xml
+++ b/jetty-spdy/spdy-core/pom.xml
@@ -11,7 +11,7 @@
<name>Jetty :: SPDY :: Core</name>
<properties>
- <bundle-symbolic-name>${project.groupId}.spdy.core</bundle-symbolic-name>
+ <bundle-symbolic-name>${project.groupId}.core</bundle-symbolic-name>
</properties>
<build>

Back to the top