You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ja...@apache.org on 2013/11/11 11:03:06 UTC

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

Author: jawi
Date: Mon Nov 11 10:03:05 2013
New Revision: 1540651

URL: http://svn.apache.org/r1540651
Log:
FELIX-4311 - log real Jetty version; include custom bundle header to reflect the used Jetty version.

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=1540651&r1=1540650&r2=1540651&view=diff
==============================================================================
--- felix/trunk/http/jetty/pom.xml (original)
+++ felix/trunk/http/jetty/pom.xml Mon Nov 11 10:03:05 2013
@@ -48,6 +48,9 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
+                    	<X-Jetty-Version>
+                    		${jetty.version}
+                    	</X-Jetty-Version>
                         <Bundle-Activator>
                             org.apache.felix.http.jetty.internal.JettyActivator
                         </Bundle-Activator>