SLING-751 Place the bundles in the correct new locations resources/bundles/*

git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk@738065 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 7ff7444..b633379 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>