Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-08-14 03:37:26 +0000
committerspingel2008-08-14 03:37:26 +0000
commit3d36a2bfaeabb459f1044867343eeef86f958237 (patch)
tree75238831b3e77ebeba474357a876c1c0e5ef6bec /org.eclipse.mylyn.help.ui
parent781b6e5f858719a5e971ed4eb66daf09a12c7220 (diff)
downloadorg.eclipse.mylyn.tasks-3d36a2bfaeabb459f1044867343eeef86f958237.tar.gz
org.eclipse.mylyn.tasks-3d36a2bfaeabb459f1044867343eeef86f958237.tar.xz
org.eclipse.mylyn.tasks-3d36a2bfaeabb459f1044867343eeef86f958237.zip
RESOLVED - bug 242979: generate Eclipse help from wiki user guide
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242979
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/build.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.ui/build.properties b/org.eclipse.mylyn.help.ui/build.properties
index 159b1cbb8..7198487da 100644
--- a/org.eclipse.mylyn.help.ui/build.properties
+++ b/org.eclipse.mylyn.help.ui/build.properties
@@ -14,10 +14,11 @@ bin.includes = plugin.xml,\
intro/,\
images/,\
cheatsheets/,\
- toc.xml
+ toc.xml,\
+ userguide/
src.includes = about.html
source.. = src/
jars.compile.order = .
source.. = src/
-customBuildCallbacks=customBuildCallbacks.xml \ No newline at end of file
+customBuildCallbacks=customBuildCallbacks.xml

Back to the top