changeset 721:193ca2485ba0

Move Swing-dependent code into separate bundles: distribution This commit updates the distribution module to reference the bundles that have been split into core and swing bundles. This also updates the command configurations that use these bundles. Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-October/003816.html
author Elliott Baron <ebaron@redhat.com>
date Tue, 23 Oct 2012 11:23:58 -0400
parents 4899326c902d
children 9b0551909df0
files distribution/config/commands/dump-heap.properties distribution/config/commands/find-objects.properties distribution/config/commands/find-root.properties distribution/config/commands/gui.properties distribution/config/commands/list-heap-dumps.properties distribution/config/commands/object-info.properties distribution/config/commands/save-heap-dump-to-file.properties distribution/config/commands/show-heap-histogram.properties distribution/pom.xml
diffstat 9 files changed, 29 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/config/commands/dump-heap.properties	Tue Oct 23 11:23:18 2012 -0400
+++ b/distribution/config/commands/dump-heap.properties	Tue Oct 23 11:23:58 2012 -0400
@@ -2,8 +2,7 @@
           thermostat-client-core-@project.version@.jar, \
           thermostat-common-command-@project.version@.jar, \
           thermostat-client-command-@project.version@.jar, \
-          thermostat-client-heapdumper-@project.version@.jar, \
-          thermostat-swing-components-@project.version@.jar, \
+          thermostat-client-heapdumper-core-@project.version@.jar, \
           thermostat-laf-@project.version@.jar, \
           netty.jar
 
--- a/distribution/config/commands/find-objects.properties	Tue Oct 23 11:23:18 2012 -0400
+++ b/distribution/config/commands/find-objects.properties	Tue Oct 23 11:23:58 2012 -0400
@@ -2,8 +2,7 @@
           thermostat-client-core-@project.version@.jar, \
           thermostat-common-command-@project.version@.jar, \
           thermostat-client-command-@project.version@.jar, \
-          thermostat-client-heapdumper-@project.version@.jar, \
-          thermostat-swing-components-@project.version@.jar, \
+          thermostat-client-heapdumper-core-@project.version@.jar, \
           thermostat-laf-@project.version@.jar, \
           netty.jar
 
--- a/distribution/config/commands/find-root.properties	Tue Oct 23 11:23:18 2012 -0400
+++ b/distribution/config/commands/find-root.properties	Tue Oct 23 11:23:58 2012 -0400
@@ -2,8 +2,7 @@
           thermostat-client-core-@project.version@.jar, \
           thermostat-common-command-@project.version@.jar, \
           thermostat-client-command-@project.version@.jar, \
-          thermostat-client-heapdumper-@project.version@.jar, \
-          thermostat-swing-components-@project.version@.jar, \
+          thermostat-client-heapdumper-core-@project.version@.jar, \
           thermostat-laf-@project.version@.jar, \
           netty.jar
 
--- a/distribution/config/commands/gui.properties	Tue Oct 23 11:23:18 2012 -0400
+++ b/distribution/config/commands/gui.properties	Tue Oct 23 11:23:58 2012 -0400
@@ -4,13 +4,17 @@
           thermostat-web-client-@project.version@.jar, \
           thermostat-common-command-@project.version@.jar, \
           thermostat-client-core-@project.version@.jar, \
+          thermostat-client-swing-@project.version@.jar, \
           thermostat-client-command-@project.version@.jar, \
-          thermostat-client-heapdumper-@project.version@.jar, \
+          thermostat-client-heapdumper-core-@project.version@.jar, \
+          thermostat-client-heapdumper-swing-@project.version@.jar, \
           thermostat-killvm-client-swing-@project.version@.jar, \
-          thermostat-client-vmclassstat-@project.version@.jar, \
-          thermostat-osgi-living-vm-filter-@project.version@.jar, \
-          thermostat-osgi-memory-stats-panel-@project.version@.jar, \
-          thermostat-swing-components-@project.version@.jar, \
+          thermostat-client-vmclassstat-core-@project.version@.jar, \
+          thermostat-client-vmclassstat-swing-@project.version@.jar, \
+          thermostat-osgi-living-vm-filter-core-@project.version@.jar, \
+          thermostat-osgi-living-vm-filter-swing-@project.version@.jar, \
+          thermostat-osgi-memory-stats-panel-core-@project.version@.jar, \
+          thermostat-osgi-memory-stats-panel-swing-@project.version@.jar, \
           thermostat-laf-@project.version@.jar, \
           thermostat-thread-collector-@project.version@.jar, \
           thermostat-thread-client-swing-@project.version@.jar, \
--- a/distribution/config/commands/list-heap-dumps.properties	Tue Oct 23 11:23:18 2012 -0400
+++ b/distribution/config/commands/list-heap-dumps.properties	Tue Oct 23 11:23:58 2012 -0400
@@ -2,8 +2,7 @@
           thermostat-client-core-@project.version@.jar, \
           thermostat-common-command-@project.version@.jar, \
           thermostat-client-command-@project.version@.jar, \
