Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohna2009-04-29 20:57:11 +0000
committerjohna2009-04-29 20:57:11 +0000
commit948768e4418f233b795110b37bcf5df402eb521f (patch)
tree799924efae38123bdd032080c5ee24ca728f5266 /org.eclipse.core.variables
parent340dae07d46a0ca00b31940c76119dce1ab84ce2 (diff)
downloadeclipse.platform.debug-948768e4418f233b795110b37bcf5df402eb521f.tar.gz
eclipse.platform.debug-948768e4418f233b795110b37bcf5df402eb521f.tar.xz
eclipse.platform.debug-948768e4418f233b795110b37bcf5df402eb521f.zip
cleanup
Diffstat (limited to 'org.eclipse.core.variables')
-rw-r--r--org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.java12
1 files changed, 1 insertions, 11 deletions
diff --git a/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.java b/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.java
index 27378a62b..d6afcfda2 100644
--- a/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.java
+++ b/org.eclipse.core.variables/src/org/eclipse/core/internal/variables/VariablesMessages.java
@@ -1,5 +1,5 @@
/**********************************************************************
- * Copyright (c) 2000, 2005 IBM Corporation and others. All rights reserved. This
+ * Copyright (c) 2000, 2009 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
@@ -13,16 +13,6 @@ import org.eclipse.osgi.util.NLS;
public class VariablesMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.core.internal.variables.VariablesMessages";//$NON-NLS-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
- //
public static String StringSubstitutionEngine_3;
public static String StringSubstitutionEngine_4;

Back to the top