# HG changeset patch # User Giovanni Astarita # Date 1368715140 -7200 # Node ID cc4b35354a3925a9b3527f6e5ec21835af71019f # Parent 9372e208895411211014fb66ab4d337cef17562a Renaming plugin.xml files Reviewed-by: neugens, jerboaa, omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-May/006514.html diff -r 9372e2088954 -r cc4b35354a39 assembly/src/main/resources/assemblies/plugin-assembly.xml --- a/assembly/src/main/resources/assemblies/plugin-assembly.xml Thu May 16 14:22:47 2013 +0200 +++ b/assembly/src/main/resources/assemblies/plugin-assembly.xml Thu May 16 16:39:00 2013 +0200 @@ -56,7 +56,7 @@ - plugin.xml + thermostat-plugin.xml true diff -r 9372e2088954 -r cc4b35354a39 distribution/docs/plugin.xsd --- a/distribution/docs/plugin.xsd Thu May 16 14:22:47 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,142 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 9372e2088954 -r cc4b35354a39 distribution/docs/thermostat-plugin.xsd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/distribution/docs/thermostat-plugin.xsd Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 9372e2088954 -r cc4b35354a39 host-cpu/distribution/plugin.xml --- a/host-cpu/distribution/plugin.xml Thu May 16 14:22:47 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ - - - - - - gui - - thermostat-host-cpu-common-${project.version}.jar - thermostat-host-cpu-client-core-${project.version}.jar - thermostat-host-cpu-client-swing-${project.version}.jar - - - - agent - - thermostat-host-cpu-common-${project.version}.jar - thermostat-host-cpu-agent-${project.version}.jar - - - - - webservice - - thermostat-host-cpu-common-${project.version}.jar - - - - diff -r 9372e2088954 -r cc4b35354a39 host-cpu/distribution/thermostat-plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/host-cpu/distribution/thermostat-plugin.xml Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,66 @@ + + + + + + gui + + thermostat-host-cpu-common-${project.version}.jar + thermostat-host-cpu-client-core-${project.version}.jar + thermostat-host-cpu-client-swing-${project.version}.jar + + + + agent + + thermostat-host-cpu-common-${project.version}.jar + thermostat-host-cpu-agent-${project.version}.jar + + + + + webservice + + thermostat-host-cpu-common-${project.version}.jar + + + + diff -r 9372e2088954 -r cc4b35354a39 host-memory/distribution/plugin.xml --- a/host-memory/distribution/plugin.xml Thu May 16 14:22:47 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,66 +0,0 @@ - - - - - - gui - - thermostat-host-memory-common-${project.version}.jar - thermostat-host-memory-client-core-${project.version}.jar - thermostat-host-memory-client-swing-${project.version}.jar - - - - agent - - thermostat-host-memory-common-${project.version}.jar - thermostat-host-memory-agent-${project.version}.jar - - - - - webservice - - thermostat-host-memory-common-${project.version}.jar - - - - diff -r 9372e2088954 -r cc4b35354a39 host-memory/distribution/thermostat-plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/host-memory/distribution/thermostat-plugin.xml Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,66 @@ + + + + + + gui + + thermostat-host-memory-common-${project.version}.jar + thermostat-host-memory-client-core-${project.version}.jar + thermostat-host-memory-client-swing-${project.version}.jar + + + + agent + + thermostat-host-memory-common-${project.version}.jar + thermostat-host-memory-agent-${project.version}.jar + + + + + webservice + + thermostat-host-memory-common-${project.version}.jar + + + + diff -r 9372e2088954 -r cc4b35354a39 host-overview/distribution/plugin.xml --- a/host-overview/distribution/plugin.xml Thu May 16 14:22:47 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ - - - - - - gui - - thermostat-host-overview-client-core-${project.version}.jar - thermostat-host-overview-client-swing-${project.version}.jar - - - - diff -r 9372e2088954 -r cc4b35354a39 host-overview/distribution/thermostat-plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/host-overview/distribution/thermostat-plugin.xml Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,51 @@ + + + + + + gui + + thermostat-host-overview-client-core-${project.version}.jar + thermostat-host-overview-client-swing-${project.version}.jar + + + + diff -r 9372e2088954 -r cc4b35354a39 launcher/pom.xml --- a/launcher/pom.xml Thu May 16 14:22:47 2013 +0200 +++ b/launcher/pom.xml Thu May 16 16:39:00 2013 +0200 @@ -58,7 +58,7 @@ ${basedir}/../distribution/docs/ - plugin.xsd + thermostat-plugin.xsd - - - - gui - - thermostat-numa-common-${project.version}.jar - thermostat-numa-client-core-${project.version}.jar - thermostat-numa-client-swing-${project.version}.jar - - - - agent - - thermostat-numa-common-${project.version}.jar - thermostat-numa-agent-${project.version}.jar - - - - - webservice - - thermostat-numa-common-${project.version}.jar - - - - diff -r 9372e2088954 -r cc4b35354a39 numa/distribution/thermostat-plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/numa/distribution/thermostat-plugin.xml Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,66 @@ + + + + + + gui + + thermostat-numa-common-${project.version}.jar + thermostat-numa-client-core-${project.version}.jar + thermostat-numa-client-swing-${project.version}.jar + + + + agent + + thermostat-numa-common-${project.version}.jar + thermostat-numa-agent-${project.version}.jar + + + + + webservice + + thermostat-numa-common-${project.version}.jar + + + + diff -r 9372e2088954 -r cc4b35354a39 thread/distribution/plugin.xml --- a/thread/distribution/plugin.xml Thu May 16 14:22:47 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,67 +0,0 @@ - - - - - - gui - - thermostat-thread-collector-${project.version}.jar - thermostat-thread-client-swing-${project.version}.jar - thermostat-thread-client-controllers-${project.version}.jar - thermostat-thread-client-common-${project.version}.jar - - - - agent - - thermostat-thread-collector-${project.version}.jar - thermostat-thread-harvester-${project.version}.jar - - - - - webservice - - thermostat-thread-collector-${project.version}.jar - - - - diff -r 9372e2088954 -r cc4b35354a39 thread/distribution/thermostat-plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thread/distribution/thermostat-plugin.xml Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,67 @@ + + + + + + gui + + thermostat-thread-collector-${project.version}.jar + thermostat-thread-client-swing-${project.version}.jar + thermostat-thread-client-controllers-${project.version}.jar + thermostat-thread-client-common-${project.version}.jar + + + + agent + + thermostat-thread-collector-${project.version}.jar + thermostat-thread-harvester-${project.version}.jar + + + + + webservice + + thermostat-thread-collector-${project.version}.jar + + + + diff -r 9372e2088954 -r cc4b35354a39 vm-classstat/distribution/plugin.xml --- a/vm-classstat/distribution/plugin.xml Thu May 16 14:22:47 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,67 +0,0 @@ - - - - - - gui - - thermostat-vm-classstat-common-${project.version}.jar - thermostat-vm-classstat-client-core-${project.version}.jar - thermostat-vm-classstat-client-swing-${project.version}.jar - - - - agent - - thermostat-vm-classstat-common-${project.version}.jar - thermostat-vm-classstat-agent-${project.version}.jar - - - - - webservice - - thermostat-vm-classstat-common-${project.version}.jar - - - - - diff -r 9372e2088954 -r cc4b35354a39 vm-classstat/distribution/thermostat-plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vm-classstat/distribution/thermostat-plugin.xml Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,67 @@ + + + + + + gui + + thermostat-vm-classstat-common-${project.version}.jar + thermostat-vm-classstat-client-core-${project.version}.jar + thermostat-vm-classstat-client-swing-${project.version}.jar + + + + agent + + thermostat-vm-classstat-common-${project.version}.jar + thermostat-vm-classstat-agent-${project.version}.jar + + + + + webservice + + thermostat-vm-classstat-common-${project.version}.jar + + + + + diff -r 9372e2088954 -r cc4b35354a39 vm-cpu/distribution/plugin.xml --- a/vm-cpu/distribution/plugin.xml Thu May 16 14:22:47 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,73 +0,0 @@ - - - - - - gui - - thermostat-vm-cpu-common-${project.version}.jar - thermostat-vm-cpu-client-core-${project.version}.jar - thermostat-vm-cpu-client-swing-${project.version}.jar - - - - agent - - thermostat-vm-cpu-common-${project.version}.jar - thermostat-vm-cpu-agent-${project.version}.jar - - - - - webservice - - thermostat-vm-cpu-common-${project.version}.jar - - - - vm-stat - - thermostat-vm-cpu-common-${project.version}.jar - thermostat-vm-cpu-client-cli-${project.version}.jar - - - - diff -r 9372e2088954 -r cc4b35354a39 vm-cpu/distribution/thermostat-plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vm-cpu/distribution/thermostat-plugin.xml Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,73 @@ + + + + + + gui + + thermostat-vm-cpu-common-${project.version}.jar + thermostat-vm-cpu-client-core-${project.version}.jar + thermostat-vm-cpu-client-swing-${project.version}.jar + + + + agent + + thermostat-vm-cpu-common-${project.version}.jar + thermostat-vm-cpu-agent-${project.version}.jar + + + + + webservice + + thermostat-vm-cpu-common-${project.version}.jar + + + + vm-stat + + thermostat-vm-cpu-common-${project.version}.jar + thermostat-vm-cpu-client-cli-${project.version}.jar + + + + diff -r 9372e2088954 -r cc4b35354a39 vm-gc/distribution/plugin.xml --- a/vm-gc/distribution/plugin.xml Thu May 16 14:22:47 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,72 +0,0 @@ - - - - - - gui - - thermostat-vm-gc-common-${project.version}.jar - thermostat-vm-gc-client-core-${project.version}.jar - thermostat-vm-gc-client-swing-${project.version}.jar - thermostat-gc-remote-collector-common-${project.version}.jar - thermostat-gc-remote-collector-client-common-${project.version}.jar - thermostat-gc-remote-collector-client-swing-${project.version}.jar - - - - agent - - thermostat-vm-gc-common-${project.version}.jar - thermostat-vm-gc-agent-${project.version}.jar - thermostat-gc-remote-collector-common-${project.version}.jar - thermostat-gc-remote-collector-command-${project.version}.jar - - - - - webservice - - thermostat-vm-gc-common-${project.version}.jar - - - - - diff -r 9372e2088954 -r cc4b35354a39 vm-gc/distribution/thermostat-plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vm-gc/distribution/thermostat-plugin.xml Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,72 @@ + + + + + + gui + + thermostat-vm-gc-common-${project.version}.jar + thermostat-vm-gc-client-core-${project.version}.jar + thermostat-vm-gc-client-swing-${project.version}.jar + thermostat-gc-remote-collector-common-${project.version}.jar + thermostat-gc-remote-collector-client-common-${project.version}.jar + thermostat-gc-remote-collector-client-swing-${project.version}.jar + + + + agent + + thermostat-vm-gc-common-${project.version}.jar + thermostat-vm-gc-agent-${project.version}.jar + thermostat-gc-remote-collector-common-${project.version}.jar + thermostat-gc-remote-collector-command-${project.version}.jar + + + + + webservice + + thermostat-vm-gc-common-${project.version}.jar + + + + + diff -r 9372e2088954 -r cc4b35354a39 vm-heap-analysis/distribution/plugin.xml --- a/vm-heap-analysis/distribution/plugin.xml Thu May 16 14:22:47 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,407 +0,0 @@ - - - - - - dump-heap - trigger a heap dump on the VM - - - - - - - - thermostat-vm-heap-analysis-common-${project.version}.jar - thermostat-vm-heap-analysis-command-${project.version}.jar - - - thermostat-common-command-${project.version}.jar - thermostat-client-core-${project.version}.jar - thermostat-client-command-${project.version}.jar - thermostat-client-cli-${project.version}.jar - thermostat-storage-mongodb-${project.version}.jar - thermostat-web-common-${project.version}.jar - thermostat-web-client-${project.version}.jar - mongo.jar - commons-beanutils.jar - commons-codec.jar - commons-collections.jar - commons-logging.jar - httpcomponents-core.jar - httpcomponents-client.jar - gson.jar - netty.jar - - - - find-objects - finds objects in a heapdump - - pattern - - - - - - - - - thermostat-vm-heap-analysis-common-${project.version}.jar - thermostat-vm-heap-analysis-command-${project.version}.jar - - - thermostat-common-command-${project.version}.jar - thermostat-client-core-${project.version}.jar - thermostat-client-command-${project.version}.jar - thermostat-client-cli-${project.version}.jar - thermostat-storage-mongodb-${project.version}.jar - thermostat-web-common-${project.version}.jar - thermostat-web-client-${project.version}.jar - mongo.jar - commons-beanutils.jar - commons-codec.jar - commons-collections.jar - commons-logging.jar - httpcomponents-core.jar - httpcomponents-client.jar - gson.jar - netty.jar - - - - find-root - finds the shortest path from an object to a GC root - - - - - - - - - thermostat-vm-heap-analysis-common-${project.version}.jar - thermostat-vm-heap-analysis-command-${project.version}.jar - - - thermostat-common-command-${project.version}.jar - thermostat-client-core-${project.version}.jar - thermostat-client-command-${project.version}.jar - thermostat-client-cli-${project.version}.jar - thermostat-storage-mongodb-${project.version}.jar - thermostat-web-common-${project.version}.jar - thermostat-web-client-${project.version}.jar - mongo.jar - commons-beanutils.jar - commons-codec.jar - commons-collections.jar - commons-logging.jar - httpcomponents-core.jar - httpcomponents-client.jar - gson.jar - netty.jar - - - - list-heap-dumps - list all heap dumps - - - - - - - - thermostat-vm-heap-analysis-common-${project.version}.jar - thermostat-vm-heap-analysis-command-${project.version}.jar - - - thermostat-common-command-${project.version}.jar - thermostat-client-core-${project.version}.jar - thermostat-client-command-${project.version}.jar - thermostat-client-cli-${project.version}.jar - thermostat-storage-mongodb-${project.version}.jar - thermostat-web-common-${project.version}.jar - thermostat-web-client-${project.version}.jar - mongo.jar - commons-beanutils.jar - commons-codec.jar - commons-collections.jar - commons-logging.jar - httpcomponents-core.jar - httpcomponents-client.jar - gson.jar - netty.jar - - - - object-info - prints information about an object in a heap dump - - - - - - - - thermostat-vm-heap-analysis-common-${project.version}.jar - thermostat-vm-heap-analysis-command-${project.version}.jar - - - thermostat-common-command-${project.version}.jar - thermostat-client-core-${project.version}.jar - thermostat-client-command-${project.version}.jar - thermostat-client-cli-${project.version}.jar - thermostat-storage-mongodb-${project.version}.jar - thermostat-web-common-${project.version}.jar - thermostat-web-client-${project.version}.jar - mongo.jar - commons-beanutils.jar - commons-codec.jar - commons-collections.jar - commons-logging.jar - httpcomponents-core.jar - httpcomponents-client.jar - gson.jar - netty.jar - - - - save-heap-dump-to-file - saves a heap dump to a local file - - - - - - - - thermostat-vm-heap-analysis-common-${project.version}.jar - thermostat-vm-heap-analysis-command-${project.version}.jar - - - thermostat-common-command-${project.version}.jar - thermostat-client-core-${project.version}.jar - thermostat-client-command-${project.version}.jar - thermostat-client-cli-${project.version}.jar - thermostat-storage-mongodb-${project.version}.jar - thermostat-web-common-${project.version}.jar - thermostat-web-client-${project.version}.jar - mongo.jar - commons-beanutils.jar - commons-codec.jar - commons-collections.jar - commons-logging.jar - httpcomponents-core.jar - httpcomponents-client.jar - gson.jar - netty.jar - - - - show-heap-histogram - show the heap histogram - - - - - - - thermostat-vm-heap-analysis-common-${project.version}.jar - thermostat-vm-heap-analysis-command-${project.version}.jar - - - thermostat-common-command-${project.version}.jar - thermostat-client-core-${project.version}.jar - thermostat-client-command-${project.version}.jar - thermostat-client-cli-${project.version}.jar - thermostat-storage-mongodb-${project.version}.jar - thermostat-web-common-${project.version}.jar - thermostat-web-client-${project.version}.jar - mongo.jar - commons-beanutils.jar - commons-codec.jar - commons-collections.jar - commons-logging.jar - httpcomponents-core.jar - httpcomponents-client.jar - gson.jar - netty.jar - - - - - - gui - - thermostat-vm-heap-analysis-common-${project.version}.jar - thermostat-vm-heap-analysis-command-${project.version}.jar - thermostat-vm-heap-analysis-client-core-${project.version}.jar - thermostat-vm-heap-analysis-client-swing-${project.version}.jar - - - - agent - - thermostat-vm-heap-analysis-common-${project.version}.jar - thermostat-vm-heap-analysis-agent-${project.version}.jar - - - - - webservice - - thermostat-vm-heap-analysis-common-${project.version}.jar - - - - diff -r 9372e2088954 -r cc4b35354a39 vm-heap-analysis/distribution/thermostat-plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vm-heap-analysis/distribution/thermostat-plugin.xml Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,407 @@ + + + + + + dump-heap + trigger a heap dump on the VM + + + + + + + + thermostat-vm-heap-analysis-common-${project.version}.jar + thermostat-vm-heap-analysis-command-${project.version}.jar + + + thermostat-common-command-${project.version}.jar + thermostat-client-core-${project.version}.jar + thermostat-client-command-${project.version}.jar + thermostat-client-cli-${project.version}.jar + thermostat-storage-mongodb-${project.version}.jar + thermostat-web-common-${project.version}.jar + thermostat-web-client-${project.version}.jar + mongo.jar + commons-beanutils.jar + commons-codec.jar + commons-collections.jar + commons-logging.jar + httpcomponents-core.jar + httpcomponents-client.jar + gson.jar + netty.jar + + + + find-objects + finds objects in a heapdump + + pattern + + + + + + + + + thermostat-vm-heap-analysis-common-${project.version}.jar + thermostat-vm-heap-analysis-command-${project.version}.jar + + + thermostat-common-command-${project.version}.jar + thermostat-client-core-${project.version}.jar + thermostat-client-command-${project.version}.jar + thermostat-client-cli-${project.version}.jar + thermostat-storage-mongodb-${project.version}.jar + thermostat-web-common-${project.version}.jar + thermostat-web-client-${project.version}.jar + mongo.jar + commons-beanutils.jar + commons-codec.jar + commons-collections.jar + commons-logging.jar + httpcomponents-core.jar + httpcomponents-client.jar + gson.jar + netty.jar + + + + find-root + finds the shortest path from an object to a GC root + + + + + + + + + thermostat-vm-heap-analysis-common-${project.version}.jar + thermostat-vm-heap-analysis-command-${project.version}.jar + + + thermostat-common-command-${project.version}.jar + thermostat-client-core-${project.version}.jar + thermostat-client-command-${project.version}.jar + thermostat-client-cli-${project.version}.jar + thermostat-storage-mongodb-${project.version}.jar + thermostat-web-common-${project.version}.jar + thermostat-web-client-${project.version}.jar + mongo.jar + commons-beanutils.jar + commons-codec.jar + commons-collections.jar + commons-logging.jar + httpcomponents-core.jar + httpcomponents-client.jar + gson.jar + netty.jar + + + + list-heap-dumps + list all heap dumps + + + + + + + + thermostat-vm-heap-analysis-common-${project.version}.jar + thermostat-vm-heap-analysis-command-${project.version}.jar + + + thermostat-common-command-${project.version}.jar + thermostat-client-core-${project.version}.jar + thermostat-client-command-${project.version}.jar + thermostat-client-cli-${project.version}.jar + thermostat-storage-mongodb-${project.version}.jar + thermostat-web-common-${project.version}.jar + thermostat-web-client-${project.version}.jar + mongo.jar + commons-beanutils.jar + commons-codec.jar + commons-collections.jar + commons-logging.jar + httpcomponents-core.jar + httpcomponents-client.jar + gson.jar + netty.jar + + + + object-info + prints information about an object in a heap dump + + + + + + + + thermostat-vm-heap-analysis-common-${project.version}.jar + thermostat-vm-heap-analysis-command-${project.version}.jar + + + thermostat-common-command-${project.version}.jar + thermostat-client-core-${project.version}.jar + thermostat-client-command-${project.version}.jar + thermostat-client-cli-${project.version}.jar + thermostat-storage-mongodb-${project.version}.jar + thermostat-web-common-${project.version}.jar + thermostat-web-client-${project.version}.jar + mongo.jar + commons-beanutils.jar + commons-codec.jar + commons-collections.jar + commons-logging.jar + httpcomponents-core.jar + httpcomponents-client.jar + gson.jar + netty.jar + + + + save-heap-dump-to-file + saves a heap dump to a local file + + + + + + + + thermostat-vm-heap-analysis-common-${project.version}.jar + thermostat-vm-heap-analysis-command-${project.version}.jar + + + thermostat-common-command-${project.version}.jar + thermostat-client-core-${project.version}.jar + thermostat-client-command-${project.version}.jar + thermostat-client-cli-${project.version}.jar + thermostat-storage-mongodb-${project.version}.jar + thermostat-web-common-${project.version}.jar + thermostat-web-client-${project.version}.jar + mongo.jar + commons-beanutils.jar + commons-codec.jar + commons-collections.jar + commons-logging.jar + httpcomponents-core.jar + httpcomponents-client.jar + gson.jar + netty.jar + + + + show-heap-histogram + show the heap histogram + + + + + + + thermostat-vm-heap-analysis-common-${project.version}.jar + thermostat-vm-heap-analysis-command-${project.version}.jar + + + thermostat-common-command-${project.version}.jar + thermostat-client-core-${project.version}.jar + thermostat-client-command-${project.version}.jar + thermostat-client-cli-${project.version}.jar + thermostat-storage-mongodb-${project.version}.jar + thermostat-web-common-${project.version}.jar + thermostat-web-client-${project.version}.jar + mongo.jar + commons-beanutils.jar + commons-codec.jar + commons-collections.jar + commons-logging.jar + httpcomponents-core.jar + httpcomponents-client.jar + gson.jar + netty.jar + + + + + + gui + + thermostat-vm-heap-analysis-common-${project.version}.jar + thermostat-vm-heap-analysis-command-${project.version}.jar + thermostat-vm-heap-analysis-client-core-${project.version}.jar + thermostat-vm-heap-analysis-client-swing-${project.version}.jar + + + + agent + + thermostat-vm-heap-analysis-common-${project.version}.jar + thermostat-vm-heap-analysis-agent-${project.version}.jar + + + + + webservice + + thermostat-vm-heap-analysis-common-${project.version}.jar + + + + diff -r 9372e2088954 -r cc4b35354a39 vm-memory/distribution/plugin.xml --- a/vm-memory/distribution/plugin.xml Thu May 16 14:22:47 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,74 +0,0 @@ - - - - - - gui - - thermostat-vm-memory-common-${project.version}.jar - thermostat-vm-memory-client-core-${project.version}.jar - thermostat-vm-memory-client-swing-${project.version}.jar - - - - agent - - thermostat-vm-memory-common-${project.version}.jar - thermostat-vm-memory-agent-${project.version}.jar - - - - - webservice - - thermostat-vm-memory-common-${project.version}.jar - - - - vm-stat - - thermostat-vm-memory-common-${project.version}.jar - thermostat-vm-memory-client-cli-${project.version}.jar - - - - - diff -r 9372e2088954 -r cc4b35354a39 vm-memory/distribution/thermostat-plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vm-memory/distribution/thermostat-plugin.xml Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,74 @@ + + + + + + gui + + thermostat-vm-memory-common-${project.version}.jar + thermostat-vm-memory-client-core-${project.version}.jar + thermostat-vm-memory-client-swing-${project.version}.jar + + + + agent + + thermostat-vm-memory-common-${project.version}.jar + thermostat-vm-memory-agent-${project.version}.jar + + + + + webservice + + thermostat-vm-memory-common-${project.version}.jar + + + + vm-stat + + thermostat-vm-memory-common-${project.version}.jar + thermostat-vm-memory-client-cli-${project.version}.jar + + + + + diff -r 9372e2088954 -r cc4b35354a39 vm-overview/distribution/plugin.xml --- a/vm-overview/distribution/plugin.xml Thu May 16 14:22:47 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ - - - - - - gui - - thermostat-vm-overview-client-core-${project.version}.jar - thermostat-vm-overview-client-swing-${project.version}.jar - - - - diff -r 9372e2088954 -r cc4b35354a39 vm-overview/distribution/thermostat-plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vm-overview/distribution/thermostat-plugin.xml Thu May 16 16:39:00 2013 +0200 @@ -0,0 +1,51 @@ + + + + + + gui + + thermostat-vm-overview-client-core-${project.version}.jar + thermostat-vm-overview-client-swing-${project.version}.jar + + + +