Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Barnes2005-06-08 21:24:20 +0000
committerKevin Barnes2005-06-08 21:24:20 +0000
commit9254c7483f9815cab1c9af3c5100a3b0933223cc (patch)
treea4acbd47bba26f0476e3154519f1b24d4872d3d6 /org.eclipse.core.variables/src
parentf3999ad8b3687601377fc556d9be27defd9f6aba (diff)
downloadeclipse.platform.debug-9254c7483f9815cab1c9af3c5100a3b0933223cc.tar.gz
eclipse.platform.debug-9254c7483f9815cab1c9af3c5100a3b0933223cc.tar.xz
eclipse.platform.debug-9254c7483f9815cab1c9af3c5100a3b0933223cc.zip
fixed line delimiters
Diffstat (limited to 'org.eclipse.core.variables/src')
-rw-r--r--org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.properties36
1 files changed, 18 insertions, 18 deletions
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}

Back to the top