summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2001-11-19 21:10:35 +0000
committerCarolyn MacLeod <carolyn>2001-11-19 21:10:35 +0000
commit70fecbf6c7c6a378f055d31ad0bef75dd6688cef (patch)
treeab3f5e53962d4bada00bb613f6b664a16a402fbf
parent09b27f795fbbd5fb6ff3dda664d73111f7e84ccd (diff)
downloadeclipse.platform.swt-70fecbf6c7c6a378f055d31ad0bef75dd6688cef.tar.gz
eclipse.platform.swt-70fecbf6c7c6a378f055d31ad0bef75dd6688cef.tar.xz
eclipse.platform.swt-70fecbf6c7c6a378f055d31ad0bef75dd6688cef.zip
added build files for releng
-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>