From 9254c7483f9815cab1c9af3c5100a3b0933223cc Mon Sep 17 00:00:00 2001 From: Kevin Barnes Date: Wed, 8 Jun 2005 21:24:20 +0000 Subject: fixed line delimiters --- .../variables/VariablesMessages.properties | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'org.eclipse.core.variables') diff --git a/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.properties b/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.properties index af64c6ee7..945dbd36a 100644 --- a/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.properties +++ b/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.properties @@ -1,18 +1,18 @@ -############################################################################### -# Copyright (c) 2000, 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 -############################################################################### - -StringSubstitutionEngine_3=Reference to undefined variable {0} -StringSubstitutionEngine_4=Variable {0} does not accept arguments - -StringVariableManager_26=Variables with the specified names are already registered. -StringVariableManager_27=Variable named {0} already registered - -DynamicVariable_0=Unsupported argument {0} specified for variable {1} +############################################################################### +# Copyright (c) 2000, 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 +############################################################################### + +StringSubstitutionEngine_3=Reference to undefined variable {0} +StringSubstitutionEngine_4=Variable {0} does not accept arguments + +StringVariableManager_26=Variables with the specified names are already registered. +StringVariableManager_27=Variable named {0} already registered + +DynamicVariable_0=Unsupported argument {0} specified for variable {1} -- cgit v1.2.3