commit | a6867ec754c53d709a59cee77b98936f590ad43a | [log] [tgz] |
---|---|---|
author | nitind <nitind> | Mon Oct 08 18:10:35 2007 +0000 |
committer | nitind <nitind> | Mon Oct 08 18:10:35 2007 +0000 |
tree | b6975a8234a904d3c5a6e38d0910cc7c5b10cec4 | |
parent | 7022f37354481118bd836d7bf854e6dac40039c1 [diff] |
[nobug] turn off dump reporting by default
diff --git a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/util/FacetModuleCoreSupport.java b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/util/FacetModuleCoreSupport.java index d61c3a2..ed5fa7d 100644 --- a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/util/FacetModuleCoreSupport.java +++ b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/util/FacetModuleCoreSupport.java
@@ -32,7 +32,7 @@ * already been acquired. */ public final class FacetModuleCoreSupport { - static final boolean _dump_NCDFE = true; + static final boolean _dump_NCDFE = false; private static final String WEB_INF = "WEB-INF"; //$NON-NLS-1$ private static final IPath WEB_INF_PATH = new Path(WEB_INF);