Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core.tests/build.properties')
-rw-r--r--core/org.eclipse.cdt.core.tests/build.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.tests/build.properties b/core/org.eclipse.cdt.core.tests/build.properties
new file mode 100644
index 00000000000..b12f9371bcd
--- /dev/null
+++ b/core/org.eclipse.cdt.core.tests/build.properties
@@ -0,0 +1,19 @@
+source.cdtuitests.jar = src/,\
+ ui/,\
+ core/,\
+ model/,\
+ build/,\
+ parser/,\
+ failures/,\
+ suite/
+bin.includes = plugin.xml,\
+ about.html,\
+ plugin.properties,\
+ test.xml,\
+ resources/
+src.includes = plugin.xml,\
+ about.html,\
+ plugin.properties,\
+ test.xml,\
+ resources/
+about.html =

Back to the top