Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2012-10-03 16:01:28 +0000
committerAlexander Kurtakov2012-10-03 16:01:28 +0000
commitbb4e83381b7dcfcdda6368f29494e85d7a1bdec8 (patch)
treedb12cc8f1a1617969e34192bc4d6a942df5a26b1 /tests/org.eclipse.swt.tests
parent7e8302674ef0e052e0f01c62a01ebb7440f57fc1 (diff)
downloadeclipse.platform.swt-bb4e83381b7dcfcdda6368f29494e85d7a1bdec8.tar.gz
eclipse.platform.swt-bb4e83381b7dcfcdda6368f29494e85d7a1bdec8.tar.xz
eclipse.platform.swt-bb4e83381b7dcfcdda6368f29494e85d7a1bdec8.zip
Fix warnings in swt.tests build.properties.
* missing entry in src.includes * non-existing member in bin.includes
Diffstat (limited to 'tests/org.eclipse.swt.tests')
-rw-r--r--tests/org.eclipse.swt.tests/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.swt.tests/build.properties b/tests/org.eclipse.swt.tests/build.properties
index b912184367..e4c449db61 100644
--- a/tests/org.eclipse.swt.tests/build.properties
+++ b/tests/org.eclipse.swt.tests/build.properties
@@ -8,10 +8,10 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-source.swttests.jar=JUnit Tests/
+source.swttests.jar=JUnit Tests/,\
+ data/
bin.includes = *.jar,\
- plugin.xml,\
test.xml,\
about.html,\
plugin.properties,\

Back to the top