Author: bdelacretaz
Date: Tue Dec  9 06:19:55 2008
New Revision: 724708

URL: http://svn.apache.org/viewvc?rev=724708&view=rev
Log:
SLING-763 - Install bundles at the default framework start level

Modified:
    incubator/sling/trunk/extensions/jcrinstall/testing/pom.xml

Modified: incubator/sling/trunk/extensions/jcrinstall/testing/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/extensions/jcrinstall/testing/pom.xml?rev=724708&r1=724707&r2=724708&view=diff
==============================================================================
--- incubator/sling/trunk/extensions/jcrinstall/testing/pom.xml (original)
+++ incubator/sling/trunk/extensions/jcrinstall/testing/pom.xml Tue Dec  9 
06:19:55 2008
@@ -154,7 +154,9 @@
                     <execution>
                         <!-- 
                                Copy bundles that must be initially installed 
to WEB-INF/resources/N
-                               where N = start level of those bundles
+                               where N = start level of those bundles.
+                            The jcrinstall bundle must be installed at a level 
lower than the default
+                            start level.
                         -->
                         <id>copy-bundles-dependencies</id>
                         <goals>
@@ -162,7 +164,7 @@
                         </goals>
                         <configuration>
                             <outputDirectory>
-                                
${project.build.directory}/${project.build.finalName}/WEB-INF/resources/20
+                                
${project.build.directory}/${project.build.finalName}/WEB-INF/resources/19
                             </outputDirectory>
                             <excludeTransitive>true</excludeTransitive>
                             <includeGroupIds>


Reply via email to