Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2004-05-24 17:18:38 +0000
committerDoug Schaefer2004-05-24 17:18:38 +0000
commitde0397f03eb3dcce3f38379369831f2b181d6925 (patch)
tree9a00248d4041061c27fe7471bd50e095fec0a441 /core/org.eclipse.cdt.core.qnx
parente2e671d784e352fbf6e0b6b3b3aa59c232e9d6c6 (diff)
downloadorg.eclipse.cdt-de0397f03eb3dcce3f38379369831f2b181d6925.tar.gz
org.eclipse.cdt-de0397f03eb3dcce3f38379369831f2b181d6925.tar.xz
org.eclipse.cdt-de0397f03eb3dcce3f38379369831f2b181d6925.zip
Cleaned up the build.properties files to ensure the right things end up in the binary and source builds.
Diffstat (limited to 'core/org.eclipse.cdt.core.qnx')
-rw-r--r--core/org.eclipse.cdt.core.qnx/build.properties6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/org.eclipse.cdt.core.qnx/build.properties b/core/org.eclipse.cdt.core.qnx/build.properties
index ef4622fb432..5cd7cfcdef7 100644
--- a/core/org.eclipse.cdt.core.qnx/build.properties
+++ b/core/org.eclipse.cdt.core.qnx/build.properties
@@ -4,7 +4,5 @@ bin.includes = fragment.xml,\
os/,\
cdt_qnx.jar
source.cdt_qnx.jar = src/
-src.includes = fragment.xml,\
- fragment.properties,\
- about.html,\
- os/
+src.includes = about.html,\
+ library/

Back to the top