Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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