Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.cdt.make.core.tests/build.properties')
-rw-r--r--build/org.eclipse.cdt.make.core.tests/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/org.eclipse.cdt.make.core.tests/build.properties b/build/org.eclipse.cdt.make.core.tests/build.properties
index 38c5f6ba338..0fe02abf57e 100644
--- a/build/org.eclipse.cdt.make.core.tests/build.properties
+++ b/build/org.eclipse.cdt.make.core.tests/build.properties
@@ -10,6 +10,6 @@
###############################################################################
source.. = src/
output.. = bin/
-bin.includes = plugin.xml,\
- .,\
+bin.includes = .,\
META-INF/
+src.includes = about.html

Back to the top