|
|
8aa4af |
diff --git a/dev/multi-module-plugin-archetype/src/main/resources/archetype-resources/distribution/thermostat-plugin.xml b/dev/multi-module-plugin-archetype/src/main/resources/archetype-resources/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
--- a/dev/multi-module-plugin-archetype/src/main/resources/archetype-resources/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
+++ b/dev/multi-module-plugin-archetype/src/main/resources/archetype-resources/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
@@ -39,7 +39,7 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${symbol_dollar}{commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${symbol_dollar}{httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${symbol_dollar}{httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${symbol_dollar}{gson.version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
</command>
|
|
|
8aa4af |
diff --git a/dev/schema-info-command/distribution/thermostat-plugin.xml b/dev/schema-info-command/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
--- a/dev/schema-info-command/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
+++ b/dev/schema-info-command/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
@@ -63,7 +63,7 @@
|
|
|
8aa4af |
<bundle><symbolic-name>com.redhat.thermostat.web.client</symbolic-name><version>${project.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.mongodb.mongo-java-driver</symbolic-name><version>${mongo-driver.osgi-version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
</command>
|
|
|
8aa4af |
diff --git a/distribution/config/commands/agent-info.properties b/distribution/config/commands/agent-info.properties
|
|
|
8aa4af |
--- a/distribution/config/commands/agent-info.properties
|
|
|
8aa4af |
+++ b/distribution/config/commands/agent-info.properties
|
|
|
8aa4af |
@@ -4,7 +4,7 @@
|
|
|
8aa4af |
com.redhat.thermostat.web.client=${project.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpcore=${httpcomponents.core.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpclient=${httpcomponents.client.version}, \
|
|
|
8aa4af |
- ${osgi.compendium.bundle.symbolic-name}=${osgi.compendium.osgi-version}, \
|
|
|
8aa4af |
+ org.apache.httpcomponents.httpmime=${httpcomponents.mime.version}, \
|
|
|
8aa4af |
com.google.gson=${gson.version}, \
|
|
|
8aa4af |
org.mongodb.mongo-java-driver=${mongo-driver.osgi-version}, \
|
|
|
8aa4af |
org.apache.commons.beanutils=${commons-beanutils.version}, \
|
|
|
8aa4af |
diff --git a/distribution/config/commands/agent.properties b/distribution/config/commands/agent.properties
|
|
|
8aa4af |
--- a/distribution/config/commands/agent.properties
|
|
|
8aa4af |
+++ b/distribution/config/commands/agent.properties
|
|
|
8aa4af |
@@ -3,7 +3,7 @@
|
|
|
8aa4af |
com.redhat.thermostat.web.client=${project.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpcore=${httpcomponents.core.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpclient=${httpcomponents.client.version}, \
|
|
|
8aa4af |
- ${osgi.compendium.bundle.symbolic-name}=${osgi.compendium.osgi-version}, \
|
|
|
8aa4af |
+ org.apache.httpcomponents.httpmime=${httpcomponents.mime.version}, \
|
|
|
8aa4af |
com.google.gson=${gson.version}, \
|
|
|
8aa4af |
com.redhat.thermostat.process=${project.version}, \
|
|
|
8aa4af |
com.redhat.thermostat.common.core=${project.version}, \
|
|
|
8aa4af |
diff --git a/distribution/config/commands/clean-data.properties b/distribution/config/commands/clean-data.properties
|
|
|
8aa4af |
--- a/distribution/config/commands/clean-data.properties
|
|
|
8aa4af |
+++ b/distribution/config/commands/clean-data.properties
|
|
|
8aa4af |
@@ -4,7 +4,7 @@
|
|
|
8aa4af |
com.redhat.thermostat.web.client=${project.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpcore=${httpcomponents.core.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpclient=${httpcomponents.client.version}, \
|
|
|
8aa4af |
- ${osgi.compendium.bundle.symbolic-name}=${osgi.compendium.osgi-version}, \
|
|
|
8aa4af |
+ org.apache.httpcomponents.httpmime=${httpcomponents.mime.version}, \
|
|
|
8aa4af |
com.google.gson=${gson.version}, \
|
|
|
8aa4af |
org.mongodb.mongo-java-driver=${mongo-driver.osgi-version}, \
|
|
|
8aa4af |
org.apache.commons.beanutils=${commons-beanutils.version}, \
|
|
|
8aa4af |
diff --git a/distribution/config/commands/connect.properties b/distribution/config/commands/connect.properties
|
|
|
8aa4af |
--- a/distribution/config/commands/connect.properties
|
|
|
8aa4af |
+++ b/distribution/config/commands/connect.properties
|
|
|
8aa4af |
@@ -10,7 +10,7 @@
|
|
|
8aa4af |
org.apache.commons.logging=${commons-logging.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpcore=${httpcomponents.core.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpclient=${httpcomponents.client.version}, \
|
|
|
8aa4af |
- ${osgi.compendium.bundle.symbolic-name}=${osgi.compendium.osgi-version}, \
|
|
|
8aa4af |
+ org.apache.httpcomponents.httpmime=${httpcomponents.mime.version}, \
|
|
|
8aa4af |
com.google.gson=${gson.version}
|
|
|
8aa4af |
|
|
|
8aa4af |
summary = persistently connect to storage
|
|
|
8aa4af |
diff --git a/distribution/config/commands/gui.properties b/distribution/config/commands/gui.properties
|
|
|
8aa4af |
--- a/distribution/config/commands/gui.properties
|
|
|
8aa4af |
+++ b/distribution/config/commands/gui.properties
|
|
|
8aa4af |
@@ -19,8 +19,11 @@
|
|
|
8aa4af |
com.redhat.thermostat.process=${project.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpcore=${httpcomponents.core.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpclient=${httpcomponents.client.version}, \
|
|
|
8aa4af |
- ${osgi.compendium.bundle.symbolic-name}=${osgi.compendium.osgi-version}, \
|
|
|
8aa4af |
- org.jboss.netty=${netty.version}
|
|
|
8aa4af |
+ org.apache.httpcomponents.httpmime=${httpcomponents.mime.version}, \
|
|
|
8aa4af |
+ org.jboss.netty=${netty.version}, \
|
|
|
8aa4af |
+ org.jfree.jcommon=${jcommon.osgi.version}, \
|
|
|
8aa4af |
+ org.jfree.jfreechart=${jfreechart.osgi.version}, \
|
|
|
8aa4af |
+ com.mxgraph=${jgraphx.osgi.version}
|
|
|
8aa4af |
|
|
|
8aa4af |
summary = launch the GUI client
|
|
|
8aa4af |
|
|
|
8aa4af |
diff --git a/distribution/config/commands/list-agents.properties b/distribution/config/commands/list-agents.properties
|
|
|
8aa4af |
--- a/distribution/config/commands/list-agents.properties
|
|
|
8aa4af |
+++ b/distribution/config/commands/list-agents.properties
|
|
|
8aa4af |
@@ -4,7 +4,7 @@
|
|
|
8aa4af |
com.redhat.thermostat.web.client=${project.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpcore=${httpcomponents.core.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpclient=${httpcomponents.client.version}, \
|
|
|
8aa4af |
- ${osgi.compendium.bundle.symbolic-name}=${osgi.compendium.osgi-version}, \
|
|
|
8aa4af |
+ org.apache.httpcomponents.httpmime=${httpcomponents.mime.version}, \
|
|
|
8aa4af |
com.google.gson=${gson.version}, \
|
|
|
8aa4af |
org.mongodb.mongo-java-driver=${mongo-driver.osgi-version}, \
|
|
|
8aa4af |
org.apache.commons.beanutils=${commons-beanutils.version}, \
|
|
|
8aa4af |
diff --git a/distribution/config/commands/list-vms.properties b/distribution/config/commands/list-vms.properties
|
|
|
8aa4af |
--- a/distribution/config/commands/list-vms.properties
|
|
|
8aa4af |
+++ b/distribution/config/commands/list-vms.properties
|
|
|
8aa4af |
@@ -4,7 +4,7 @@
|
|
|
8aa4af |
com.redhat.thermostat.web.client=${project.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpcore=${httpcomponents.core.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpclient=${httpcomponents.client.version}, \
|
|
|
8aa4af |
- ${osgi.compendium.bundle.symbolic-name}=${osgi.compendium.osgi-version}, \
|
|
|
8aa4af |
+ org.apache.httpcomponents.httpmime=${httpcomponents.mime.version}, \
|
|
|
8aa4af |
com.google.gson=${gson.version}, \
|
|
|
8aa4af |
org.mongodb.mongo-java-driver=${mongo-driver.osgi-version}, \
|
|
|
8aa4af |
org.apache.commons.beanutils=${commons-beanutils.version}, \
|
|
|
8aa4af |
diff --git a/distribution/config/commands/ping.properties b/distribution/config/commands/ping.properties
|
|
|
8aa4af |
--- a/distribution/config/commands/ping.properties
|
|
|
8aa4af |
+++ b/distribution/config/commands/ping.properties
|
|
|
8aa4af |
@@ -5,7 +5,7 @@
|
|
|
8aa4af |
com.redhat.thermostat.web.client=${project.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpcore=${httpcomponents.core.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpclient=${httpcomponents.client.version}, \
|
|
|
8aa4af |
- ${osgi.compendium.bundle.symbolic-name}=${osgi.compendium.osgi-version}, \
|
|
|
8aa4af |
+ org.apache.httpcomponents.httpmime=${httpcomponents.mime.version}, \
|
|
|
8aa4af |
com.google.gson=${gson.version}, \
|
|
|
8aa4af |
org.mongodb.mongo-java-driver=${mongo-driver.osgi-version}, \
|
|
|
8aa4af |
org.apache.commons.beanutils=${commons-beanutils.version}, \
|
|
|
8aa4af |
diff --git a/distribution/config/commands/vm-info.properties b/distribution/config/commands/vm-info.properties
|
|
|
8aa4af |
--- a/distribution/config/commands/vm-info.properties
|
|
|
8aa4af |
+++ b/distribution/config/commands/vm-info.properties
|
|
|
8aa4af |
@@ -4,7 +4,7 @@
|
|
|
8aa4af |
com.redhat.thermostat.web.client=${project.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpcore=${httpcomponents.core.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpclient=${httpcomponents.client.version}, \
|
|
|
8aa4af |
- ${osgi.compendium.bundle.symbolic-name}=${osgi.compendium.osgi-version}, \
|
|
|
8aa4af |
+ org.apache.httpcomponents.httpmime=${httpcomponents.mime.version}, \
|
|
|
8aa4af |
com.google.gson=${gson.version}, \
|
|
|
8aa4af |
org.mongodb.mongo-java-driver=${mongo-driver.osgi-version}, \
|
|
|
8aa4af |
org.apache.commons.beanutils=${commons-beanutils.version}, \
|
|
|
8aa4af |
diff --git a/distribution/config/commands/vm-stat.properties b/distribution/config/commands/vm-stat.properties
|
|
|
8aa4af |
--- a/distribution/config/commands/vm-stat.properties
|
|
|
8aa4af |
+++ b/distribution/config/commands/vm-stat.properties
|
|
|
8aa4af |
@@ -5,13 +5,15 @@
|
|
|
8aa4af |
com.redhat.thermostat.client.core=${project.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpcore=${httpcomponents.core.version}, \
|
|
|
8aa4af |
org.apache.httpcomponents.httpclient=${httpcomponents.client.version}, \
|
|
|
8aa4af |
- ${osgi.compendium.bundle.symbolic-name}=${osgi.compendium.osgi-version}, \
|
|
|
8aa4af |
+ org.apache.httpcomponents.httpmime=${httpcomponents.mime.version}, \
|
|
|
8aa4af |
com.google.gson=${gson.version}, \
|
|
|
8aa4af |
org.mongodb.mongo-java-driver=${mongo-driver.osgi-version}, \
|
|
|
8aa4af |
org.apache.commons.beanutils=${commons-beanutils.version}, \
|
|
|
8aa4af |
org.apache.commons.codec=${commons-codec.osgi-version}, \
|
|
|
8aa4af |
org.apache.commons.collections=${commons-collections.version}, \
|
|
|
8aa4af |
- org.apache.commons.logging=${commons-logging.version}
|
|
|
8aa4af |
+ org.apache.commons.logging=${commons-logging.version}, \
|
|
|
8aa4af |
+ org.jfree.jcommon=${jcommon.osgi.version}, \
|
|
|
8aa4af |
+ org.jfree.jfreechart=${jfreechart.osgi.version}
|
|
|
8aa4af |
|
|
|
8aa4af |
summary = show various statistics about a VM
|
|
|
8aa4af |
|
|
|
8aa4af |
diff --git a/distribution/config/osgi-export.properties b/distribution/config/osgi-export.properties
|
|
|
8aa4af |
--- a/distribution/config/osgi-export.properties
|
|
|
8aa4af |
+++ b/distribution/config/osgi-export.properties
|
|
|
8aa4af |
@@ -33,19 +33,6 @@
|
|
|
8aa4af |
# to do so, delete this exception statement from your version.
|
|
|
8aa4af |
|
|
|
8aa4af |
# OSGi public API
|
|
|
8aa4af |
-org.jfree.chart
|
|
|
8aa4af |
-org.jfree.chart.axis
|
|
|
8aa4af |
-org.jfree.chart.event
|
|
|
8aa4af |
-org.jfree.chart.labels
|
|
|
8aa4af |
-org.jfree.chart.plot
|
|
|
8aa4af |
-org.jfree.chart.panel
|
|
|
8aa4af |
-org.jfree.chart.renderer.xy
|
|
|
8aa4af |
-org.jfree.data
|
|
|
8aa4af |
-org.jfree.data.general
|
|
|
8aa4af |
-org.jfree.data.time
|
|
|
8aa4af |
-org.jfree.data.xy
|
|
|
8aa4af |
-org.jfree.ui
|
|
|
8aa4af |
-org.jfree.data.gantt
|
|
|
8aa4af |
sun.swing
|
|
|
8aa4af |
sun.swing.table
|
|
|
8aa4af |
|
|
|
8aa4af |
diff --git a/killvm/distribution/thermostat-plugin.xml b/killvm/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
--- a/killvm/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
+++ b/killvm/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
@@ -81,9 +81,11 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.jboss.netty</symbolic-name><version>${netty.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
</command>
|
|
|
8aa4af |
</commands>
|
|
|
8aa4af |
diff --git a/main/src/main/resources/com/redhat/thermostat/main/impl/bootstrapbundles.properties b/main/src/main/resources/com/redhat/thermostat/main/impl/bootstrapbundles.properties
|
|
|
8aa4af |
--- a/main/src/main/resources/com/redhat/thermostat/main/impl/bootstrapbundles.properties
|
|
|
8aa4af |
+++ b/main/src/main/resources/com/redhat/thermostat/main/impl/bootstrapbundles.properties
|
|
|
8aa4af |
@@ -5,4 +5,5 @@
|
|
|
8aa4af |
thermostat-plugin-validator-${project.version}.jar, \
|
|
|
8aa4af |
thermostat-launcher-${project.version}.jar, \
|
|
|
8aa4af |
jline-${jline.version}.jar, \
|
|
|
8aa4af |
- commons-cli-${commons-cli.version}.jar
|
|
|
8aa4af |
+ commons-cli-${commons-cli.version}.jar, \
|
|
|
8aa4af |
+ jansi-${jansi.version}.jar
|
|
|
8aa4af |
diff --git a/setup/distribution/thermostat-plugin.xml b/setup/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
--- a/setup/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
+++ b/setup/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
@@ -77,6 +77,8 @@
|
|
|
8aa4af |
<bundle><symbolic-name>com.redhat.thermostat.internal.utils.laf</symbolic-name><version>${project.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.redhat.thermostat.plugin.validator</symbolic-name><version>${project.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.redhat.thermostat.process</symbolic-name><version>${project.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
</command>
|
|
|
8aa4af |
</commands>
|
|
|
8aa4af |
diff --git a/storage-profile/distribution/thermostat-plugin.xml b/storage-profile/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
--- a/storage-profile/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
+++ b/storage-profile/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
@@ -70,9 +70,9 @@
|
|
|
8aa4af |
<bundle><symbolic-name>com.redhat.thermostat.storage.mongodb</symbolic-name><version>${project.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.redhat.thermostat.web.common</symbolic-name><version>${project.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.redhat.thermostat.web.client</symbolic-name><version>${project.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.mongodb.mongo-java-driver</symbolic-name><version>${mongo-driver.osgi-version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.beanutils</symbolic-name><version>${commons-beanutils.version}</version></bundle>
|
|
|
8aa4af |
diff --git a/vm-find/distribution/thermostat-plugin.xml b/vm-find/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
--- a/vm-find/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
+++ b/vm-find/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
@@ -220,9 +220,11 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.jboss.netty</symbolic-name><version>${netty.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
</command>
|
|
|
8aa4af |
</commands>
|
|
|
8aa4af |
diff --git a/vm-gc/distribution/thermostat-plugin.xml b/vm-gc/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
--- a/vm-gc/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
+++ b/vm-gc/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
@@ -76,9 +76,11 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.jboss.netty</symbolic-name><version>${netty.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
</command>
|
|
|
8aa4af |
<command>
|
|
|
8aa4af |
@@ -122,9 +124,11 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.jboss.netty</symbolic-name><version>${netty.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
</command>
|
|
|
8aa4af |
</commands>
|
|
|
8aa4af |
diff --git a/vm-heap-analysis/distribution/thermostat-plugin.xml b/vm-heap-analysis/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
--- a/vm-heap-analysis/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
+++ b/vm-heap-analysis/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
@@ -87,9 +87,11 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.jboss.netty</symbolic-name><version>${netty.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-core.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-analysis.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
@@ -144,9 +146,11 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.jboss.netty</symbolic-name><version>${netty.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-core.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-analysis.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
@@ -204,9 +208,11 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.jboss.netty</symbolic-name><version>${netty.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-core.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-analysis.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
@@ -258,9 +264,11 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.jboss.netty</symbolic-name><version>${netty.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-core.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-analysis.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
@@ -312,9 +320,11 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.jboss.netty</symbolic-name><version>${netty.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-core.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-analysis.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
@@ -366,9 +376,11 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.jboss.netty</symbolic-name><version>${netty.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-core.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-analysis.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
@@ -414,9 +426,11 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.jboss.netty</symbolic-name><version>${netty.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jcommon</symbolic-name><version>${jcommon.osgi.version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.jfree.jfreechart</symbolic-name><version>${jfreechart.osgi.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-core.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>${lucene-analysis.bundle.symbolic-name}</symbolic-name><version>${lucene.osgi-version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
diff --git a/vm-profiler/distribution/thermostat-plugin.xml b/vm-profiler/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
--- a/vm-profiler/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
+++ b/vm-profiler/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
@@ -95,7 +95,7 @@
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.commons.logging</symbolic-name><version>${commons-logging.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
</bundles>
|
|
|
8aa4af |
</command>
|
|
|
8aa4af |
</commands>
|
|
|
8aa4af |
diff --git a/web/endpoint-plugin/distribution/thermostat-plugin.xml b/web/endpoint-plugin/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
--- a/web/endpoint-plugin/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
+++ b/web/endpoint-plugin/distribution/thermostat-plugin.xml
|
|
|
8aa4af |
@@ -73,7 +73,7 @@
|
|
|
8aa4af |
<bundle><symbolic-name>com.redhat.thermostat.web.client</symbolic-name><version>${project.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpcore</symbolic-name><version>${httpcomponents.core.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>org.apache.httpcomponents.httpclient</symbolic-name><version>${httpcomponents.client.version}</version></bundle>
|
|
|
8aa4af |
- <bundle><symbolic-name>${osgi.compendium.bundle.symbolic-name}</symbolic-name><version>${osgi.compendium.osgi-version}</version></bundle>
|
|
|
8aa4af |
+ <bundle><symbolic-name>org.apache.httpcomponents.httpmime</symbolic-name><version>${httpcomponents.mime.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.google.gson</symbolic-name><version>${gson.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.redhat.thermostat.process</symbolic-name><version>${project.version}</version></bundle>
|
|
|
8aa4af |
<bundle><symbolic-name>com.redhat.thermostat.agent.cli</symbolic-name><version>${project.version}</version></bundle>
|