# HG changeset patch # User Jon VanAlten # Date 1362036187 18000 # Node ID efc284b7a127f63374b3dd2b80c10adf67ea888a # Parent 0fd6668bdfceac8b86f3ae8038e6bee3c597d492 Clean up non-existent packages in Import/Export sections reviewed-by: jerboaa review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-February/005929.html diff -r 0fd6668bdfce -r efc284b7a127 client/swing-components/pom.xml --- 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 @@ Red Hat, Inc. com.redhat.thermostat.client.swing.components - com.redhat.thermostat.swing.components, - com.redhat.thermostat.swing.components.models, com.redhat.thermostat.swing.components.experimental diff -r 0fd6668bdfce -r efc284b7a127 client/swing/pom.xml --- 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, diff -r 0fd6668bdfce -r efc284b7a127 common/command/pom.xml --- 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 @@ com.redhat.thermostat.common.command com.redhat.thermostat.common.command, - com.redhat.thermostat.common.command.cli - - com.redhat.thermostat.common.command.internal - + <_nouses>true diff -r 0fd6668bdfce -r efc284b7a127 common/core/pom.xml --- 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, com.redhat.thermostat.test, - com.redhat.thermostat.tools, - com.redhat.thermostat.common.locale.impl, com.redhat.thermostat.common.internal, diff -r 0fd6668bdfce -r efc284b7a127 host-cpu/agent/pom.xml --- 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 @@ Red Hat, Inc. com.redhat.thermostat.host.cpu.agent com.redhat.thermostat.host.cpu.agent.internal.Activator - - com.redhat.thermostat.host.cpu.agent - + com.redhat.thermostat.host.cpu.agent.internal diff -r 0fd6668bdfce -r efc284b7a127 host-memory/agent/pom.xml --- 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 @@ Red Hat, Inc. com.redhat.thermostat.host.memory.agent com.redhat.thermostat.host.memory.agent.internal.Activator - - com.redhat.thermostat.host.memory.agent - + com.redhat.thermostat.host.memory.agent.internal diff -r 0fd6668bdfce -r efc284b7a127 numa/agent/pom.xml --- 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 @@ Red Hat, Inc. com.redhat.thermostat.numa.agent com.redhat.thermostat.numa.agent.internal.Activator - - com.redhat.thermostat.numa.agent - + com.redhat.thermostat.numa.agent.internal diff -r 0fd6668bdfce -r efc284b7a127 vm-classstat/agent/pom.xml --- 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 @@ Red Hat, Inc. com.redhat.thermostat.vm.classstat.agent com.redhat.thermostat.vm.classstat.agent.internal.Activator - - com.redhat.thermostat.vm.classstat.agent - + com.redhat.thermostat.vm.classstat.agent.internal diff -r 0fd6668bdfce -r efc284b7a127 vm-cpu/agent/pom.xml --- 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 @@ Red Hat, Inc. com.redhat.thermostat.vm.cpu.agent com.redhat.thermostat.vm.cpu.agent.internal.Activator - - com.redhat.thermostat.vm.cpu.agent - + com.redhat.thermostat.vm.cpu.agent.internal diff -r 0fd6668bdfce -r efc284b7a127 vm-gc/agent/pom.xml --- 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 @@ Red Hat, Inc. com.redhat.thermostat.vm.gc.agent com.redhat.thermostat.vm.gc.agent.internal.Activator - - com.redhat.thermostat.vm.gc.agent - + com.redhat.thermostat.vm.gc.agent.internal diff -r 0fd6668bdfce -r efc284b7a127 vm-heap-analysis/agent/pom.xml --- 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 @@ Red Hat, Inc. com.redhat.thermostat.vm.heap.analysis.agent.internal.Activator com.redhat.thermostat.vm.heap.analysis.agent - - com.redhat.thermostat.vm.heap.analysis.agent - + com.redhat.thermostat.vm.heap.analysis.agent.internal diff -r 0fd6668bdfce -r efc284b7a127 vm-memory/agent/pom.xml --- 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 @@ Red Hat, Inc. com.redhat.thermostat.vm.memory.agent com.redhat.thermostat.vm.memory.agent.internal.Activator - - com.redhat.thermostat.vm.memory.agent - + com.redhat.thermostat.vm.memory.agent.internal