Remove include resource headers which is not needed anymore.

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@470808 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/eventadmin.bridge.configuration/pom.xml b/eventadmin.bridge.configuration/pom.xml
index c880abd..fd75564 100644
--- a/eventadmin.bridge.configuration/pom.xml
+++ b/eventadmin.bridge.configuration/pom.xml
@@ -34,9 +34,6 @@
             <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Private-Package>${pom.artifactId}.*</Private-Package>
-	    <Include-Resource>
-		src/main/resources
-	    </Include-Resource>
           </instructions>
         </configuration>
       </plugin>
diff --git a/eventadmin.bridge.upnp/pom.xml b/eventadmin.bridge.upnp/pom.xml
index fb6742e..13af122 100644
--- a/eventadmin.bridge.upnp/pom.xml
+++ b/eventadmin.bridge.upnp/pom.xml
@@ -41,9 +41,6 @@
             	 org.osgi.service.upnp.UPnPEventListener
             </Export-Service>
             <Private-Package>${pom.artifactId}.*</Private-Package>
-            <Include-Resource>
-		src/main/resources
-	    </Include-Resource>
           </instructions>
         </configuration>
       </plugin>
diff --git a/eventadmin.bridge.useradmin/pom.xml b/eventadmin.bridge.useradmin/pom.xml
index 95f4b69..8914215 100644
--- a/eventadmin.bridge.useradmin/pom.xml
+++ b/eventadmin.bridge.useradmin/pom.xml
@@ -34,9 +34,6 @@
             <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Private-Package>${pom.artifactId}.*</Private-Package>
-            <Include-Resource>
-		src/main/resources
-	    </Include-Resource>
           </instructions>
         </configuration>
       </plugin>
diff --git a/eventadmin.bridge.wireadmin/pom.xml b/eventadmin.bridge.wireadmin/pom.xml
index feed950..5c0b355 100644
--- a/eventadmin.bridge.wireadmin/pom.xml
+++ b/eventadmin.bridge.wireadmin/pom.xml
@@ -36,9 +36,6 @@
             <Bundle-Activator>${pom.artifactId}.Activator</Bundle-Activator>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
             <Private-Package>${pom.artifactId}.*</Private-Package>
-            <Include-Resource>
-		src/main/resources
-	    </Include-Resource>
           </instructions>
         </configuration>
       </plugin>
diff --git a/eventadmin/pom.xml b/eventadmin/pom.xml
index aa40a5d..4e777cd 100644
--- a/eventadmin/pom.xml
+++ b/eventadmin/pom.xml
@@ -43,9 +43,6 @@
             <Import-Package>!org.osgi.service.log,*</Import-Package>
             <Export-Package>org.osgi.service.event</Export-Package>
             <Private-Package>org.apache.felix.eventadmin.impl.*</Private-Package>
-            <Include-Resource>
-		src/main/resources
-            </Include-Resource>
             <Import-Service>
             	 org.osgi.service.event.EventHandler, org.osgi.service.log.LogService, org.osgi.service.log.LogReaderService
             </Import-Service>