Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgreen2010-02-08 00:40:32 +0000
committerdgreen2010-02-08 00:40:32 +0000
commitb7aaff6eadc50903a7d761a6b4771ac475132fda (patch)
treee6d108bdf3ffb6b516087139138dd0f1a417b08d /org.eclipse.mylyn.help.ui/build.properties
parent4f0d4ec9b18ea84760fb1e33b203decbd1085ea9 (diff)
downloadorg.eclipse.mylyn.tasks-b7aaff6eadc50903a7d761a6b4771ac475132fda.tar.gz
org.eclipse.mylyn.tasks-b7aaff6eadc50903a7d761a6b4771ac475132fda.tar.xz
org.eclipse.mylyn.tasks-b7aaff6eadc50903a7d761a6b4771ac475132fda.zip
ASSIGNED - bug 300134: consider adding FAQ to o.e.m.help.ui
https://bugs.eclipse.org/bugs/show_bug.cgi?id=300134 NEW - bug 299838: Generation of Eclipse Help content from a MediaWiki https://bugs.eclipse.org/bugs/show_bug.cgi?id=299838
Diffstat (limited to 'org.eclipse.mylyn.help.ui/build.properties')
-rw-r--r--org.eclipse.mylyn.help.ui/build.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.help.ui/build.properties b/org.eclipse.mylyn.help.ui/build.properties
index 33bd2ad16..19b1a97a7 100644
--- a/org.eclipse.mylyn.help.ui/build.properties
+++ b/org.eclipse.mylyn.help.ui/build.properties
@@ -16,7 +16,11 @@ bin.includes = plugin.xml,\
cheatsheets/,\
toc.xml,\
userguide/,\
- plugin.properties
+ plugin.properties,\
+ Mylyn/,\
+ Mylyn-FAQ-toc.xml,\
+ Mylyn-User-Guide-toc.xml,\
+ book.css
src.includes = about.html
source.. = src/
jars.compile.order = .

Back to the top