-          thermostat-client-heapdumper-@project.version@.jar, \
-          thermostat-swing-components-@project.version@.jar, \
+          thermostat-client-heapdumper-core-@project.version@.jar, \
           thermostat-laf-@project.version@.jar, \
           netty.jar
 
--- a/distribution/config/commands/object-info.properties	Tue Oct 23 11:23:18 2012 -0400
+++ b/distribution/config/commands/object-info.properties	Tue Oct 23 11:23:58 2012 -0400
@@ -2,8 +2,7 @@
           thermostat-client-core-@project.version@.jar, \
           thermostat-common-command-@project.version@.jar, \
           thermostat-client-command-@project.version@.jar, \
-          thermostat-client-heapdumper-@project.version@.jar, \
-          thermostat-swing-components-@project.version@.jar, \
+          thermostat-client-heapdumper-core-@project.version@.jar, \
           thermostat-laf-@project.version@.jar, \
           netty.jar
 
--- a/distribution/config/commands/save-heap-dump-to-file.properties	Tue Oct 23 11:23:18 2012 -0400
+++ b/distribution/config/commands/save-heap-dump-to-file.properties	Tue Oct 23 11:23:58 2012 -0400
@@ -2,8 +2,7 @@
           thermostat-client-core-@project.version@.jar, \
           thermostat-common-command-@project.version@.jar, \
           thermostat-client-command-@project.version@.jar, \
-          thermostat-client-heapdumper-@project.version@.jar, \
-          thermostat-swing-components-@project.version@.jar, \
+          thermostat-client-heapdumper-core-@project.version@.jar, \
           thermostat-laf-@project.version@.jar, \
           netty.jar
 
--- a/distribution/config/commands/show-heap-histogram.properties	Tue Oct 23 11:23:18 2012 -0400
+++ b/distribution/config/commands/show-heap-histogram.properties	Tue Oct 23 11:23:58 2012 -0400
@@ -2,8 +2,7 @@
           thermostat-client-core-@project.version@.jar, \
           thermostat-common-command-@project.version@.jar, \
           thermostat-client-command-@project.version@.jar, \
-          thermostat-client-heapdumper-@project.version@.jar, \
-          thermostat-swing-components-@project.version@.jar, \
+          thermostat-client-heapdumper-core-@project.version@.jar, \
           thermostat-laf-@project.version@.jar, \
           netty.jar
 
--- a/distribution/pom.xml	Tue Oct 23 11:23:18 2012 -0400
+++ b/distribution/pom.xml	Tue Oct 23 11:23:58 2012 -0400
@@ -266,7 +266,7 @@
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-client-core</artifactId>
+      <artifactId>thermostat-client-swing</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
@@ -276,17 +276,17 @@
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-client-vmclassstat</artifactId>
+      <artifactId>thermostat-client-vmclassstat-swing</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-osgi-memory-stats-panel</artifactId>
+      <artifactId>thermostat-osgi-memory-stats-panel-swing</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
         <groupId>com.redhat.thermostat</groupId>
-        <artifactId>thermostat-osgi-living-vm-filter</artifactId>
+        <artifactId>thermostat-osgi-living-vm-filter-swing</artifactId>
         <version>${project.version}</version>
     </dependency>
     <dependency>
@@ -315,9 +315,9 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-    	<groupId>com.redhat.thermostat</groupId>
-    	<artifactId>thermostat-killvm-client-swing</artifactId>
-    	<version>${project.version}</version>
+        <groupId>com.redhat.thermostat</groupId>
+        <artifactId>thermostat-killvm-client-swing</artifactId>
+        <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
@@ -330,14 +330,14 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-    	<groupId>com.redhat.thermostat</groupId>
-    	<artifactId>thermostat-osgi-process-handler</artifactId>
-    	<version>${project.version}</version>
+        <groupId>com.redhat.thermostat</groupId>
+        <artifactId>thermostat-osgi-process-handler</artifactId>
+        <version>${project.version}</version>
     </dependency>
     <dependency>
-    	<groupId>com.redhat.thermostat</groupId>
-    	<artifactId>thermostat-client-heapdumper</artifactId>
-    	<version>${project.version}</version>
+        <groupId>com.redhat.thermostat</groupId>
+        <artifactId>thermostat-client-heapdumper-swing</artifactId>
+        <version>${project.version}</version>
     </dependency>
     <dependency>
         <groupId>com.redhat.thermostat</groupId>
@@ -346,11 +346,6 @@
     </dependency>
     <dependency>
         <groupId>com.redhat.thermostat</groupId>
-        <artifactId>thermostat-swing-components</artifactId>
-        <version>${project.version}</version>
-    </dependency>
-    <dependency>
-        <groupId>com.redhat.thermostat</groupId>
         <artifactId>thermostat-keyring</artifactId>
         <version>${project.version}</version>
     </dependency>