summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/org.eclipse.swt.tests/build.properties3
-rw-r--r--tests/org.eclipse.swt.tests/plugin.xml6
2 files changed, 8 insertions, 1 deletions
diff --git a/tests/org.eclipse.swt.tests/build.properties b/tests/org.eclipse.swt.tests/build.properties
new file mode 100644
index 0000000000..2374e5ab05
--- /dev/null
+++ b/tests/org.eclipse.swt.tests/build.properties
@@ -0,0 +1,3 @@
+source.swttests.jar=JUnit Tests/
+
+bin.includes=*.jar,plugin.xml,test.xml,about.html \ No newline at end of file
diff --git a/tests/org.eclipse.swt.tests/plugin.xml b/tests/org.eclipse.swt.tests/plugin.xml
index cc808b22cb..eac4eb2618 100644
--- a/tests/org.eclipse.swt.tests/plugin.xml
+++ b/tests/org.eclipse.swt.tests/plugin.xml
@@ -4,11 +4,15 @@
id="org.eclipse.swt.tests"
name="Tests"
version="0.0.1">
+
<requires>
<import plugin="org.junit"/>
<import plugin="org.eclipse.swt"/>
</requires>
<runtime>
-</runtime>
+ <library name="swttests.jar">
+ <export name="*"/>
+ </library>
+ </runtime>
</plugin>