Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core/build.properties')
-rw-r--r--core/org.eclipse.cdt.core/build.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/org.eclipse.cdt.core/build.properties b/core/org.eclipse.cdt.core/build.properties
index 64dbe7a4fcb..dbbe7f7419e 100644
--- a/core/org.eclipse.cdt.core/build.properties
+++ b/core/org.eclipse.cdt.core/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2009 IBM Corporation and others.
+# Copyright (c) 2003, 2014 IBM Corporation 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:
# IBM Corporation - initial API and implementation
+# Martin Oberhuber (Wind River) - [303083] Split out the Spawner
###############################################################################
bin.includes = plugin.xml,\
plugin.properties,\
@@ -22,8 +23,7 @@ javadoc.packages = org.eclipse.cdt.core.*,\
org.eclipse.cdt.core.resources.*,\
org.eclipse.cdt.core.templateengine.*,\
org.eclipse.cdt.utils.*,\
- org.eclipse.cdt.utils.elf.*,\
- org.eclipse.cdt.utils.spawner.*
+ org.eclipse.cdt.utils.elf.*
source.. = src/,\
model/,\
parser/,\

Back to the top