Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2007-12-13 03:04:34 +0000
committerspingel2007-12-13 03:04:34 +0000
commit33a28f19b29b73c73dcc48d6f552b7db0ef12e05 (patch)
treeb24a944bf9e06fc80a8aed883a1d67ae41cc58b0
parent6440606d04fb5f9f7b19b441c780685ad9e7ca62 (diff)
downloadorg.eclipse.mylyn-33a28f19b29b73c73dcc48d6f552b7db0ef12e05.tar.gz
org.eclipse.mylyn-33a28f19b29b73c73dcc48d6f552b7db0ef12e05.tar.xz
org.eclipse.mylyn-33a28f19b29b73c73dcc48d6f552b7db0ef12e05.zip
NEW - bug 116487: create performance test harness
https://bugs.eclipse.org/bugs/show_bug.cgi?id=116487
-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