Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2010-10-12 03:08:47 +0000
committerdavid_williams2010-10-12 03:08:47 +0000
commit618c6f97d52c3b6fbc75f530d3ee4671aa018743 (patch)
tree0417446997259237b9056b17b157fa7b9391c634
parent8202e291de2c5a7226a4d6ba7933fe107f9848a7 (diff)
downloadwebtools.maps-618c6f97d52c3b6fbc75f530d3ee4671aa018743.tar.gz
webtools.maps-618c6f97d52c3b6fbc75f530d3ee4671aa018743.tar.xz
webtools.maps-618c6f97d52c3b6fbc75f530d3ee4671aa018743.zip
cleanup/make consistent
-rw-r--r--releng/maps/comparatorfilter.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/releng/maps/comparatorfilter.properties b/releng/maps/comparatorfilter.properties
index fbee65b4f..fe6df9e3f 100644
--- a/releng/maps/comparatorfilter.properties
+++ b/releng/maps/comparatorfilter.properties
@@ -39,10 +39,12 @@ org.eclipse.wst.xsl.doc|\
org.eclipse.wst.server.ui.doc.user|\
org.eclipse.jst.server.ui.doc.user|\
org.eclipse.jst.ws.jaxws.doc.user|\
-osgi.bundle,org.eclipse.jst.jsf.doc.user\
+org.eclipse.jst.jsf.doc.user|\
+org.eclipse.wst.common.project.facet.doc.api\
).*$
comparator.docbuildxml.comparison =
-comparator.docbuildxml.reason = ^Binary file build\\.xml: sizes differ by.*$
+! exclude all doc, for now
+!comparator.docbuildxml.reason = ^Binary file build\\.xml: sizes differ by.*$

Back to the top