view eclipse/com.redhat.thermostat.eclipse.chart.common/META-INF/MANIFEST.MF @ 1112:1c34bd8ffde6 default tip

Bump version and restore SNAPSHOT qualifier for further in-branch development.
author Jon VanAlten <jon.vanalten@redhat.com>
date Thu, 23 May 2013 17:19:54 -0600
parents 5751a4092215
children
line wrap: on
line source

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Thermostat Eclipse Charting
Bundle-SymbolicName: com.redhat.thermostat.eclipse.chart.common;singleton:=true
Bundle-Version: 0.9.3.qualifier
Bundle-Activator: com.redhat.thermostat.eclipse.chart.common.Activator
Bundle-Vendor: Red Hat Inc.
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: com.redhat.thermostat.client.core.controllers,
 com.redhat.thermostat.client.core.views,
 com.redhat.thermostat.client.locale,
 com.redhat.thermostat.client.ui,
 com.redhat.thermostat.common,
 com.redhat.thermostat.common.locale,
 com.redhat.thermostat.common.utils,
 com.redhat.thermostat.eclipse,
 com.redhat.thermostat.eclipse.views,
 com.redhat.thermostat.host.cpu.client.core,
 com.redhat.thermostat.host.cpu.client.locale,
 com.redhat.thermostat.host.memory.client.core,
 com.redhat.thermostat.host.memory.client.locale,
 com.redhat.thermostat.storage.core,
 com.redhat.thermostat.storage.dao,
 com.redhat.thermostat.storage.model,
 com.redhat.thermostat.vm.cpu.client.core,
 com.redhat.thermostat.vm.cpu.client.locale,
 com.redhat.thermostat.vm.gc.client.core,
 com.redhat.thermostat.vm.gc.client.locale,
 org.jfree.chart,
 org.jfree.chart.axis,
 org.jfree.chart.event,
 org.jfree.chart.plot,
 org.jfree.chart.renderer.xy,
 org.jfree.data,
 org.jfree.data.general,
 org.jfree.data.time,
 org.jfree.data.xy,
 org.jfree.util,
 org.osgi.framework;version="1.3.0"
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime;bundle-version="3.8.0",
 com.redhat.thermostat.eclipse;bundle-version="0.8.0"
Export-Package: com.redhat.thermostat.eclipse.chart.common