Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlena Laskavaia2010-03-04 14:59:04 +0000
committerAlena Laskavaia2010-03-04 14:59:04 +0000
commit6c3addbb62b82bd139e58f9c991b36ff6021b74c (patch)
tree1d5021105c5558ffe80fb43bc374a4cdfa651fbd /codan/org.eclipse.cdt.codan.checkers.ui
parent3e3b57e1d1d4248c54f4ce015e79ff0dad2a388a (diff)
downloadorg.eclipse.cdt-6c3addbb62b82bd139e58f9c991b36ff6021b74c.tar.gz
org.eclipse.cdt-6c3addbb62b82bd139e58f9c991b36ff6021b74c.tar.xz
org.eclipse.cdt-6c3addbb62b82bd139e58f9c991b36ff6021b74c.zip
added missing plugin xml and source build
Diffstat (limited to 'codan/org.eclipse.cdt.codan.checkers.ui')
-rw-r--r--codan/org.eclipse.cdt.codan.checkers.ui/build.properties7
1 files changed, 6 insertions, 1 deletions
diff --git a/codan/org.eclipse.cdt.codan.checkers.ui/build.properties b/codan/org.eclipse.cdt.codan.checkers.ui/build.properties
index 34d2e4d2dad..ae09d1e02ec 100644
--- a/codan/org.eclipse.cdt.codan.checkers.ui/build.properties
+++ b/codan/org.eclipse.cdt.codan.checkers.ui/build.properties
@@ -1,4 +1,9 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ plugin.xml
+src.includes = src/,\
+ plugin.xml,\
+ build.properties,\
+ META-INF/

Back to the top