diff options
author | mkersten | 2005-09-22 16:50:08 +0000 |
---|---|---|
committer | mkersten | 2005-09-22 16:50:08 +0000 |
commit | 3ce8f42be65f8850414148c98a3a4e6b76d6f21b (patch) | |
tree | e09c2304e3eb9a0ed493774c052873bdc292f6c2 /org.eclipse.mylyn.bugzilla.ui/build.properties | |
parent | f7bc6fb090e17de7fc5e6e318270b4e0a6005b36 (diff) | |
download | org.eclipse.mylyn.tasks-3ce8f42be65f8850414148c98a3a4e6b76d6f21b.tar.gz org.eclipse.mylyn.tasks-3ce8f42be65f8850414148c98a3a4e6b76d6f21b.tar.xz org.eclipse.mylyn.tasks-3ce8f42be65f8850414148c98a3a4e6b76d6f21b.zip |
Progress on Bug #110132: Random errors on startup
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/build.properties')
-rw-r--r-- | org.eclipse.mylyn.bugzilla.ui/build.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/build.properties b/org.eclipse.mylyn.bugzilla.ui/build.properties index f4537c1f1..30fa49273 100644 --- a/org.eclipse.mylyn.bugzilla.ui/build.properties +++ b/org.eclipse.mylyn.bugzilla.ui/build.properties @@ -15,7 +15,8 @@ bin.includes = META-INF/,\ docs/,\ about.html,\ toc.xml,\ - bugzilla_contexts.xml + bugzilla_contexts.xml,\ + doc/ jars.compile.order = bugzilla-ui.jar source.bugzilla-ui.jar = src/ output.bugzilla-ui.jar = bin/ @@ -26,4 +27,5 @@ src.includes = src/,\ docs/,\ icons/,\ toc.xml,\ - bugzilla_contexts.xml + bugzilla_contexts.xml,\ + doc/ |