public ASProject(Workspace workspace, boolean useAS3, IASDocBundleDelegate asDocBundleDelegate)
{
super(workspace, useAS3);
sourcePathManager = new SourcePathManager(this);
sourceListManager = new SourceListManager(this, sourcePathManager);
sourceCompilationUnitFactory = new SourceCompilationUnitFactory(this);
sourceCompilationUnitFactory.addHandler(ASSourceFileHandler.INSTANCE);
sourceCompilationUnitFactory.addHandler(FXGSourceFileHandler.INSTANCE);
libraryPathManager = new LibraryPathManager(this);
projectDependencies = new HashMap<IASProject, String>();
dependingProjects = new HashSet<IASProject>();