converting testing and testing-war projects to use a partial bundle list for the test services bundles

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1136929 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index a897837..d111e5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,8 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>maven-launchpad-plugin</artifactId>
-                <version>2.0.10</version>
+                <version>2.0.11-SNAPSHOT</version>
+                <extensions>true</extensions>
                 <executions>
                     <execution>
                         <id>prepare-package</id>
@@ -455,6 +456,14 @@
              <scope>test</scope>
         </dependency>
 
+        <!-- The test services bundles -->
+        <dependency>
+             <groupId>org.apache.sling</groupId>
+             <artifactId>org.apache.sling.launchpad.test-bundles</artifactId>
+             <version>0.0.1-SNAPSHOT</version>
+             <type>partialbundlelist</type>
+        </dependency>
+
         <!--  The basic Sling WebApp -->
         <dependency>
             <groupId>org.apache.sling</groupId>
diff --git a/src/main/bundles/list.xml b/src/main/bundles/list.xml
deleted file mode 100644
index 0c02ba4..0000000
--- a/src/main/bundles/list.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0"?>
-<bundles>
-    <startLevel level="0">
-        <bundle>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.launchpad.test-services</artifactId>
-            <version>2.0.9-SNAPSHOT</version>
-        </bundle>
-        <bundle>
-            <groupId>org.apache.sling</groupId>
-            <artifactId>org.apache.sling.launchpad.test-services-war</artifactId>
-            <version>2.0.8</version>
-            <type>war</type>
-        </bundle>
-    </startLevel>
-</bundles>