Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2011-02-28 14:38:52 +0000
committerdavid_williams2011-02-28 14:38:52 +0000
commitc3254e564cf91ae08c2f5ab1a5d466907ea1049f (patch)
tree1bb499047ea52d0de0c07b63cb55200b90960d37
parentdc9a6bf37d5c4460efce33ad46881c9a4a471249 (diff)
downloadwebtools.maps-c3254e564cf91ae08c2f5ab1a5d466907ea1049f.tar.gz
webtools.maps-c3254e564cf91ae08c2f5ab1a5d466907ea1049f.tar.xz
webtools.maps-c3254e564cf91ae08c2f5ab1a5d466907ea1049f.zip
filter out 'created by' msgs
-rw-r--r--releng/maps/comparatorfilter.properties7
1 files changed, 4 insertions, 3 deletions
diff --git a/releng/maps/comparatorfilter.properties b/releng/maps/comparatorfilter.properties
index 9b1b02ff7..ee36169c0 100644
--- a/releng/maps/comparatorfilter.properties
+++ b/releng/maps/comparatorfilter.properties
@@ -25,6 +25,10 @@ comparator.aboutmappings.summary =
comparator.aboutmappings.comparison =
comparator.aboutmappings.reason = ^In about\\.mappings, the property \"0\" has different values.*$
+comparator.createdbyant.summary =
+comparator.createdbyant.comparison =
+comparator.createdbyant.reason = ^.*The manifest header \"Created-By\" has different values.*$
+
comparator.testjar.summary = .*org.eclipse.jst.j2ee.tests.*
comparator.testjar.comparison =
comparator.testjar.reason = ^IOException comparing.*sourceartifactTestData_ClasspathDependencyTests_Test1_jar.*$
@@ -46,6 +50,3 @@ org.eclipse.wst.common.project.facet.doc.api\
comparator.docbuildxml.comparison =
! exclude all doc, for now
!comparator.docbuildxml.reason = ^Binary file build\\.xml: sizes differ by.*$
-
-
-

Back to the top