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

svn commit: r652291 - in /incubator/sling/trunk/launchpad: app/pom.xml webapp/pom.xml

Author: cziegeler
Date: Tue Apr 29 23:21:49 2008
New Revision: 652291

URL: http://svn.apache.org/viewvc?rev=652291&view=rev
Log:
Exclude launchpad base from app and webapp.

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

Modified: incubator/sling/trunk/launchpad/app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=652291&r1=652290&r2=652291&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/pom.xml (original)
+++ incubator/sling/trunk/launchpad/app/pom.xml Tue Apr 29 23:21:49 2008
@@ -79,7 +79,7 @@
                         </goals>
                         <configuration>
                             <excludeArtifactIds>
-                                org.apache.felix.framework,org.osgi.core,org.osgi.compendium,org.apache.sling.osgi.log
+                                org.apache.felix.framework,org.osgi.core,org.osgi.compendium,org.apache.sling.osgi.log,org.apache.sling.launchpad.base
                             </excludeArtifactIds>
                             <excludeTransitive>true</excludeTransitive>
                             <outputDirectory>

Modified: incubator/sling/trunk/launchpad/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/pom.xml?rev=652291&r1=652290&r2=652291&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/webapp/pom.xml Tue Apr 29 23:21:49 2008
@@ -165,8 +165,9 @@
                                 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
+                              <!-- the app bundle is not needed, we only depend on it to get the same dependencies,
+                                   same is try for the base bundle -->
+                              org.apache.sling.launchpad.app,org.apache.sling.launchpad.base
                             </excludeArtifactIds>
                         </configuration>
                     </execution>