You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2008/04/30 07:43:07 UTC

svn commit: r652270 - /incubator/sling/trunk/launchpad/webapp/pom.xml

Author: bdelacretaz
Date: Tue Apr 29 22:43:07 2008
New Revision: 652270

URL: http://svn.apache.org/viewvc?rev=652270&view=rev
Log:
SLING-399 - Remove useless launchpad.app bundle from launchpad.webapp

Modified:
    incubator/sling/trunk/launchpad/webapp/pom.xml

Modified: incubator/sling/trunk/launchpad/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/pom.xml?rev=652270&r1=652269&r2=652270&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/webapp/pom.xml Tue Apr 29 22:43:07 2008
@@ -164,6 +164,10 @@
                             <includeGroupIds>
                                 org.apache.felix,org.apache.sling,org.apache.jackrabbit
                             </includeGroupIds>
+                            <excludeArtifactIds>
+                              <!-- the app bundle is not needed, we only depend on it to get the same dependencies -->
+                              org.apache.sling.launchpad.app
+                            </excludeArtifactIds>
                         </configuration>
                     </execution>
                 </executions>