Author: fmeschbe
Date: Tue Jan 27 12:02:13 2009
New Revision: 738065

URL: http://svn.apache.org/viewvc?rev=738065&view=rev
Log:
SLING-751 Place the bundles in the correct new locations resources/bundles/*

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=738065&r1=738064&r2=738065&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/testing/pom.xml (original)
+++ incubator/sling/trunk/launchpad/testing/pom.xml Tue Jan 27 12:02:13 2009
@@ -218,8 +218,9 @@
 
                     <execution>
                         <!-- 
-                               Copy bundles that must be initially installed 
to WEB-INF/resources/N
-                               where N = desired start level 
+                               Copy bundles that must be initially installed to
+                            WEB-INF/resources/bundles/N where N = desired
+                            start level 
                         -->
                         <id>copy-bundles-dependencies</id>
                         <goals>
@@ -227,7 +228,7 @@
                         </goals>
                         <configuration>
                             <outputDirectory>
-                                
${project.build.directory}/launchpad-bundles/resources/0
+                                
${project.build.directory}/launchpad-bundles/resources/bundles/0
                             </outputDirectory>
                             <excludeTransitive>true</excludeTransitive>
                             <includeArtifactIds>
@@ -518,7 +519,7 @@
                                 </goals>
                                 <configuration>
                                     <outputDirectory>
-                                        
${project.build.directory}/launchpad-bundles/resources/0
+                                        
${project.build.directory}/launchpad-bundles/resources/bundles/0
                                     </outputDirectory>
                                     <excludeTransitive>true</excludeTransitive>
                                     <includeArtifactIds>


Reply via email to