Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.swt.tests/plugin.xml')
-rw-r--r--tests/org.eclipse.swt.tests/plugin.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/org.eclipse.swt.tests/plugin.xml b/tests/org.eclipse.swt.tests/plugin.xml
deleted file mode 100644
index 80a19852ff..0000000000
--- a/tests/org.eclipse.swt.tests/plugin.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- File written by PDE 1.0 -->
-<plugin
- id="org.eclipse.swt.tests"
- name="Tests"
- provider-name="%providerName"
- version="2.1.0">
-
-<requires>
- <import plugin="org.junit"/>
- <import plugin="org.eclipse.swt"/>
-</requires>
-
-<runtime>
- <library name="swttests.jar">
- <export name="*"/>
- </library>
- </runtime>
-</plugin>

Back to the top