Fix name.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@793575 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http.jetty/pom.xml b/http.jetty/pom.xml
index c12e46b..02f4ee3 100644
--- a/http.jetty/pom.xml
+++ b/http.jetty/pom.xml
@@ -26,7 +26,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <packaging>bundle</packaging>
-    <name>Apache Felix HTTP Service</name>
+    <name>Apache Felix HTTP Service Jetty</name>
     <version>1.1.0-SNAPSHOT</version>
     <artifactId>org.apache.felix.http.jetty</artifactId>
     <dependencies>
@@ -76,7 +76,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Bundle-Name>HTTP Service</Bundle-Name>
+                        <Bundle-Name>Apache Felix HTTP Service Jetty</Bundle-Name>
                         <Bundle-Description>
                             An implementation of the OSGi HTTP Service
                             using Jetty.