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.bugzilla.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.bugzilla.tests/build.properties')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/build.properties b/org.eclipse.mylyn.bugzilla.tests/build.properties
index f10e5a80c..2adb2521e 100644
--- a/org.eclipse.mylyn.bugzilla.tests/build.properties
+++ b/org.eclipse.mylyn.bugzilla.tests/build.properties
@@ -7,7 +7,8 @@
###############################################################################
bin.includes = bugzilla-test.jar,\
META-INF/,\
- about.html
+ about.html,\
+ testdata/
jars.compile.order = bugzilla-test.jar
source.bugzilla-test.jar = src/
output.bugzilla-test.jar = bin/

Back to the top