Adapted tests to stress the new manipulator.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1159179 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/handler/eventadmin/pom.xml b/ipojo/tests/handler/eventadmin/pom.xml
index 1595e27..c914fc2 100644
--- a/ipojo/tests/handler/eventadmin/pom.xml
+++ b/ipojo/tests/handler/eventadmin/pom.xml
@@ -23,6 +23,7 @@
         <groupId>ipojo.tests</groupId>

         <artifactId>ipojo.tests</artifactId>

         <version>1.5.0-SNAPSHOT</version>

+        <relativePath>../../pom.xml</relativePath>
     </parent>

     <groupId>ipojo.tests</groupId>

     <version>${ipojo.eah.snapshot}</version>

diff --git a/ipojo/tests/handler/jmx/pom.xml b/ipojo/tests/handler/jmx/pom.xml
index 6c58642..5b27d46 100644
--- a/ipojo/tests/handler/jmx/pom.xml
+++ b/ipojo/tests/handler/jmx/pom.xml
@@ -23,6 +23,7 @@
         <groupId>ipojo.tests</groupId>

         <artifactId>ipojo.tests</artifactId>

         <version>1.5.0-SNAPSHOT</version>

+        <relativePath>../../pom.xml</relativePath>
     </parent>

     <groupId>ipojo.tests</groupId>

     <version>1.5.0-SNAPSHOT</version>

@@ -31,39 +32,39 @@
     <name>iPOJO JMX Handler Test Suite</name>

     <artifactId>tests.jmx.handler</artifactId>

 

-	<dependencies>

+  <dependencies>
         <dependency>

           <groupId>org.apache.felix</groupId>

           <artifactId>org.apache.felix.ipojo.annotations</artifactId>

         </dependency>

-		<dependency>

-			<groupId>org.apache.felix</groupId>

-			<artifactId>org.apache.felix.ipojo</artifactId>

-		</dependency>

-		<dependency>

-			<groupId>org.osgi</groupId>

-			<artifactId>org.osgi.core</artifactId>

-		</dependency>

-		<dependency>

-			<groupId>org.apache.felix</groupId>

-			<artifactId>org.apache.felix.ipojo.handler.jmx</artifactId>

-			<version>1.5.0-SNAPSHOT</version>

-		</dependency>

-		<dependency>

-			<groupId>junit</groupId>

-			<artifactId>junit</artifactId>

-			<version>3.8.1</version>

-		</dependency>

-		<dependency>

-			<groupId>org.apache.felix</groupId>

-			<artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>

-			<version>1.1.0-SNAPSHOT</version>

-		</dependency>

-		<dependency>

-			<groupId>org.osgi</groupId>

-			<artifactId>org.osgi.compendium</artifactId>

-		</dependency>

-	</dependencies>

+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.ipojo</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.ipojo.handler.jmx</artifactId>
+      <version>1.5.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.ipojo.junit4osgi</artifactId>
+      <version>1.1.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.compendium</artifactId>
+    </dependency>
+  </dependencies>
     <build>

         <plugins>

             <plugin>

@@ -103,25 +104,25 @@
                 </executions>

             </plugin>

             <plugin>

-		        <groupId>org.apache.felix</groupId>

-		        <artifactId>maven-junit4osgi-plugin

-		        </artifactId>

-		        <version>1.1.0-SNAPSHOT</version>

-		        <executions>

-		          <execution>

-		            <goals>

-		              <goal>test</goal>

-		            </goals>

-		            <configuration>

-		              <hideOutputs>false</hideOutputs>

-		              <logService>false</logService>

-		              <configuration>

-		              <org.osgi.http.port>8083</org.osgi.http.port>

-		              </configuration>

-		            </configuration>

-		          </execution>

-		        </executions>

-		     </plugin>

+            <groupId>org.apache.felix</groupId>
+            <artifactId>maven-junit4osgi-plugin
+            </artifactId>
+            <version>1.1.0-SNAPSHOT</version>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>test</goal>
+                </goals>
+                <configuration>
+                  <hideOutputs>false</hideOutputs>
+                  <logService>false</logService>
+                  <configuration>
+                  <org.osgi.http.port>8083</org.osgi.http.port>
+                  </configuration>
+                </configuration>
+              </execution>
+            </executions>
+         </plugin>
         </plugins>

     </build>

 </project>

diff --git a/ipojo/tests/handler/temporal/pom.xml b/ipojo/tests/handler/temporal/pom.xml
index 1f8b78e..06babe6 100644
--- a/ipojo/tests/handler/temporal/pom.xml
+++ b/ipojo/tests/handler/temporal/pom.xml
@@ -22,6 +22,7 @@
     <groupId>ipojo.tests</groupId>

     <artifactId>ipojo.tests</artifactId>

     <version>1.5.0-SNAPSHOT</version>

+    <relativePath>../../pom.xml</relativePath>
   </parent>

   <modelVersion>4.0.0</modelVersion>

   <packaging>bundle</packaging>

diff --git a/ipojo/tests/handler/transaction/pom.xml b/ipojo/tests/handler/transaction/pom.xml
index 0f5117e..a740cc0 100644
--- a/ipojo/tests/handler/transaction/pom.xml
+++ b/ipojo/tests/handler/transaction/pom.xml
@@ -22,6 +22,7 @@
     <groupId>ipojo.tests</groupId>
     <artifactId>ipojo.tests</artifactId>
     <version>1.5.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>ipojo.tests</groupId>
diff --git a/ipojo/tests/handler/whiteboard/pom.xml b/ipojo/tests/handler/whiteboard/pom.xml
index 3914119..1e883e3 100644
--- a/ipojo/tests/handler/whiteboard/pom.xml
+++ b/ipojo/tests/handler/whiteboard/pom.xml
@@ -22,6 +22,7 @@
         <groupId>ipojo.tests</groupId>

         <artifactId>ipojo.tests</artifactId>

         <version>1.5.0-SNAPSHOT</version>

+        <relativePath>../../pom.xml</relativePath>
     </parent>

     <groupId>ipojo.tests</groupId>

     <version>${ipojo.wbp.snapshot}</version>