mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 16:26:11 +02:00
Bug 314101 - add description for new XL UPC project wizard
This commit is contained in:
parent
3c7aa4933d
commit
16ef2697a6
2 changed files with 6 additions and 2 deletions
|
@ -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
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -60,3 +60,4 @@ tool.compiler.abstract.name = Abstract XL UPC Compiler
|
||||||
tool.compiler.name = Local XL UPC Compiler
|
tool.compiler.name = Local XL UPC Compiler
|
||||||
inputType.upc.name = Local UPC Sources
|
inputType.upc.name = Local UPC Sources
|
||||||
inputType.c.name = Local C Sources
|
inputType.c.name = Local C Sources
|
||||||
|
wizard.description = Create a new XL UPC project
|
|
@ -470,6 +470,9 @@
|
||||||
id="cdt.managedbuilder.wizard.upc"
|
id="cdt.managedbuilder.wizard.upc"
|
||||||
name="%wizard.name.1"
|
name="%wizard.name.1"
|
||||||
project="true">
|
project="true">
|
||||||
|
<description>
|
||||||
|
%wizard.description
|
||||||
|
</description>
|
||||||
</wizard>
|
</wizard>
|
||||||
</extension>
|
</extension>
|
||||||
<extension
|
<extension
|
||||||
|
|
Loading…
Add table
Reference in a new issue