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 65234 | Differences between
and this patch

Collapse All | Expand All

(-)model/org/eclipse/jdt/internal/core/DeltaProcessor.java (-1 / +3 lines)
Lines 1194-1200 Link Here
1194
				if (rootInfo != null && rootInfo.isRootOfProject(res.getFullPath())) {
1194
				if (rootInfo != null && rootInfo.isRootOfProject(res.getFullPath())) {
1195
					return IJavaElement.PACKAGE_FRAGMENT_ROOT;
1195
					return IJavaElement.PACKAGE_FRAGMENT_ROOT;
1196
				} 
1196
				} 
1197
				return NON_JAVA_RESOURCE; // not yet in a package fragment root or root of another project
1197
				// not yet in a package fragment root or root of another project
1198
				// or package fragment to be included (see below)
1199
				// -> let it go through
1198
1200
1199
			case IJavaElement.PACKAGE_FRAGMENT_ROOT:
1201
			case IJavaElement.PACKAGE_FRAGMENT_ROOT:
1200
			case IJavaElement.PACKAGE_FRAGMENT:
1202
			case IJavaElement.PACKAGE_FRAGMENT:

Return to bug 65234