Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2007-12-19 01:07:44 +0000
committerspingel2007-12-19 01:07:44 +0000
commit0cc13bd8b7f37c0303703b3d10f8a599aed3c897 (patch)
treee00aa7a8974116744f152aac58d5ab0944d489d5 /org.eclipse.mylyn.tasks.tests/build.properties
parent60f29b4517da3cc31a884a42425777dca20e1189 (diff)
downloadorg.eclipse.mylyn.tasks-0cc13bd8b7f37c0303703b3d10f8a599aed3c897.tar.gz
org.eclipse.mylyn.tasks-0cc13bd8b7f37c0303703b3d10f8a599aed3c897.tar.xz
org.eclipse.mylyn.tasks-0cc13bd8b7f37c0303703b3d10f8a599aed3c897.zip
NEW - bug 213263: make tests work in deployed environment
https://bugs.eclipse.org/bugs/show_bug.cgi?id=213263
Diffstat (limited to 'org.eclipse.mylyn.tasks.tests/build.properties')
-rw-r--r--org.eclipse.mylyn.tasks.tests/build.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.tests/build.properties b/org.eclipse.mylyn.tasks.tests/build.properties
index d562cfaa3..b9ad397d5 100644
--- a/org.eclipse.mylyn.tasks.tests/build.properties
+++ b/org.eclipse.mylyn.tasks.tests/build.properties
@@ -8,12 +8,14 @@
bin.includes = META-INF/,\
mylyn-tasklist-tests.jar,\
about.html,\
- plugin.xml
+ plugin.xml,\
+ testdata/
jars.compile.order = mylyn-tasklist-tests.jar
source.mylyn-tasklist-tests.jar = src/
output.mylyn-tasklist-tests.jar = bin/
src.includes = about.html,\
src/,\
META-INF/,\
- plugin.xml
+ plugin.xml,\
+ testdata/
jre.compilation.profile = J2SE-1.5

Back to the top