Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-08-25 14:20:13 +0000
committerSteffen Pingel2011-08-25 14:22:02 +0000
commit90dc58a248edebd82c16e2e5c9a08d6fc65d9055 (patch)
treefaa44c4baa2e87eb2adfb323131a0fa7e632c427
parentdee157937d142db9e13832a58ee5420e11e2655c (diff)
downloadorg.eclipse.mylyn.tasks-90dc58a248edebd82c16e2e5c9a08d6fc65d9055.tar.gz
org.eclipse.mylyn.tasks-90dc58a248edebd82c16e2e5c9a08d6fc65d9055.tar.xz
org.eclipse.mylyn.tasks-90dc58a248edebd82c16e2e5c9a08d6fc65d9055.zip
NEW - bug 351461: Schema should be included in runtime and not source
bundle https://bugs.eclipse.org/bugs/show_bug.cgi?id=351461
-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