Skip to main content
summaryrefslogtreecommitdiffstats
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.solaris
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.solaris')
-rw-r--r--core/org.eclipse.cdt.core.solaris/build.properties6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/org.eclipse.cdt.core.solaris/build.properties b/core/org.eclipse.cdt.core.solaris/build.properties
index 3c308d2f2d2..fd2b62b1870 100644
--- a/core/org.eclipse.cdt.core.solaris/build.properties
+++ b/core/org.eclipse.cdt.core.solaris/build.properties
@@ -3,8 +3,6 @@ bin.includes = fragment.xml,\
about.html,\
os/,\
cdt_solaris.jar
-src.includes = fragment.xml,\
- fragment.properties,\
- about.html,\
- os/
+src.includes = about.html,\
+ library/
source.cdt_solaris.jar = src/

Back to the top