Skip to main content
summaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorChris Recoskie2006-09-08 13:29:24 +0000
committerChris Recoskie2006-09-08 13:29:24 +0000
commit594a9298a0bcf9178bece66d770b9153763bc8af (patch)
tree21bfd2522ff115a321846692cf1df9e9346f1c14 /xlc
parentcc7603103610f6fbbc002dab92fc3e1801d057d5 (diff)
downloadorg.eclipse.cdt-594a9298a0bcf9178bece66d770b9153763bc8af.tar.gz
org.eclipse.cdt-594a9298a0bcf9178bece66d770b9153763bc8af.tar.xz
org.eclipse.cdt-594a9298a0bcf9178bece66d770b9153763bc8af.zip
fix build properties
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.errorparsers.xlc/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/xlc/org.eclipse.cdt.errorparsers.xlc/build.properties b/xlc/org.eclipse.cdt.errorparsers.xlc/build.properties
index 34d2e4d2dad..f7540fbc534 100644
--- a/xlc/org.eclipse.cdt.errorparsers.xlc/build.properties
+++ b/xlc/org.eclipse.cdt.errorparsers.xlc/build.properties
@@ -1,4 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ plugin.properties,\
+ plugin.xml,\
+ about.html

Back to the top