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>


Reply via email to