You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/01/15 13:42:10 UTC

svn commit: r612105 - /incubator/sling/whiteboard/fmeschbe/resource/launcher/webapp/pom.xml

Author: fmeschbe
Date: Tue Jan 15 04:42:08 2008
New Revision: 612105

URL: http://svn.apache.org/viewvc?rev=612105&view=rev
Log:
Add excludes for new pax-web dependency

Modified:
    incubator/sling/whiteboard/fmeschbe/resource/launcher/webapp/pom.xml

Modified: incubator/sling/whiteboard/fmeschbe/resource/launcher/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/whiteboard/fmeschbe/resource/launcher/webapp/pom.xml?rev=612105&r1=612104&r2=612105&view=diff
==============================================================================
--- incubator/sling/whiteboard/fmeschbe/resource/launcher/webapp/pom.xml (original)
+++ incubator/sling/whiteboard/fmeschbe/resource/launcher/webapp/pom.xml Tue Jan 15 04:42:08 2008
@@ -127,6 +127,9 @@
                                     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>
@@ -152,6 +155,9 @@
                                 <include>jre-*.properties</include>
                             </includes>
                             <excludes>
+                                <exclude>
+                                    resources/bundles/pax-web-service*.jar
+                                </exclude>
                                 <exclude>
                                     resources/bundles/org.apache.felix.http.jetty*.jar
                                 </exclude>