Move the eventadmin bridges to the new plugin pom.

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@470799 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom-new-plugin.xml b/pom-new-plugin.xml
index 6b9d44a..be914fb 100644
--- a/pom-new-plugin.xml
+++ b/pom-new-plugin.xml
@@ -75,6 +75,10 @@
     <module>bundlerepository</module>
     <module>log</module>
     <module>eventadmin</module>
+    <module>eventadmin.bridge.upnp</module>
+    <module>eventadmin.bridge.configuration</module>
+    <module>eventadmin.bridge.useradmin</module>
+    <module>eventadmin.bridge.wireadmin</module>
  </modules>
 
   <!-- Specify a default version number for dependencies -->
diff --git a/pom-old-plugin.xml b/pom-old-plugin.xml
index 8370863..fdc8fa0 100644
--- a/pom-old-plugin.xml
+++ b/pom-old-plugin.xml
@@ -81,10 +81,6 @@
     <module>upnp.sample.binaryLight</module>
     <module>http.jetty</module>
     <module>scr</module>
-    <module>eventadmin.bridge.upnp</module>
-    <module>eventadmin.bridge.configuration</module>
-    <module>eventadmin.bridge.useradmin</module>
-    <module>eventadmin.bridge.wireadmin</module>
 
     <module>tools/mangen</module>