Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/org.eclipse.cdt.make.core/build.properties7
-rw-r--r--build/org.eclipse.cdt.make.ui/build.properties7
2 files changed, 10 insertions, 4 deletions
diff --git a/build/org.eclipse.cdt.make.core/build.properties b/build/org.eclipse.cdt.make.core/build.properties
index ba3d010b53e..16ca4e13de6 100644
--- a/build/org.eclipse.cdt.make.core/build.properties
+++ b/build/org.eclipse.cdt.make.core/build.properties
@@ -1,4 +1,7 @@
-source.cdtmakecore.jar = src/
bin.includes = plugin.xml,\
*.jar,\
- cdtmakecore.jar
+ cdtmakecore.jar,\
+ *.html,\
+ plugin.properties,\
+ schema/
+source.cdtmakecore.jar = src/
diff --git a/build/org.eclipse.cdt.make.ui/build.properties b/build/org.eclipse.cdt.make.ui/build.properties
index 78f2a27e790..e1ced3c43d8 100644
--- a/build/org.eclipse.cdt.make.ui/build.properties
+++ b/build/org.eclipse.cdt.make.ui/build.properties
@@ -1,4 +1,7 @@
-source.cdtmakeui.jar = src/
bin.includes = plugin.xml,\
*.jar,\
- cdtmakeui.jar
+ cdtmakeui.jar,\
+ icons/,\
+ *.html,\
+ plugin.properties
+source.cdtmakeui.jar = src/

Back to the top