Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 265047
Collapse All | Expand All

(-)validate/org/eclipse/wst/validation/internal/plugin/ValidationPlugin.java (-1 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2001, 2008 IBM Corporation and others.
2
 * Copyright (c) 2001, 2010 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 111-116 Link Here
111
	public void stop(BundleContext context) throws Exception {
111
	public void stop(BundleContext context) throws Exception {
112
		super.stop(context);
112
		super.stop(context);
113
		ResourcesPlugin.getWorkspace().removeResourceChangeListener( EventManager.getManager() );		
113
		ResourcesPlugin.getWorkspace().removeResourceChangeListener( EventManager.getManager() );		
114
		ValidationFramework.getDefault().join(null);
114
//		ResourcesPlugin.getWorkspace().removeResourceChangeListener( ValOperationManager.getDefault() );		
115
//		ResourcesPlugin.getWorkspace().removeResourceChangeListener( ValOperationManager.getDefault() );		
115
		EventManager.getManager().shutdown();
116
		EventManager.getManager().shutdown();
116
	}
117
	}

Return to bug 265047