changeset 1016:efc284b7a127

Clean up non-existent packages in Import/Export sections reviewed-by: jerboaa review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-February/005929.html
author Jon VanAlten <jon.vanalten@redhat.com>
date Thu, 28 Feb 2013 02:23:07 -0500
parents 0fd6668bdfce
children cea861983a46
files client/swing-components/pom.xml client/swing/pom.xml common/command/pom.xml common/core/pom.xml host-cpu/agent/pom.xml host-memory/agent/pom.xml numa/agent/pom.xml vm-classstat/agent/pom.xml vm-cpu/agent/pom.xml vm-gc/agent/pom.xml vm-heap-analysis/agent/pom.xml vm-memory/agent/pom.xml
diffstat 12 files changed, 9 insertions(+), 35 deletions(-) [+]
line wrap: on
line diff
--- a/client/swing-components/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/client/swing-components/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -54,8 +54,6 @@
             <Bundle-Vendor>Red Hat, Inc.</Bundle-Vendor>
             <Bundle-SymbolicName>com.redhat.thermostat.client.swing.components</Bundle-SymbolicName>
             <Export-Package>
-              com.redhat.thermostat.swing.components,
-              com.redhat.thermostat.swing.components.models,
               com.redhat.thermostat.swing.components.experimental
             </Export-Package>
             <!-- Do not autogenerate uses clauses in Manifests -->
--- a/client/swing/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/client/swing/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -165,7 +165,6 @@
               com.redhat.thermostat.client.swing.internal,
               com.redhat.thermostat.client.swing.internal.components,
               com.redhat.thermostat.client.swing.internal.osgi,
-              com.redhat.thermostat.client.swing.internal.config,
               com.redhat.thermostat.client.swing.internal.views,
             </Private-Package>
             <!-- Do not autogenerate uses clauses in Manifests -->
--- a/common/command/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/common/command/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -85,11 +85,8 @@
             <Bundle-SymbolicName>com.redhat.thermostat.common.command</Bundle-SymbolicName>
             <Export-Package>
               com.redhat.thermostat.common.command,
-              com.redhat.thermostat.common.command.cli
             </Export-Package>
-            <Private-Package>
-              com.redhat.thermostat.common.command.internal
-            </Private-Package>
+            <Private-Package />
             <!-- Do not autogenerate uses clauses in Manifests -->
             <_nouses>true</_nouses>
           </instructions>
--- a/common/core/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/common/core/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -82,18 +82,14 @@
               com.redhat.thermostat.common.cli,
               com.redhat.thermostat.common.tools,
               com.redhat.thermostat.common,
-              com.redhat.thermostat.common.appctx,
               com.redhat.thermostat.common.config,
               com.redhat.thermostat.common.utils,
-              com.redhat.thermostat.common.heap,
               com.redhat.thermostat.common.locale,
               com.redhat.thermostat.common.ssl,
               com.redhat.thermostat.common.model,
             </Export-Package>
             <Private-Package>
               com.redhat.thermostat.test,
-              com.redhat.thermostat.tools,
-              com.redhat.thermostat.common.locale.impl,
               com.redhat.thermostat.common.internal,
             </Private-Package>
             <!-- Do not autogenerate uses clauses in Manifests -->
--- a/host-cpu/agent/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/host-cpu/agent/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -20,9 +20,7 @@
             <Bundle-Vendor>Red Hat, Inc.</Bundle-Vendor>
             <Bundle-SymbolicName>com.redhat.thermostat.host.cpu.agent</Bundle-SymbolicName>
             <Bundle-Activator>com.redhat.thermostat.host.cpu.agent.internal.Activator</Bundle-Activator>
-            <Export-Package>
-              com.redhat.thermostat.host.cpu.agent
-            </Export-Package>
+            <Export-Package />
             <Private-Package>
               com.redhat.thermostat.host.cpu.agent.internal
             </Private-Package>
--- a/host-memory/agent/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/host-memory/agent/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -20,9 +20,7 @@
             <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>
-              com.redhat.thermostat.host.memory.agent
-            </Export-Package>
+            <Export-Package />
             <Private-Package>
               com.redhat.thermostat.host.memory.agent.internal
             </Private-Package>
