Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2011-06-08 14:10:28 +0000
committerVivian Kong2011-06-08 14:10:28 +0000
commit1ac5b9f1e252f9ccd453e485f231d762b026716a (patch)
tree3de2f371dacd841e41397ad533d5ed3db3481456 /codan/org.eclipse.cdt.codan.checkers.ui
parent7d9517f36cc036284be2f3888afc3b7a9c78a11f (diff)
downloadorg.eclipse.cdt-1ac5b9f1e252f9ccd453e485f231d762b026716a.tar.gz
org.eclipse.cdt-1ac5b9f1e252f9ccd453e485f231d762b026716a.tar.xz
org.eclipse.cdt-1ac5b9f1e252f9ccd453e485f231d762b026716a.zip
Bug 348747 - Codan source bundles missing required files
Diffstat (limited to 'codan/org.eclipse.cdt.codan.checkers.ui')
-rw-r--r--codan/org.eclipse.cdt.codan.checkers.ui/build.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/codan/org.eclipse.cdt.codan.checkers.ui/build.properties b/codan/org.eclipse.cdt.codan.checkers.ui/build.properties
index 106258a6e3e..01ca12f04bf 100644
--- a/codan/org.eclipse.cdt.codan.checkers.ui/build.properties
+++ b/codan/org.eclipse.cdt.codan.checkers.ui/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2009, 2010 Alena Laskavaia and others.
+# Copyright (c) 2009, 2011 Alena Laskavaia and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -7,6 +7,7 @@
#
# Contributors:
# Alena Laskavaia - initial API and implementation
+# IBM Corporation
###############################################################################
source.. = src/
output.. = bin/
@@ -15,4 +16,4 @@ bin.includes = META-INF/,\
plugin.xml,\
OSGI-INF/l10n/bundle.properties,\
about.html
-
+src.includes = about.html

Back to the top