Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: cad9483f0dfdffa49c1cd12fe8b45ec81e911609 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
###############################################################################
# Copyright (c) 2005 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
# http://www.eclipse.org/legal/epl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
EMFWorkbenchContextBase_ERROR_0=IWAE0003E Method not yet implemented.
EMFWorkbenchContextBase_ERROR_1=IWAE0005E Project can not be null.
EMFWorkbenchContextBase_ERROR_2=IWAE0006E Attempt to create resource set with null project
EMFNatureRegistry_ERROR_0=IWAE0007E Duplicate EMF nature registration for id: {0}
EMFWorkbenchContextFactory_UI_0=The project should not be null.
EMFWorkbenchContextFactory_UI_1=The project \"{0}\" is not accessible.

ProjectUtil_Delete_1=Deleting \"{0}\".

Back to the top