Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-02-22 21:18:52 +0000
committerJohn Arthorne2012-02-22 21:19:35 +0000
commit024cf11de5e534bc53589a5450ede656cd2704ce (patch)
tree38a675b43f0f5406151daee69e37a0504f33767e /bundles/org.eclipse.equinox.p2.director
parentb6e303672b8fdafc5035df293837c4b266d9c789 (diff)
downloadrt.equinox.p2-024cf11de5e534bc53589a5450ede656cd2704ce.tar.gz
rt.equinox.p2-024cf11de5e534bc53589a5450ede656cd2704ce.tar.xz
rt.equinox.p2-024cf11de5e534bc53589a5450ede656cd2704ce.zip
Bug 372289 - Enable activating projector encoding debugging in .optionsv20120222-2119
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/Projector.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/Projector.java b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/Projector.java
index 093595b3d..d5320a015 100644
--- a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/Projector.java
+++ b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/Projector.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2011 IBM Corporation and others. All rights reserved. This
+ * Copyright (c) 2007, 2012 IBM Corporation and others. All rights reserved. This
* program and the accompanying materials are made available under the terms of
* the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html
@@ -39,7 +39,7 @@ import org.sat4j.specs.*;
*/
public class Projector {
static boolean DEBUG = Tracing.DEBUG_PLANNER_PROJECTOR;
- private static boolean DEBUG_ENCODING = false;
+ private static boolean DEBUG_ENCODING = Tracing.DEBUG_PLANNER_PROJECTOR_ENCODING;
private IQueryable<IInstallableUnit> picker;
private QueryableArray patches;

Back to the top