Rename the composite runtime test suite (from composite.runtime to composite-runtime).
Add the event admin handler test suite in the tests pom.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@681158 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/pom.xml b/ipojo/tests/pom.xml
index ab7fcef..0d8079b 100644
--- a/ipojo/tests/pom.xml
+++ b/ipojo/tests/pom.xml
@@ -36,12 +36,13 @@
 	<module>core/configuration</module>

 	<module>core/external-handlers</module>

 	<module>core/bad-configurations</module>

-	<module>composite/composite.runtime</module>

+	<module>composite/composite-runtime</module>

 	<module>composite/import-export</module>

 	<module>composite/service-instance</module>

 	<module>composite/service-providing</module>

 	<module>handler/temporal</module>

 	<module>handler/whiteboard</module>

+	<module>handler/eventadmin</module>

    </modules>

    

    <profiles>