Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2011-02-28 19:05:23 +0000
committerdavid_williams2011-02-28 19:05:23 +0000
commit10dfbe34c0b3068e7b6ed72cc2ff8857da8d0ef0 (patch)
tree6d987dfeb72505558a4eac5f8d265ea845c3b06f
parent332c3709a44b31853c9e58837bfe64a02900faa9 (diff)
downloadwebtools.maps-10dfbe34c0b3068e7b6ed72cc2ff8857da8d0ef0.tar.gz
webtools.maps-10dfbe34c0b3068e7b6ed72cc2ff8857da8d0ef0.tar.xz
webtools.maps-10dfbe34c0b3068e7b6ed72cc2ff8857da8d0ef0.zip
filter out 'different by 1' msgs
-rw-r--r--releng/maps/comparatorfilter.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/releng/maps/comparatorfilter.properties b/releng/maps/comparatorfilter.properties
index ee36169c0..71daa7d24 100644
--- a/releng/maps/comparatorfilter.properties
+++ b/releng/maps/comparatorfilter.properties
@@ -29,6 +29,12 @@ comparator.createdbyant.summary =
comparator.createdbyant.comparison =
comparator.createdbyant.reason = ^.*The manifest header \"Created-By\" has different values.*$
+! 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.testjar.summary = .*org.eclipse.jst.j2ee.tests.*
comparator.testjar.comparison =
comparator.testjar.reason = ^IOException comparing.*sourceartifactTestData_ClasspathDependencyTests_Test1_jar.*$

Back to the top