Author: fmeschbe
Date: Tue Jan 27 10:19:06 2009
New Revision: 738048

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

Modified:
    incubator/sling/trunk/launchpad/app/pom.xml
    incubator/sling/trunk/launchpad/bundles/pom.xml
    incubator/sling/trunk/launchpad/jcrapp/pom.xml

Modified: incubator/sling/trunk/launchpad/app/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=738048&r1=738047&r2=738048&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/pom.xml (original)
+++ incubator/sling/trunk/launchpad/app/pom.xml Tue Jan 27 10:19:06 2009
@@ -122,7 +122,7 @@
                             </includeArtifactIds>
                             <excludeTransitive>true</excludeTransitive>
                             <outputDirectory>
-                                ${project.build.outputDirectory}/resources/5
+                                
${project.build.outputDirectory}/resources/bundles/5
                             </outputDirectory>
                         </configuration>
                     </execution>

Modified: incubator/sling/trunk/launchpad/bundles/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/bundles/pom.xml?rev=738048&r1=738047&r2=738048&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/bundles/pom.xml (original)
+++ incubator/sling/trunk/launchpad/bundles/pom.xml Tue Jan 27 10:19:06 2009
@@ -361,7 +361,7 @@
                                     </includeArtifactIds>
                                     <excludeTransitive>true</excludeTransitive>
                                     <outputDirectory>
-                                        
${project.build.outputDirectory}/resources/1
+                                        
${project.build.outputDirectory}/resources/bundles/1
                                     </outputDirectory>
                                 </configuration>
                             </execution>
@@ -378,7 +378,7 @@
                                     </includeArtifactIds>
                                     <excludeTransitive>true</excludeTransitive>
                                     <outputDirectory>
-                                        
${project.build.outputDirectory}/resources/5
+                                        
${project.build.outputDirectory}/resources/bundles/5
                                     </outputDirectory>
                                 </configuration>
                             </execution>
@@ -395,7 +395,7 @@
                                     </includeArtifactIds>
                                     <excludeTransitive>true</excludeTransitive>
                                     <outputDirectory>
-                                        
${project.build.outputDirectory}/resources/10
+                                        
${project.build.outputDirectory}/resources/bundles/10
                                     </outputDirectory>
                                 </configuration>
                             </execution>
@@ -413,7 +413,7 @@
         
                                     <excludeTransitive>true</excludeTransitive>
                                     <outputDirectory>
-                                        
${project.build.outputDirectory}/resources/15
+                                        
${project.build.outputDirectory}/resources/bundles/15
                                     </outputDirectory>
                                 </configuration>
                             </execution>
@@ -430,7 +430,7 @@
                                     </includeArtifactIds>
                                     <excludeTransitive>true</excludeTransitive>
                                     <outputDirectory>
-                                        
${project.build.outputDirectory}/resources/0
+                                        
${project.build.outputDirectory}/resources/bundles/0
                                     </outputDirectory>
                                 </configuration>
                             </execution>
@@ -471,7 +471,7 @@
                                     </artifactItems>
                                     <excludeTransitive>true</excludeTransitive>
                                     <outputDirectory>
-                                        
${project.build.outputDirectory}/resources/1
+                                        
${project.build.outputDirectory}/resources/bundles/1
                                     </outputDirectory>
                                 </configuration>
                             </execution>

Modified: incubator/sling/trunk/launchpad/jcrapp/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/jcrapp/pom.xml?rev=738048&r1=738047&r2=738048&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/jcrapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/jcrapp/pom.xml Tue Jan 27 10:19:06 2009
@@ -110,7 +110,7 @@
                                 org.apache.sling.launchpad.bundles
                             </includeArtifactIds>
                             <excludes>
-                                resources/0/**,META-INF/**
+                                resources/bundles/0/**,META-INF/**
                             </excludes>
                             <excludeTransitive>true</excludeTransitive>
                             <outputDirectory>
@@ -131,7 +131,7 @@
                             </includeArtifactIds>
                             <excludeTransitive>true</excludeTransitive>
                             <outputDirectory>
-                                ${project.build.outputDirectory}/resources/5
+                                
${project.build.outputDirectory}/resources/bundles/5
                             </outputDirectory>
                         </configuration>
                     </execution>


Reply via email to