Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core.native/build.properties')
-rw-r--r--core/org.eclipse.cdt.core.native/build.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.native/build.properties b/core/org.eclipse.cdt.core.native/build.properties
new file mode 100644
index 00000000000..45d3b3aeced
--- /dev/null
+++ b/core/org.eclipse.cdt.core.native/build.properties
@@ -0,0 +1,24 @@
+###############################################################################
+# 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+# Martin Oberhuber (Wind River) - [303083] Split out the Spawner
+###############################################################################
+bin.includes = plugin.properties,\
+ about.html,\
+ .,\
+ META-INF/
+src.includes = about.html
+javadoc.packages = org.eclipse.cdt.utils.*,\
+ org.eclipse.cdt.utils.pty.*,\
+ org.eclipse.cdt.utils.spawner.*
+source.. = utils/
+
+jre.compilation.profile=JavaSE-1.7
+javacSource=1.7
+javacTarget=1.7

Back to the top