| # Copyright (c) 2003, 2018 IBM Corporation, Embarcadero Technologies, CEA, and others. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License v2.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/epl-v20.html |
| # |
| # Contributors: |
| # IBM - initial API and implementation |
| # Kenn Hussey (Embarcadero Technologies) - 204200 |
| # Kenn Hussey - 314388, 341158, 535301 |
| # Kenn Hussey (CEA) - 351776 |
| # |
| |
| # NLS_MESSAGEFORMAT_VAR |
| |
| # feature.properties |
| # contains externalized strings for feature.xml |
| # "%foo" in feature.xml corresponds to the key "foo" in this file |
| # java.io.Properties file (ISO 8859-1 with "\" escapes) |
| |
| # "feature.label" property - name of the feature |
| feature.label = UML2 Examples |
| |
| # "feature.provider-name" property - name of the company that provides the feature |
| feature.provider-name = Eclipse Modeling Project |
| |
| # "update.label" property - label for the update site |
| update.label = Eclipse Modeling Project Updates |
| |
| # "description" property - description of the feature |
| description = Unified Modeling Language 2.x Examples |