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.properties11
1 files changed, 9 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.ui/build.properties b/org.eclipse.mylyn.help.ui/build.properties
index d5f13bafa..65c419a58 100644
--- a/org.eclipse.mylyn.help.ui/build.properties
+++ b/org.eclipse.mylyn.help.ui/build.properties
@@ -11,9 +11,16 @@
bin.includes = plugin.xml,\
META-INF/,\
doc/,\
- about.html
+ about.html,\
+ .,\
+ icons/
src.includes = META-INF/,\
plugin.xml,\
about.html,\
- doc/
+ doc/,\
+ src/,\
+ icons/
+source.. = src/
+jars.compile.order = .
+source.. = src/

Back to the top