2008-01-22 19:16:30 +00:00
|
|
|
###############################################################################
|
2009-05-26 21:34:15 +00:00
|
|
|
# Copyright (c) 2007, 2009 IBM Corporation and others.
|
2018-11-20 13:02:15 +00:00
|
|
|
#
|
|
|
|
# This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
2009-05-26 21:34:15 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2018-11-20 13:02:15 +00:00
|
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
2018-11-22 23:46:49 +00:00
|
|
|
#
|
2009-05-26 21:34:15 +00:00
|
|
|
# Contributors:
|
2008-01-22 19:16:30 +00:00
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
Bundle-Name.0 = LR Parser Plug-in
|
2009-05-14 21:14:07 +00:00
|
|
|
Bundle-Vendor.0 = Eclipse CDT
|
2008-01-22 19:16:30 +00:00
|
|
|
Bundle-Name.1 = LR Parser Plug-in
|
|
|
|
|
|
|
|
# built-in languages
|
|
|
|
language.name.c99= C99
|
|
|
|
language.name.isocpp= ISO C++
|