Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Recoskie2008-01-21 20:16:41 +0000
committerChris Recoskie2008-01-21 20:16:41 +0000
commitc2d448fd860b5bf3f334b3b47762391ffdc0a517 (patch)
treec10e5ac7a6a3520bd8ce66adf28648a9239cf5e7 /xlc/org.eclipse.cdt.make.xlc.core/build.properties
parentb87dd32cf946093070a3a54b4d2f36b1ab0c75bf (diff)
downloadorg.eclipse.cdt-c2d448fd860b5bf3f334b3b47762391ffdc0a517.tar.gz
org.eclipse.cdt-c2d448fd860b5bf3f334b3b47762391ffdc0a517.tar.xz
org.eclipse.cdt-c2d448fd860b5bf3f334b3b47762391ffdc0a517.zip
Initial commit. Patch from Leonardo Garcia (IBM)
Diffstat (limited to 'xlc/org.eclipse.cdt.make.xlc.core/build.properties')
-rw-r--r--xlc/org.eclipse.cdt.make.xlc.core/build.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/xlc/org.eclipse.cdt.make.xlc.core/build.properties b/xlc/org.eclipse.cdt.make.xlc.core/build.properties
new file mode 100644
index 00000000000..32d0df161ba
--- /dev/null
+++ b/xlc/org.eclipse.cdt.make.xlc.core/build.properties
@@ -0,0 +1,17 @@
+###############################################################################
+# Copyright (c) 2007 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
+###############################################################################
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.properties,\
+ about.html
+

Back to the top