Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/xlc
diff options
context:
space:
mode:
Diffstat (limited to 'xlc')
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/plugin.properties5
-rw-r--r--xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/plugin.xml3
2 files changed, 6 insertions, 2 deletions
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/plugin.properties b/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/plugin.properties
index b4e76b65992..8a6f2b30c52 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/plugin.properties
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2009, 2010 IBM Corporation and others.
+# Copyright (c) 2009, 2011 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
@@ -59,4 +59,5 @@ tool.linker.so.name = XL UPC Shared Object Linker
tool.compiler.abstract.name = Abstract XL UPC Compiler
tool.compiler.name = Local XL UPC Compiler
inputType.upc.name = Local UPC Sources
-inputType.c.name = Local C Sources \ No newline at end of file
+inputType.c.name = Local C Sources
+wizard.description = Create a new XL UPC project \ No newline at end of file
diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/plugin.xml b/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/plugin.xml
index e9e9b84d754..521340097fa 100644
--- a/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/plugin.xml
+++ b/xlc/org.eclipse.cdt.managedbuilder.xlupc.ui/plugin.xml
@@ -470,6 +470,9 @@
id="cdt.managedbuilder.wizard.upc"
name="%wizard.name.1"
project="true">
+ <description>
+ %wizard.description
+ </description>
</wizard>
</extension>
<extension

Back to the top