Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-04-05 18:57:49 +0000
committerMichael Valenta2005-04-05 18:57:49 +0000
commitbc329114b3757a6fb14b2ab95c99c40054cdcb91 (patch)
tree64a05df62444c3b44eabd8d38d52a321e25a89c0 /bundles/org.eclipse.team.cvs.core
parentc5627b3d4c174c8346c49639270063d6fcff54f5 (diff)
downloadeclipse.platform.team-bc329114b3757a6fb14b2ab95c99c40054cdcb91.tar.gz
eclipse.platform.team-bc329114b3757a6fb14b2ab95c99c40054cdcb91.tar.xz
eclipse.platform.team-bc329114b3757a6fb14b2ab95c99c40054cdcb91.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.team.cvs.core')
-rw-r--r--bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties6
1 files changed, 0 insertions, 6 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
index 23adaffc1..50cd62b68 100644
--- a/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
+++ b/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/messages.properties
@@ -15,7 +15,6 @@ AbstractStructureVisitor_sendingFolder=Processing {0}
AbstractStructureVisitor_sendingFile=Processing {0}
AbstractStructureVisitor_noRemote=Unable to determine remote location for resource
-
CVSAuthenticationException_detail=Authentication error: {0}
CVSCommunicationException_io=CVS communication error: {0}
CVSCommunicationException_interruptCause=The most likely cause of the interrupt is either an intermittent network failure or a communications timeout.
@@ -76,8 +75,6 @@ CVSTeamProvider_updatingFolder=Updating {0}
ResourceDeltaVisitor_visitError=Error while processing resource deltas
-
-
EclipseResource_invalidResourceClass=Two different implementations of ICVSResource used
RemoteResource_invalidOperation=Invalid operation performed on remote resource
@@ -86,7 +83,6 @@ RemoteFolder_errorFetchingRevisions=Error fetching file revisions
RemoteFolder_errorFetchingMembers=One or more error occurred fetching the members of a remote folder
RemoteFolder_doesNotExist=Folder {0} does not exist remotely or you do not have permission to access it
-
RemoteFolderTreeBuilder_buildingBase=Collecting local synchronization information
RemoteFolderTreeBuilder_0=Resource {0} is no longer mapped to CVS.
RemoteFolderTreeBuilder_receivingDelta=Receiving delta for {0}
@@ -94,7 +90,6 @@ RemoteFolderTreeBuilder_receivingRevision=Receiving revision for {0}
RemoteFolderTreeBuilder_missingParent=An error has occurred processing file ''{0} {1}''
RemoteFolderTreeBuild_folderDeletedFromServer=Folder ''{0}'' has been deleted from the server.
-
Session_badInt="Malformed file transmission received"
Session_receiving=Receiving file: {0}
Session_transfer={0} ({1}K of {2}K bytes)
@@ -200,7 +195,6 @@ EclipseSynchronizer_ErrorSettingIgnorePattern=Cannot set ignored pattern on {0}
EclipseSynchronizer_ErrorCommitting=Errors saving CVS synchronization information to disk. Please fix the problems listed below and then update the affected resources from the CVS repository.
EclipseSynchronizer_folderSyncInfoMissing=CVS synchronization information could not be found for folder ''{0}''
-
SyncFileChangeListener_errorSettingTeamPrivateFlag=Error setting team-private flag on resource
RemoteFile_getContents=Retrieving remote file contents

Back to the top