Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArun Thondapu2015-05-13 18:00:57 +0000
committerArun Thondapu2015-05-13 18:00:57 +0000
commit0fd3fce032a102d2e134150ed342fe71288d4a11 (patch)
tree7890f7ca873eafa4be2fc29b258bfaa8a95ebb1a /tests
parent28eae5a124e699ec7aa8293ac7fa643d7d4191ce (diff)
downloadeclipse.platform.swt-0fd3fce032a102d2e134150ed342fe71288d4a11.tar.gz
eclipse.platform.swt-0fd3fce032a102d2e134150ed342fe71288d4a11.tar.xz
eclipse.platform.swt-0fd3fce032a102d2e134150ed342fe71288d4a11.zip
Revert "Misc changes"
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests/.classpath16
-rw-r--r--tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF6
2 files changed, 12 insertions, 10 deletions
diff --git a/tests/org.eclipse.swt.tests/.classpath b/tests/org.eclipse.swt.tests/.classpath
index c1af5b8d15..ee4a970e39 100644
--- a/tests/org.eclipse.swt.tests/.classpath
+++ b/tests/org.eclipse.swt.tests/.classpath
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry excluding="org/eclipse/swt/tests/junit/performance/" kind="src" path="JUnit Tests"/>
- <classpathentry kind="src" path="data"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="JUnit Tests"/>
+ <classpathentry kind="src" path="data"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
index 4842518882..fc8e8ef378 100644
--- a/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.swt.tests/META-INF/MANIFEST.MF
@@ -6,8 +6,10 @@ Bundle-Version: 3.104.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.swt.tests.junit,
- org.eclipse.swt.tests.junit.browser
+ org.eclipse.swt.tests.junit.browser,
+ org.eclipse.swt.tests.junit.performance
Require-Bundle: org.junit,
- org.eclipse.swt
+ org.eclipse.swt,
+ org.eclipse.test.performance
Eclipse-BundleShape: dir
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top