Change the structure of the iPOJO project.
Handlers are now in a separate directory (handler).

Update the iPOJO pom file to refer on the moved projects.
Update some artifactId to be consistent.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@679299 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/pom.xml b/ipojo/pom.xml
index 4cdadf0..3ad0354 100644
--- a/ipojo/pom.xml
+++ b/ipojo/pom.xml
@@ -39,10 +39,11 @@
 		<module>composite</module>
 		<module>arch</module>
 		<module>ant</module>
-		<module>white.board.pattern.handler</module>
-		<module>extender.pattern.handler</module>
-		<module>temporal.dependency.handler</module>
-		<module>event.admin.handler</module>
+		<!--<module>white.board.pattern.handler</module>-->
+		<module>handler/extender</module>
+		<module>handler/temporal</module>
+		<module>handler/eventadmin</module>
+		<module>handler/whiteboard</module>
 	</modules>