Author: jawi
Date: Mon Nov 11 10:03:49 2013
New Revision: 1540652
URL: http://svn.apache.org/r1540652
Log:
FELIX-4311 - log real Jetty version; include custom bundle header to reflect
the used Jetty version.
Modified:
felix/trunk/http/bundle/pom.xml
Modified: felix/trunk/http/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/http/bundle/pom.xml?rev=1540652&r1=1540651&r2=1540652&view=diff
==============================================================================
--- felix/trunk/http/bundle/pom.xml (original)
+++ felix/trunk/http/bundle/pom.xml Mon Nov 11 10:03:49 2013
@@ -44,6 +44,9 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
+ <X-Jetty-Version>
+ ${jetty.version}
+ </X-Jetty-Version>
<Bundle-Activator>
org.apache.felix.http.bundle.internal.CombinedActivator
</Bundle-Activator>