view eclipse/com.redhat.thermostat.eclipse.test.ui/META-INF/MANIFEST.MF @ 1391:0cbf519e37f0

Bump version and restore SNAPSHOT qualifier for further in-branch development.
author Jon VanAlten <jon.vanalten@redhat.com>
date Mon, 24 Feb 2014 18:34:23 -0700
parents ea1009d9c02a
children
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: 1.0.3.qualifier
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",
 com.redhat.thermostat.bundles.org.hamcrest.core;resolution:=optional,
 org.hamcrest;resolution:=optional
Import-Package: com.redhat.thermostat.client.core.views,
 com.redhat.thermostat.client.ui,
 com.redhat.thermostat.common,
 com.redhat.thermostat.shared.locale,
 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