Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.tasks.bugs/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.bugs/build.properties b/org.eclipse.mylyn.tasks.bugs/build.properties
index ef7b0083c..0377994f3 100644
--- a/org.eclipse.mylyn.tasks.bugs/build.properties
+++ b/org.eclipse.mylyn.tasks.bugs/build.properties
@@ -11,7 +11,8 @@ bin.includes = META-INF/,\
about.html,\
.,\
icons/,\
- plugin.properties
+ plugin.properties,\
+ schema/
src.includes = about.html,\
schema/
jre.compilation.profile = J2SE-1.5

Back to the top