in tools/eclipse/project.py [0:0]
def excluded(lib): if args.exclude: for x in args.exclude: if x in lib: return True return False