From 0a29b63695ec135be2c6319dd198c390b2299f43 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Thu, 21 Apr 2011 02:21:53 +0000 Subject: [PATCH] temporary removing file to fix issue in git mirror. --- .../gettersandsetters/Messages.properties | 21 --------------- .../implementmethod/Messages.properties | 26 ------------------- 2 files changed, 47 deletions(-) delete mode 100644 core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/gettersandsetters/Messages.properties delete mode 100644 core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/Messages.properties diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/gettersandsetters/Messages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/gettersandsetters/Messages.properties deleted file mode 100644 index bb018b58168..00000000000 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/gettersandsetters/Messages.properties +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# Copyright (c) 2008, 2011 Institute for Software, HSR Hochschule fuer Technik -# Rapperswil, University of applied sciences 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: -# Institute for Software - initial API and implementation -############################################################################### -GettersAndSetters_Name=Generate getters and setters -GenerateGettersAndSettersInputPage_DeselectAll=Deselect All -GenerateGettersAndSettersInputPage_header=Select getters and setters to create: -GenerateGettersAndSettersInputPage_PlaceImplHeader=Place implementation in header file -GenerateGettersAndSettersInputPage_SelectAll=Select All -GenerateGettersAndSettersInputPage_SelectGetters=Select Getters -GenerateGettersAndSettersInputPage_SelectSetters=Select Setters -GenerateGettersAndSettersRefactoring_NoCassDefFound=No class definition found -GenerateGettersAndSettersRefactoring_NoFields=The class does not contain any fields. -GenerateGettersAndSettersRefactoring_NoImplFile=No implementation file found. Inserting definition into the header file. diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/Messages.properties b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/Messages.properties deleted file mode 100644 index 1b60d0f979e..00000000000 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/implementmethod/Messages.properties +++ /dev/null @@ -1,26 +0,0 @@ -############################################################################### -# Copyright (c) 2008, 2011 Institute for Software, HSR Hochschule fuer Technik -# Rapperswil, University of applied sciences 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: -# Institute for Software - initial API and implementation -# IBM Corporation -# Marc-Andre Laperle -############################################################################### -ParameterNamesInputPage_Title=Implement Method -ImplementMethodInputPage_Header=Select Methods to implement: -ParameterNamesInputPage_CompleteMissingMails=Please complete the missing variable names: -ImplementMethodInputPage_PageTitle=Implement Method -ImplementMethodInputPage_SelectAll=Select All -ImplementMethodInputPage_DeselectAll=Deselect All -ImplementMethodRefactoringPage_PreviewGenerationNotPossible=Preview generation not possible -ImplementMethodRefactoringPage_GeneratingPreview=Generating preview... -ImplementMethodRefactoringPage_PreviewCanceled=Preview canceled -ImplementMethodRefactoring_NoMethodSelected=No method declaration selected -ImplementMethodRefactoring_MethodHasImpl=This method already has an implementation. -ImplementMethodRefactoring_NoImplFile=No implementation file found for one or more method. Inserting definition(s) into the header file. -ImplementMethodRefactoringWizard_CancelingPreviewGeneration=Canceling preview generation \ No newline at end of file