mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Revert back to version 1.2 to remove last change made in error.
This commit is contained in:
parent
6d3d261f2c
commit
8525418ee1
1 changed files with 1 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2007 Wind River Systems, Inc. and others.
|
||||
* Copyright (c) 2006 Wind River Systems, Inc. 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
|
||||
|
@ -7,7 +7,6 @@
|
|||
*
|
||||
* Contributors:
|
||||
* Markus Schorn - initial API and implementation
|
||||
* Warren Paul (Nokia) - Ignore deltas for deleted projects
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.cdt.internal.core.pdom;
|
||||
|
@ -57,11 +56,6 @@ public class CModelListener implements IElementChangedListener {
|
|||
case ICElement.C_PROJECT:
|
||||
// Find the appropriate indexer and pass the delta on
|
||||
final ICProject project = (ICProject)delta.getElement();
|
||||
|
||||
// If the project has been deleted then ignore
|
||||
if (!project.getProject().exists())
|
||||
return;
|
||||
|
||||
switch (delta.getKind()) {
|
||||
case ICElementDelta.ADDED:
|
||||
fManager.addProject(project, delta);
|
||||
|
|
Loading…
Add table
Reference in a new issue