- Refactor instance descriptions to fit with the new introspection and reconfiguration API (instances will be reconfigurable directly from their instance description).
- Prepare the moving of junit4osgi (leave the example folder)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@730353 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/examples/junit4osgi/pom.xml b/ipojo/examples/junit4osgi/pom.xml
index 5166221..e0ad2d3 100644
--- a/ipojo/examples/junit4osgi/pom.xml
+++ b/ipojo/examples/junit4osgi/pom.xml
@@ -28,6 +28,7 @@
 		<module>junit4osgi</module>

 		<module>felix-command</module>

 		<module>maven-junit4osgi-plugin</module>

+		<module>immediate-launcher</module>

   </modules>

 

   <profiles>

@@ -38,7 +39,6 @@
 		</activation>

 		<modules>

 			<module>swing-runner</module>

-			<module>immediate-launcher</module>

 		</modules>

 	</profile>

 	<profile>

@@ -48,7 +48,6 @@
 		</activation>

 		<modules>

 			<module>swing-runner</module>

-			<module>immediate-launcher</module>

 		</modules>

 	</profile>

   </profiles>