Skip to main content
summaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
authorChris Recoskie2007-06-07 14:22:47 +0000
committerChris Recoskie2007-06-07 14:22:47 +0000
commite32f4eb9ec93a17edaa40ead31ede4c2c730776b (patch)
tree4c4a2081b67c24ab474314416b6b8942d62c0b06 /xlc
parentf0b7ccf67404c9ae8061bc300925008919b49c09 (diff)
downloadorg.eclipse.cdt-e32f4eb9ec93a17edaa40ead31ede4c2c730776b.tar.gz
org.eclipse.cdt-e32f4eb9ec93a17edaa40ead31ede4c2c730776b.tar.xz
org.eclipse.cdt-e32f4eb9ec93a17edaa40ead31ede4c2c730776b.zip
fix for 191485 to get the xlc plugin working right in the build
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties
index 34d2e4d2dad..f7540fbc534 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties
@@ -1,4 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ plugin.properties,\
+ plugin.xml,\
+ about.html

Back to the top