From bb4e83381b7dcfcdda6368f29494e85d7a1bdec8 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Wed, 3 Oct 2012 19:01:28 +0300 Subject: Fix warnings in swt.tests build.properties. * missing entry in src.includes * non-existing member in bin.includes --- tests/org.eclipse.swt.tests/build.properties | 4 ++-- 1 file 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,\ -- cgit