Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2011-03-02 03:11:06 +0000
committerdavid_williams2011-03-02 03:11:06 +0000
commit8220d742c9f396cd8bffceae09baadd585362de2 (patch)
tree2d2412e442df17f7e5a75d61f6ff938146476d39
parentb3ee940609eb3a799bf17e1d51b2da87b1094fcd (diff)
downloadwebtools.maps-8220d742c9f396cd8bffceae09baadd585362de2.tar.gz
webtools.maps-8220d742c9f396cd8bffceae09baadd585362de2.tar.xz
webtools.maps-8220d742c9f396cd8bffceae09baadd585362de2.zip
filter out 'different by 1' msgs
-rw-r--r--releng/maps/comparatorfilter.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/maps/comparatorfilter.properties b/releng/maps/comparatorfilter.properties
index 71daa7d24..c73f5b187 100644
--- a/releng/maps/comparatorfilter.properties
+++ b/releng/maps/comparatorfilter.properties
@@ -31,9 +31,9 @@ comparator.createdbyant.reason = ^.*The manifest header \"Created-By\" has diffe
! May want to remove this, depending on how Orbit bug is resolved.
! https://bugs.eclipse.org/bugs/show_bug.cgi?id=338447
-comparator.createdbyant.summary =
-comparator.createdbyant.comparison =
-comparator.createdbyant.reason = ^.*The Manifest file sizes differ by 1 elements.*$
+comparator.extraSourceReferenceElement.summary =
+comparator.extraSourceReferenceElement.comparison =
+comparator.extraSourceReferenceElement.reason = ^.*The Manifest file sizes differ by 1 elements.*$
comparator.testjar.summary = .*org.eclipse.jst.j2ee.tests.*
comparator.testjar.comparison =

Back to the top