Author: fmeschbe Date: Mon Jan 10 07:42:02 2011 New Revision: 1057099 URL: http://svn.apache.org/viewvc?rev=1057099&view=rev Log: SLING-1924 Overwrite the jarWebSupport to include the 2.0.5-SNAPSHOT version of the Http Felix Jetty bundle for the standalone Sling Launchpad
Modified: sling/trunk/launchpad/builder/pom.xml Modified: sling/trunk/launchpad/builder/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/pom.xml?rev=1057099&r1=1057098&r2=1057099&view=diff ============================================================================== --- sling/trunk/launchpad/builder/pom.xml (original) +++ sling/trunk/launchpad/builder/pom.xml Mon Jan 10 07:42:02 2011 @@ -89,6 +89,11 @@ </goals> <configuration> <packaging>jar</packaging> + <jarWebSupport> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.http.jetty</artifactId> + <version>2.0.5-SNAPSHOT</version> + </jarWebSupport> </configuration> </execution> <execution>