Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3a8caeb9309863823d67e4c08a8aa9ceaf00d75a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
###############################################################################
# Copyright (c) 2000, 2004 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials 
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
# 
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################

AbstractSourceLookupDirector.11=Unable to restore source lookup path - expecting typeId attribute.
AbstractSourceLookupDirector.12=Unable to restore source lookup path - unknown type source container type specified: {0}
AbstractSourceLookupDirector.13=Unable to restore source lookup path - expecting memento attribute.
AbstractSourceLookupDirector.14=Unable to read source lookup path - expecting sourceLookupDirector node.

ArchiveSourceContainer.1=Exception occurred while detecting root directory in archive {0}
ArchiveSourceContainer.2=Unable to access archive {0}

ArchiveSourceContainerType.10=Invalid or missing <path> attribute in archive memento.
ArchiveSourceContainerType.11=Missing <archive> node in archive memento.
ArchiveSourceContainerType.12=Invalid archive memento

DefaultSourceContainer.0=Default
DefaultSourceContainer.1=Error creating source path computer.
DefaultSourceContainerType.5=Unable to restore default source lookup path - missing launchConfiguration attribute.
DefaultSourceContainerType.6=Unable to restore default source lookup path - expecting default element.
DefaultSourceContainerType.7=Unable to restore default source lookup path - invalid memento.

DirectorySourceContainerType.10=Unable to restore directory source lookup entry - missing path attribute.
DirectorySourceContainerType.11=Unable to restore directory source lookup entry - expecting directory element.
DirectorySourceContainerType.12=Unable to restore directory source lookup entry - invalid memento.

FolderSourceContainerType.10=Unable to restore source lookup folder - missing path attribute.
FolderSourceContainerType.11=Unable to restore source lookup folder - expecting folder element.
FolderSourceContainerType.12=Unable to restore source lookup folder - invalid memento.

LocalFileStorage.0=Exception ocurred retrieving file contents.

ProjectSourceContainerType.10=Unable to restore project source lookup entry - missing name attribute.
ProjectSourceContainerType.11=Unable to restore project source lookup entry - expecting project element.
ProjectSourceContainerType.12=Unable to restore project source lookup entry - invalid memento.

SourceLookupUtils.3=Unable to create new XML document.
SourceLookupUtils.4=Unable to serialize XML document.
SourceLookupUtils.5=Unable to serialize XML document.
SourceLookupUtils.6=Unable to parse XML document.
SourceLookupUtils.7=Unable to parse XML document.
SourceLookupUtils.8=Unable to parse XML document.
SourceLookupUtils.9=Unable to parse XML document.
SourceLookupUtils.10=Unable to parse XML document.
SourceContainerType.3=Unable to persist source lookup path.

WorkspaceSourceContainer.0=Workspace

WorkspaceSourceContainerType.3=Unable to restore workspace source lookup entry - expecting workspace element.
WorkspaceSourceContainerType.4=Unable to restore workspace source lookup entry - invalid memento.

ZipEntryStorage.0=Unable to read ZipEntry contents

Back to the top