changeset 2643:26cec0f14ad6

Remove extraneous maven-bundle-plugin instructions from host-overview plugin Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-May/023014.html
author Elliott Baron <ebaron@redhat.com>
date Wed, 10 May 2017 15:59:23 -0400
parents f540b9fe8771
children 13807543d358
files plugins/com.redhat.thermostat.host.overview/agent/pom.xml
diffstat 1 files changed, 0 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/com.redhat.thermostat.host.overview/agent/pom.xml	Wed May 10 13:48:56 2017 -0400
+++ b/plugins/com.redhat.thermostat.host.overview/agent/pom.xml	Wed May 10 15:59:23 2017 -0400
@@ -83,25 +83,6 @@
       </plugin>
 
       <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Bundle-Vendor>Red Hat, Inc.</Bundle-Vendor>
-            <Bundle-SymbolicName>com.redhat.thermostat.host.memory.agent</Bundle-SymbolicName>
-            <Bundle-Activator>com.redhat.thermostat.host.memory.agent.internal.Activator</Bundle-Activator>
-            <Export-Package />
-            <Private-Package>
-              com.redhat.thermostat.host.memory.agent.internal
-            </Private-Package>
-            <!-- Do not autogenerate uses clauses in Manifests -->
-            <_nouses>true</_nouses>
-          </instructions>
-        </configuration>
-      </plugin>
-
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
         <executions>