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 317750
Collapse All | Expand All

(-)src/org/eclipse/wst/jsdt/internal/core/builder/IncrementalImageBuilder.java (-3 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2008 IBM Corporation and others.
2
 * Copyright (c) 2000, 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 534-541 Link Here
534
						}
534
						}
535
					}
535
					}
536
					IFolder removedPackageFolder = md.binaryFolder.getFolder(removedPackagePath);
536
					IFolder removedPackageFolder = md.binaryFolder.getFolder(removedPackagePath);
537
					if (removedPackageFolder.exists())
537
//					if (removedPackageFolder.exists())
538
						removedPackageFolder.delete(IResource.FORCE, null);
538
//						removedPackageFolder.delete(IResource.FORCE, null);
539
					// add dependents even when the package thinks it does not exist to be on the safe side
539
					// add dependents even when the package thinks it does not exist to be on the safe side
540
					if (JavaBuilder.DEBUG)
540
					if (JavaBuilder.DEBUG)
541
						System.out.println("Found removed package " + removedPackagePath); //$NON-NLS-1$
541
						System.out.println("Found removed package " + removedPackagePath); //$NON-NLS-1$

Return to bug 317750