### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: search/org/eclipse/jdt/core/search/SearchEngine.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchEngine.java,v retrieving revision 1.153 diff -u -r1.153 SearchEngine.java --- search/org/eclipse/jdt/core/search/SearchEngine.java 16 Dec 2010 14:24:15 -0000 1.153 +++ search/org/eclipse/jdt/core/search/SearchEngine.java 16 Dec 2010 15:45:53 -0000 @@ -302,7 +302,7 @@ * if {@link IJavaSearchScope#APPLICATION_LIBRARIES} is specified *
  • its system libraries (internal and external jars, class folders that are coming from an * IClasspathContainer with the K_SYSTEM kind) - * if {@link IJavaSearchScope#APPLICATION_LIBRARIES} is specified
  • + * if {@link IJavaSearchScope#SYSTEM_LIBRARIES} is specified *
  • its referenced projects (with their source folders and jars, recursively) * if {@link IJavaSearchScope#REFERENCED_PROJECTS} is specified.
  • *