mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
RESOLVED - bug 184442: UPCLanguage has typo in PLUGIN_ID
https://bugs.eclipse.org/bugs/show_bug.cgi?id=184442
This commit is contained in:
parent
e129ae7c03
commit
c7e6e87019
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
||||||
# properties file for org.eclipse.cdt.core.parser.c99
|
# properties file for org.eclipse.cdt.core.parser.upc
|
||||||
Bundle-Name.0 = C99 Parser Plug-in
|
Bundle-Name.0 = UPC Parser Plug-in
|
||||||
Bundle-Vendor.0 = Eclipse.org
|
Bundle-Vendor.0 = Eclipse.org
|
||||||
Bundle-Name.1 = C99 Parser Plug-in
|
Bundle-Name.1 = UPC Parser Plug-in
|
||||||
|
upcSourceName = UPC Source File
|
|
@ -27,7 +27,7 @@ import org.eclipse.cdt.internal.core.dom.parser.upc.UPCParser;
|
||||||
public class UPCLanguage extends C99Language {
|
public class UPCLanguage extends C99Language {
|
||||||
|
|
||||||
// TODO: this should probably go somewhere else
|
// TODO: this should probably go somewhere else
|
||||||
public static final String PLUGIN_ID = "org.eclipse.cdt.core.parser.c99"; //$NON-NLS-1$
|
public static final String PLUGIN_ID = "org.eclipse.cdt.core.parser.upc"; //$NON-NLS-1$
|
||||||
public static final String ID = PLUGIN_ID + ".upc"; //$NON-NLS-1$
|
public static final String ID = PLUGIN_ID + ".upc"; //$NON-NLS-1$
|
||||||
|
|
||||||
private static UPCKeywordMap keywordMap = new UPCKeywordMap();
|
private static UPCKeywordMap keywordMap = new UPCKeywordMap();
|
||||||
|
|
Loading…
Add table
Reference in a new issue