From 55d6e02ac89fe04a18ffc3ce62fa8bb0d7614345 Mon Sep 17 00:00:00 2001 From: Andrew Niefer Date: Wed, 10 Feb 2010 16:19:38 +0000 Subject: bug 302288 - feature comparison, *.mappings --- .../repository/comparator/java/messages.properties | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/comparator/java/messages.properties') diff --git a/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/comparator/java/messages.properties b/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/comparator/java/messages.properties index e8c395639..a835f6ed1 100644 --- a/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/comparator/java/messages.properties +++ b/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/comparator/java/messages.properties @@ -9,9 +9,28 @@ # IBM Corporation - initial API and implementation ############################################################################### differentNumberOfEntries=Difference in [{0}]: {1} contains {2} files and {3} contains {4} files -differentEntry=Difference found for {0} within [{1}] from {2} +differentEntry=Difference found for {0} between {1} and {2} missingEntry=Missing {0} within [{1}] from {2} ioexception=IOException comparing {0} and {1} +binaryDifferentLength= Binary file {0}: sizes differ by {1} bytes. +classesDifferent= The class {0} is different. +propertiesSizesDifferent=The properties file {0} has a different number ({0}) of properties. +differentPropertyValueShort=In {0}, the property \"{1}\" has different values. +differentPropertyValueFull= In {0}, the property \"{1}\" has different values: \"{2}\" and \"{3}\". +missingProperty= The property \"{0}\" is not present in both properties files ({2}). +manifestDifferentSize=The Manifest file sizes differ by {0} elements. +manifestMissingEntry= The header \"{0}\" is not present in both Manifest files. +manifestDifferentValue=The manifest header \"{0}\" has different values. +binaryFilesDifferent=Binary file \"{0}\" is different. + +featureSize=The feature has a different number of entries/ +featureIdsDontMatch=Feature ids are not equal: \"{0}\" and \"{1}\" +featureVersionsDontMatch=Feature versions are not equal: \"{0}\" and \"{1}\" +featureEntry=The entry \"{0}\" is not present in both features. +featureEntryOptional=The entry \"{0}\" is not optional in both features. +featureEntryUnpack=The entry \"{0}\" has different unpack attribute values. +featureEntryMatch=The entry \"{0}\" has different match rules. +featureEntryFilter=The entry \"{0}\" has different filters. ### Disassembler messages -- cgit v1.2.3