Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.externaltools/Ant Editor/org/eclipse/ui/externaltools/internal/ant/editor/xml/AntEditorXMLMessages.properties')
-rw-r--r--org.eclipse.ui.externaltools/Ant Editor/org/eclipse/ui/externaltools/internal/ant/editor/xml/AntEditorXMLMessages.properties11
1 files changed, 7 insertions, 4 deletions
diff --git a/org.eclipse.ui.externaltools/Ant Editor/org/eclipse/ui/externaltools/internal/ant/editor/xml/AntEditorXMLMessages.properties b/org.eclipse.ui.externaltools/Ant Editor/org/eclipse/ui/externaltools/internal/ant/editor/xml/AntEditorXMLMessages.properties
index e829bbf53..5f99b341d 100644
--- a/org.eclipse.ui.externaltools/Ant Editor/org/eclipse/ui/externaltools/internal/ant/editor/xml/AntEditorXMLMessages.properties
+++ b/org.eclipse.ui.externaltools/Ant Editor/org/eclipse/ui/externaltools/internal/ant/editor/xml/AntEditorXMLMessages.properties
@@ -1,10 +1,13 @@
-######################################################################
-# Copyright (c) 2003 IBM Corp. and others.
-# All rights reserved. This program and the accompanying materials
+###############################################################################
+# Copyright (c) 2000, 2003 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v10.html
-######################################################################
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
XmlElement.XmlElement_cannot_be_added_as_a_child=XmlElement \'{0}\' cannot be added as a child, as it already is a child of \'{1}\'
XmlElement.XmlElement_toString=XmlElement[name={0}; starting={1},{2}; ending={3},{4}]

Back to the top