Author: fmeschbe
Date: Wed Jan 9 04:09:39 2008
New Revision: 610357
URL: http://svn.apache.org/viewvc?rev=610357&view=rev
Log:
Adapt the web app building exclusions to the OPS4J pax-web
being used by the standalone application.
Modified:
incubator/sling/trunk/launcher/webapp/pom.xml
Modified: incubator/sling/trunk/launcher/webapp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launcher/webapp/pom.xml?rev=610357&r1=610356&r2=610357&view=diff
==============================================================================
--- incubator/sling/trunk/launcher/webapp/pom.xml (original)
+++ incubator/sling/trunk/launcher/webapp/pom.xml Wed Jan 9 04:09:39 2008
@@ -127,11 +127,16 @@
org/apache/sling/launcher/app/main/**
</exclude>
<exclude>
+ resources/bundles/pax-web-service*.jar
+ </exclude>
+<!--
+ <exclude>
resources/bundles/org.apache.felix.http.jetty*.jar
</exclude>
<exclude>
resources/bundles/org.apache.felix.commons.servlet-api*.jar
</exclude>
+-->
</excludes>
<includes>
<include>org/**</include>