Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/build.properties')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/build.properties9
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/build.properties b/plugins/org.eclipse.emf.cdo.tests/build.properties
index 7dab2e0b5b..21f9d91cd2 100644
--- a/plugins/org.eclipse.emf.cdo.tests/build.properties
+++ b/plugins/org.eclipse.emf.cdo.tests/build.properties
@@ -1,12 +1,17 @@
# NLS_MESSAGEFORMAT_VAR
-src.includes = about.html
+src.includes = about.html,\
+ test.xml,\
+ src/,\
+ copyright.txt,\
+ epl-v10.html
bin.includes = plugin.xml,\
test.xml,\
META-INF/,\
epl-v10.html,\
lib/,\
cdo.tests.jar,\
- copyright.txt
+ copyright.txt,\
+ about.html
jars.compile.order = cdo.tests.jar
source.cdo.tests.jar = src/
output.cdo.tests.jar = bin/

Back to the top