view eclipse/com.redhat.thermostat.eclipse.test.ui/META-INF/MANIFEST.MF @ 1061:3875cd9b709c 0.7.0

Remove SNAPSHOT qualifier and bump version in preparation for release.
author Jon VanAlten <jon.vanalten@redhat.com>
date Fri, 05 Apr 2013 17:53:36 -0400
parents fd4f84176be8
children 487899964e6a
line wrap: on
line source

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Thermostat Eclipse UI Tests
Bundle-SymbolicName: com.redhat.thermostat.eclipse.test.ui
Bundle-Version: 0.7.0
Bundle-Vendor: Red Hat Inc.
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.junit;bundle-version="4.10.0",
 org.hamcrest;bundle-version="1.1.0"
Import-Package: com.redhat.thermostat.client.core.views,
 com.redhat.thermostat.client.ui,
 com.redhat.thermostat.common,
 com.redhat.thermostat.eclipse,
 com.redhat.thermostat.eclipse.chart.common,
 com.redhat.thermostat.eclipse.chart.vmclassstat,
 com.redhat.thermostat.eclipse.internal.views,
 com.redhat.thermostat.host.cpu.client.core,
 com.redhat.thermostat.host.memory.client.core,
 com.redhat.thermostat.host.overview.client.core,
 com.redhat.thermostat.storage.model,
 com.redhat.thermostat.vm.classstat.client.core,
 com.redhat.thermostat.vm.cpu.client.core,
 com.redhat.thermostat.vm.gc.client.core,
 org.apache.log4j;version="1.2.13",
 org.eclipse.swtbot.eclipse.finder,
 org.eclipse.swtbot.eclipse.finder.matchers,
 org.eclipse.swtbot.eclipse.finder.widgets,
 org.eclipse.swtbot.swt.finder,
 org.eclipse.swtbot.swt.finder.exceptions,
 org.eclipse.swtbot.swt.finder.junit,
 org.eclipse.swtbot.swt.finder.matchers,
 org.eclipse.swtbot.swt.finder.utils,
 org.eclipse.swtbot.swt.finder.waits,
 org.eclipse.swtbot.swt.finder.widgets,
 org.jfree.chart,
 org.jfree.chart.axis,
 org.jfree.chart.plot,
 org.jfree.data.general,
 org.jfree.data.time,
 org.jfree.data.xy
Export-Package: com.redhat.thermostat.eclipse.test.ui