Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core.qnx')
-rw-r--r--core/org.eclipse.cdt.core.qnx/build.properties11
1 files changed, 7 insertions, 4 deletions
diff --git a/core/org.eclipse.cdt.core.qnx/build.properties b/core/org.eclipse.cdt.core.qnx/build.properties
index fdeff263ad7..ec4ae70ed60 100644
--- a/core/org.eclipse.cdt.core.qnx/build.properties
+++ b/core/org.eclipse.cdt.core.qnx/build.properties
@@ -1,6 +1,9 @@
bin.includes = fragment.xml,\
- os/,\
fragment.properties,\
- about.html
-source.cdt_qnx.jar = src/,\
- about.html
+ about.html,\
+ os/
+src.includes = fragment.xml,\
+ fragment.properties,\
+ about.html,\
+ os/
+source.cdt_qnx.jar = src/

Back to the top