Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2008-04-16 23:01:06 +0000
committerDJ Houghton2008-04-16 23:01:06 +0000
commit050c6ff8fe98bb13cb6e88075c96b339aeb6223e (patch)
tree56559f8f71ea2ee7f5a95cdf14b7862b9ebdc355 /bundles/org.eclipse.equinox.p2.reconciler.dropins
parentcb1524c9a1ce6952377b3d6616abd750c7553cb4 (diff)
downloadrt.equinox.p2-050c6ff8fe98bb13cb6e88075c96b339aeb6223e.tar.gz
rt.equinox.p2-050c6ff8fe98bb13cb6e88075c96b339aeb6223e.tar.xz
rt.equinox.p2-050c6ff8fe98bb13cb6e88075c96b339aeb6223e.zip
Bug 224482 - [reconciler] Need to watch the platform.xml
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.reconciler.dropins')
-rw-r--r--bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/Activator.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/Activator.java b/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/Activator.java
index 9e16d78da..c31efdc3e 100644
--- a/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/Activator.java
+++ b/bundles/org.eclipse.equinox.p2.reconciler.dropins/src/org/eclipse/equinox/internal/p2/reconciler/dropins/Activator.java
@@ -119,8 +119,7 @@ public class Activator implements BundleActivator {
// create the watcher for the "drop-ins" folder
watchDropins(profile);
// keep an eye on the platform.xml
- if (false)
- watchConfiguration();
+ watchConfiguration();
synchronize(new ArrayList(0), null);

Back to the top