Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.help.ui/build.properties')
-rw-r--r--org.eclipse.mylyn.help.ui/build.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.help.ui/build.properties b/org.eclipse.mylyn.help.ui/build.properties
new file mode 100644
index 000000000..18b7eb838
--- /dev/null
+++ b/org.eclipse.mylyn.help.ui/build.properties
@@ -0,0 +1,12 @@
+source.mylar-doc.jar = src/
+output.mylar-doc.jar = bin/
+bin.includes = plugin.xml,\
+ mylar-doc.jar,\
+ META-INF/,\
+ toc.xml,\
+ about.html
+src.includes = META-INF/,\
+ plugin.xml,\
+ src/,\
+ toc.xml,\
+ about.html

Back to the top