Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.externaltools/Ant Editor/org/eclipse/ui/externaltools/internal/ant/editor/utils/AntEditorUtilsMessages.properties')
-rw-r--r--org.eclipse.ui.externaltools/Ant Editor/org/eclipse/ui/externaltools/internal/ant/editor/utils/AntEditorUtilsMessages.properties22
1 files changed, 0 insertions, 22 deletions
diff --git a/org.eclipse.ui.externaltools/Ant Editor/org/eclipse/ui/externaltools/internal/ant/editor/utils/AntEditorUtilsMessages.properties b/org.eclipse.ui.externaltools/Ant Editor/org/eclipse/ui/externaltools/internal/ant/editor/utils/AntEditorUtilsMessages.properties
deleted file mode 100644
index 99b18e655..000000000
--- a/org.eclipse.ui.externaltools/Ant Editor/org/eclipse/ui/externaltools/internal/ant/editor/utils/AntEditorUtilsMessages.properties
+++ /dev/null
@@ -1,22 +0,0 @@
-###############################################################################
-# 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
-###############################################################################
-
-ProjectHelperImpl.Unexpected_element___{0}__1=Unexpected element \"{0}"
-ProjectHelperImpl.Unexpected_text___{0}__2=Unexpected text \"{0}"
-ProjectHelperImpl.Unknown_data_type__3=Unknown data type
-ProjectHelperImpl.Unexpected_attribute___{0}__4=Unexpected attribute \"{0}"
-ProjectHelperImpl.The_default_attribute_of_project_is_required_5=The default attribute of project is required
-ProjectHelperImpl.Unexpected_element___{0}__6=Unexpected element \"{0}"
-ProjectHelperImpl.Config_file_is_not_of_expected_XML_type_7=Config file is not of expected XML type
-ProjectHelperImpl.Unexpected_attribute___{0}__8=Unexpected attribute \"{0}"
-ProjectHelperImpl.target_element_appears_without_a_name_attribute_9=target element appears without a name attribute
-ProjectHelperImpl.Encoding_of_project_file_is_invalid._10=Encoding of project file is invalid.
-ProjectHelperImpl.Error_reading_project_file__{0}_11=Error reading project file: {0}

Back to the top