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.managedbuilder.xlc.core/plugin.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.managedbuilder.xlc.core/plugin.properties')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.properties16
1 files changed, 16 insertions, 0 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.properties
new file mode 100644
index 00000000000..8016e2af74a
--- /dev/null
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2006 IBM Corporation.
+# 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 implementation
+###############################################################################
+
+# Plugin Name
+pluginName=Xl C Development Toolkit - ManageBuilder Core
+providerName=IBM
+
+objectFileName=Object File \ No newline at end of file

Back to the top