Author: bdelacretaz
Date: Tue Dec 2 09:31:54 2008
New Revision: 722535
URL: http://svn.apache.org/viewvc?rev=722535&view=rev
Log:
SLING-751 - adapt bundle folder names to new conventions
Modified:
incubator/sling/trunk/launchpad/testing/pom.xml
Modified: incubator/sling/trunk/launchpad/testing/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/testing/pom.xml?rev=722535&r1=722534&r2=722535&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/testing/pom.xml (original)
+++ incubator/sling/trunk/launchpad/testing/pom.xml Tue Dec 2 09:31:54 2008
@@ -144,14 +144,17 @@
</configuration>
</execution>
<execution>
- <!-- Copy bundles that must be initially installed to
WEB-INF/resources/bundles -->
+ <!--
+ Copy bundles that must be initially installed
to WEB-INF/resources/N
+ where N = desired start level
+ -->
<id>copy-bundles-dependencies</id>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>
-
${project.build.directory}/${project.build.finalName}/WEB-INF/resources/bundles
+
${project.build.directory}/${project.build.finalName}/WEB-INF/resources/20
</outputDirectory>
<excludeTransitive>true</excludeTransitive>
<includeGroupIds>
@@ -192,21 +195,21 @@
org/apache/sling/launcher/app/main/**
</exclude>
<exclude>
- resources/bundles/org.apache.sling**
+ resources/*/org.apache.sling**
</exclude>
<exclude>
-
resources/bundles/org.apache.felix.http.jetty*.jar
+
resources/*/org.apache.felix.http.jetty*.jar
</exclude>
<exclude>
- resources/bundles/pax-web-service*.jar
+ resources/*/pax-web-service*.jar
</exclude>
<exclude>
-
resources/bundles/org.apache.felix.commons.servlet-api*.jar
+
resources/*/org.apache.felix.commons.servlet-api*.jar
</exclude>
</excludes>
<includes>
<include>org/**</include>
-
<include>resources/bundles/org.apache.felix**</include>
+
<include>resources/*/org.apache.felix**</include>
</includes>
</resource>
<!-- the configuration resources, but no Sling bundles
-->
@@ -223,19 +226,19 @@
</includes>
<excludes>
<exclude>
- resources/bundles/org.apache.sling**
+ resources/*/org.apache.sling**
</exclude>
<exclude>
resources/corebundles/org.apache.sling**
</exclude>
<exclude>
-
resources/bundles/org.apache.felix.http.jetty*.jar
+
resources/*/org.apache.felix.http.jetty*.jar
</exclude>
<exclude>
- resources/bundles/pax-web-service*.jar
+ resources/*/pax-web-service*.jar
</exclude>
<exclude>
-
resources/bundles/org.apache.felix.commons.servlet-api*.jar
+
resources/*/org.apache.felix.commons.servlet-api*.jar
</exclude>
</excludes>
</resource>