Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2014-08-15 09:35:49 +0000
committerGreg Wilkins2014-08-15 09:35:49 +0000
commitb47f9ef60522ad435d516741646e8e9acf2a6302 (patch)
tree0d372a27c44fdda26d4a668b15c32b514853fd7e /jetty-runner/pom.xml
parent48b1f9f3f1e472588b1f4118e8fda101bfe3a1c8 (diff)
downloadorg.eclipse.jetty.project-b47f9ef60522ad435d516741646e8e9acf2a6302.tar.gz
org.eclipse.jetty.project-b47f9ef60522ad435d516741646e8e9acf2a6302.tar.xz
org.eclipse.jetty.project-b47f9ef60522ad435d516741646e8e9acf2a6302.zip
cleaned up OSGi manifest creation
Diffstat (limited to 'jetty-runner/pom.xml')
-rw-r--r--jetty-runner/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jetty-runner/pom.xml b/jetty-runner/pom.xml
index 7c7350d2cd..a64b6ebf84 100644
--- a/jetty-runner/pom.xml
+++ b/jetty-runner/pom.xml
@@ -10,6 +10,7 @@
<properties>
<assembly-directory>target/distribution</assembly-directory>
+ <bundle-symbolic-name>${project.groupId}.runner</bundle-symbolic-name>
</properties>
<url>http://www.eclipse.org/jetty</url>
<build>

Back to the top