Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'codan/org.eclipse.cdt.codan.ui.cxx/build.properties')
-rw-r--r--codan/org.eclipse.cdt.codan.ui.cxx/build.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/codan/org.eclipse.cdt.codan.ui.cxx/build.properties b/codan/org.eclipse.cdt.codan.ui.cxx/build.properties
index d3cbd571407..844e3b5dddf 100644
--- a/codan/org.eclipse.cdt.codan.ui.cxx/build.properties
+++ b/codan/org.eclipse.cdt.codan.ui.cxx/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2010 Alena Laskavaia and others.
+# Copyright (c) 2010, 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,3 +16,4 @@ bin.includes = META-INF/,\
plugin.xml,\
OSGI-INF/l10n/bundle.properties,\
about.html
+src.includes = about.html

Back to the top