You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2009/07/13 15:07:21 UTC

svn commit: r793575 - /felix/trunk/http.jetty/pom.xml

Author: rickhall
Date: Mon Jul 13 13:07:21 2009
New Revision: 793575

URL: http://svn.apache.org/viewvc?rev=793575&view=rev
Log:
Fix name.

Modified:
    felix/trunk/http.jetty/pom.xml

Modified: felix/trunk/http.jetty/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/http.jetty/pom.xml?rev=793575&r1=793574&r2=793575&view=diff
==============================================================================
--- felix/trunk/http.jetty/pom.xml (original)
+++ felix/trunk/http.jetty/pom.xml Mon Jul 13 13:07:21 2009
@@ -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.