Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2016-04-04 19:39:29 +0000
committerMat Booth2016-04-04 19:43:22 +0000
commit3d013ed5c38bd331b967c4c5065911efa92d42b3 (patch)
tree5ee44eb078f399b42ba34545b1e5f4562e9c9027 /connector-bugzilla-rest
parent01e7acc03a53809081fa23e4e3255ff5eb920582 (diff)
downloadorg.eclipse.mylyn.tasks-3d013ed5c38bd331b967c4c5065911efa92d42b3.tar.gz
org.eclipse.mylyn.tasks-3d013ed5c38bd331b967c4c5065911efa92d42b3.tar.xz
org.eclipse.mylyn.tasks-3d013ed5c38bd331b967c4c5065911efa92d42b3.zip
491037: bugzilla.rest.core.tests bundle has missing resources
Change-Id: I4bf5cdb785060ee39b892cd2685efae971440e33 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'connector-bugzilla-rest')
-rw-r--r--connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/build.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/build.properties b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/build.properties
index 9cbab3c13..3a2d9a201 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/build.properties
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.core.tests/build.properties
@@ -2,5 +2,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
+ testdata/,\
about.html
src.includes = about.html

Back to the top