Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'codan/org.eclipse.cdt.codan.examples/build.properties')
-rw-r--r--codan/org.eclipse.cdt.codan.examples/build.properties7
1 files changed, 5 insertions, 2 deletions
diff --git a/codan/org.eclipse.cdt.codan.examples/build.properties b/codan/org.eclipse.cdt.codan.examples/build.properties
index 998377d550f..844e3b5dddf 100644
--- a/codan/org.eclipse.cdt.codan.examples/build.properties
+++ b/codan/org.eclipse.cdt.codan.examples/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,10 +7,13 @@
#
# Contributors:
# Alena Laskavaia - initial API and implementation
+# IBM Corporation
###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
- OSGI-INF/l10n/bundle.properties
+ OSGI-INF/l10n/bundle.properties,\
+ about.html
+src.includes = about.html

Back to the top