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/12/03 07:10:23 UTC

svn commit: r722788 - /incubator/sling/trunk/launchpad/webapp/pom.xml

Author: fmeschbe
Date: Tue Dec  2 22:10:22 2008
New Revision: 722788

URL: http://svn.apache.org/viewvc?rev=722788&view=rev
Log:
SLING-751 Adapt to assignment of bundles to start levels in the app

Modified:
    incubator/sling/trunk/launchpad/webapp/pom.xml

Modified: incubator/sling/trunk/launchpad/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/pom.xml?rev=722788&r1=722787&r2=722788&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/webapp/pom.xml Tue Dec  2 22:10:22 2008
@@ -139,7 +139,7 @@
                         </goals>
                         <configuration>
                             <outputDirectory>
-                                ${project.build.directory}/${project.build.finalName}/WEB-INF/resources/bundles
+                                ${project.build.directory}/${project.build.finalName}/WEB-INF/resources/0
                             </outputDirectory>
                             <excludeTransitive>true</excludeTransitive>
                             <includeGroupIds>
@@ -175,13 +175,13 @@
                                     org/apache/sling/launcher/app/main/**
                                 </exclude>
                                 <exclude>
-                                    resources/bundles/org.apache.felix.http.jetty*.jar
+                                    resources/5/org.apache.felix.http.jetty*.jar
                                 </exclude>
                                 <exclude>
-                                    resources/bundles/pax-web-service*.jar
+                                    resources/5/pax-web-service*.jar
                                 </exclude>
                                 <exclude>
-                                    resources/bundles/org.apache.felix.commons.servlet-api*.jar
+                                    resources/5/org.apache.felix.commons.servlet-api*.jar
                                 </exclude>
                             </excludes>
                             <includes>
@@ -202,13 +202,13 @@
                             </includes>
                             <excludes>
                                 <exclude>
-                                    resources/bundles/org.apache.felix.http.jetty*.jar
+                                    resources/5/org.apache.felix.http.jetty*.jar
                                 </exclude>
                                 <exclude>
-                                    resources/bundles/pax-web-service*.jar
+                                    resources/5/pax-web-service*.jar
                                 </exclude>
                                 <exclude>
-                                    resources/bundles/org.apache.felix.commons.servlet-api*.jar
+                                    resources/5/org.apache.felix.commons.servlet-api*.jar
                                 </exclude>
                             </excludes>
                         </resource>