Author: bdelacretaz
Date: Wed Jan 9 06:11:29 2008
New Revision: 610389
URL: http://svn.apache.org/viewvc?rev=610389&view=rev
Log:
Do not copy the pax-web-service bundle into our webapp (not needed, and starts
an extra http server if copied)
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=610389&r1=610388&r2=610389&view=diff
==============================================================================
--- incubator/sling/trunk/launcher/webapp/pom.xml (original)
+++ incubator/sling/trunk/launcher/webapp/pom.xml Wed Jan 9 06:11:29 2008
@@ -163,6 +163,9 @@
<exclude>
resources/bundles/org.apache.felix.commons.servlet-api*.jar
</exclude>
+ <exclude>
+ resources/bundles/pax-web-service*.jar
+ </exclude>
</excludes>
</resource>
</webResources>