mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +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
|
||||
# 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
|
||||
inputType.c.name = Local C Sources
|
||||
wizard.description = Create a new XL UPC project
|
|
@ -470,6 +470,9 @@
|
|||
id="cdt.managedbuilder.wizard.upc"
|
||||
name="%wizard.name.1"
|
||||
project="true">
|
||||
<description>
|
||||
%wizard.description
|
||||
</description>
|
||||
</wizard>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
Loading…
Add table
Reference in a new issue