SLING-1321 - using added bundles from src/main/bundles/list.xml

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@906182 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e85f7be..45d566f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,22 +169,6 @@
                             <defaultBundleList>
                                 <version>6-SNAPSHOT</version>
                             </defaultBundleList>
-
-                            <additionalBundles>
-                                <additionalBundle>
-                                    <groupId>org.apache.sling</groupId>
-                                    <artifactId>org.apache.sling.launchpad.test-services</artifactId>
-                                    <version>2.0.7-SNAPSHOT</version>
-                                    <startLevel>0</startLevel>
-                                </additionalBundle>
-                                <additionalBundle>
-                                    <groupId>org.apache.sling</groupId>
-                                    <artifactId>org.apache.sling.launchpad.test-services-war</artifactId>
-                                    <version>2.0.7-SNAPSHOT</version>
-                                    <type>war</type>
-                                    <startLevel>0</startLevel>
-                                </additionalBundle>
-                            </additionalBundles>
                         </configuration>
                     </execution>
                 </executions>
diff --git a/src/main/bundles/list.xml b/src/main/bundles/list.xml
new file mode 100644
index 0000000..5e3f81e
--- /dev/null
+++ b/src/main/bundles/list.xml
@@ -0,0 +1,16 @@
+<?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.7-SNAPSHOT</version>
+        </bundle>
+        <bundle>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.launchpad.test-services-war</artifactId>
+            <version>2.0.7-SNAPSHOT</version>
+            <type>war</type>
+        </bundle>
+    </startLevel>
+</bundles>