--- a/numa/agent/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/numa/agent/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -20,9 +20,7 @@
             <Bundle-Vendor>Red Hat, Inc.</Bundle-Vendor>
             <Bundle-SymbolicName>com.redhat.thermostat.numa.agent</Bundle-SymbolicName>
             <Bundle-Activator>com.redhat.thermostat.numa.agent.internal.Activator</Bundle-Activator>
-            <Export-Package>
-              com.redhat.thermostat.numa.agent
-            </Export-Package>
+            <Export-Package />
             <Private-Package>
               com.redhat.thermostat.numa.agent.internal
             </Private-Package>
--- a/vm-classstat/agent/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/vm-classstat/agent/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -20,9 +20,7 @@
             <Bundle-Vendor>Red Hat, Inc.</Bundle-Vendor>
             <Bundle-SymbolicName>com.redhat.thermostat.vm.classstat.agent</Bundle-SymbolicName>
             <Bundle-Activator>com.redhat.thermostat.vm.classstat.agent.internal.Activator</Bundle-Activator>
-            <Export-Package>
-              com.redhat.thermostat.vm.classstat.agent
-            </Export-Package>
+            <Export-Package />
             <Private-Package>
               com.redhat.thermostat.vm.classstat.agent.internal
             </Private-Package>
--- a/vm-cpu/agent/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/vm-cpu/agent/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -20,9 +20,7 @@
             <Bundle-Vendor>Red Hat, Inc.</Bundle-Vendor>
             <Bundle-SymbolicName>com.redhat.thermostat.vm.cpu.agent</Bundle-SymbolicName>
             <Bundle-Activator>com.redhat.thermostat.vm.cpu.agent.internal.Activator</Bundle-Activator>
-            <Export-Package>
-              com.redhat.thermostat.vm.cpu.agent
-            </Export-Package>
+            <Export-Package />
             <Private-Package>
               com.redhat.thermostat.vm.cpu.agent.internal
             </Private-Package>
--- a/vm-gc/agent/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/vm-gc/agent/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -20,9 +20,7 @@
             <Bundle-Vendor>Red Hat, Inc.</Bundle-Vendor>
             <Bundle-SymbolicName>com.redhat.thermostat.vm.gc.agent</Bundle-SymbolicName>
             <Bundle-Activator>com.redhat.thermostat.vm.gc.agent.internal.Activator</Bundle-Activator>
-            <Export-Package>
-              com.redhat.thermostat.vm.gc.agent
-            </Export-Package>
+            <Export-Package />
             <Private-Package>
               com.redhat.thermostat.vm.gc.agent.internal
             </Private-Package>
--- a/vm-heap-analysis/agent/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/vm-heap-analysis/agent/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -114,9 +114,7 @@
             <Bundle-Vendor>Red Hat, Inc.</Bundle-Vendor>
             <Bundle-Activator>com.redhat.thermostat.vm.heap.analysis.agent.internal.Activator</Bundle-Activator>
             <Bundle-SymbolicName>com.redhat.thermostat.vm.heap.analysis.agent</Bundle-SymbolicName>
-            <Export-Package>
-              com.redhat.thermostat.vm.heap.analysis.agent
-            </Export-Package>
+            <Export-Package />
             <Private-Package>
               com.redhat.thermostat.vm.heap.analysis.agent.internal
             </Private-Package>
--- a/vm-memory/agent/pom.xml	Thu Feb 28 01:12:23 2013 -0500
+++ b/vm-memory/agent/pom.xml	Thu Feb 28 02:23:07 2013 -0500
@@ -20,9 +20,7 @@
             <Bundle-Vendor>Red Hat, Inc.</Bundle-Vendor>
             <Bundle-SymbolicName>com.redhat.thermostat.vm.memory.agent</Bundle-SymbolicName>
             <Bundle-Activator>com.redhat.thermostat.vm.memory.agent.internal.Activator</Bundle-Activator>
-            <Export-Package>
-              com.redhat.thermostat.vm.memory.agent
-            </Export-Package>
+            <Export-Package />
             <Private-Package>
               com.redhat.thermostat.vm.memory.agent.internal
             </Private-Package>