Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-04-11 14:09:50 +0000
committerThomas Watson2016-04-11 14:12:39 +0000
commitb06523b78c79ceab23b879da7f395bcb5d20670e (patch)
treed21a0fb44da268e18a2eba53d743b8c4af91fb62 /bundles/org.eclipse.equinox.console.tests/META-INF/MANIFEST.MF
parentfffcb119d75411561fdbab4ff2f8580a2010ac60 (diff)
downloadrt.equinox.bundles-b06523b78c79ceab23b879da7f395bcb5d20670e.tar.gz
rt.equinox.bundles-b06523b78c79ceab23b879da7f395bcb5d20670e.tar.xz
rt.equinox.bundles-b06523b78c79ceab23b879da7f395bcb5d20670e.zip
Bug 490273 - Move tests to JUnit 4
Move console tests to archived folder Change-Id: I158ce0adae4c50853368308c946ebf42b29c6166 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.console.tests/META-INF/MANIFEST.MF')
-rwxr-xr-xbundles/org.eclipse.equinox.console.tests/META-INF/MANIFEST.MF12
1 files changed, 0 insertions, 12 deletions
diff --git a/bundles/org.eclipse.equinox.console.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.console.tests/META-INF/MANIFEST.MF
deleted file mode 100755
index aa559b375..000000000
--- a/bundles/org.eclipse.equinox.console.tests/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,12 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Console tests
-Bundle-SymbolicName: org.eclipse.equinox.console.tests
-Bundle-Version: 1.0.0.qualifier
-Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: junit.framework;version="4.8.1",
- org.apache.sshd.client.future,
- org.easymock;version="2.4.0",
- org.junit;version="4.8.1"
-Fragment-Host: org.eclipse.equinox.console

Back to the top