Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.tests/build.properties')
-rw-r--r--org.eclipse.mylyn.tests/build.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tests/build.properties b/org.eclipse.mylyn.tests/build.properties
index b4336cb9..91667456 100644
--- a/org.eclipse.mylyn.tests/build.properties
+++ b/org.eclipse.mylyn.tests/build.properties
@@ -7,10 +7,12 @@
###############################################################################
bin.includes = mylyn-tests.jar,\
META-INF/,\
- about.html
+ about.html,\
+ test.xml
src.includes = src/,\
META-INF/,\
- about.html
+ about.html,\
+ test.xml
jars.compile.order = mylyn-tests.jar
source.mylyn-tests.jar = src/
output.mylyn-tests.jar = bin/

Back to the top