644645646647648649650651652653654
{ // must be on the external library path if (!isOnExternalLibrayPath(library, externalLibraryFiles)) { configurationProblems.add( new ANELibraryNotAllowedProblem( library.getSWCFile().getAbsolutePath())); return false; } } }