Author: fmeschbe
Date: Tue Jan 6 23:46:00 2009
New Revision: 732254
URL: http://svn.apache.org/viewvc?rev=732254&view=rev
Log:
Use defualt startlevel 0 instead of startlevel 20
Remove unneeded exclusion
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=732254&r1=732253&r2=732254&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/testing/pom.xml (original)
+++ incubator/sling/trunk/launchpad/testing/pom.xml Tue Jan 6 23:46:00 2009
@@ -154,7 +154,7 @@
</goals>
<configuration>
<outputDirectory>
-
${project.build.directory}/${project.build.finalName}/WEB-INF/resources/20
+
${project.build.directory}/${project.build.finalName}/WEB-INF/resources/0
</outputDirectory>
<excludeTransitive>true</excludeTransitive>
<includeGroupIds>
@@ -229,9 +229,6 @@
resources/*/org.apache.sling**
</exclude>
<exclude>
- resources/corebundles/org.apache.sling**
- </exclude>
- <exclude>
resources/*/org.apache.felix.http.jetty*.jar
</exclude>
<exclude>