121122123124125126127128129130131
/** * Performs the actual work on the project. */ protected void processProject() throws ProjectException { ProjectConfigurator conf = new ProjectConfigurator(info); conf.execute(); } public void setSrc(File file) { info.setSourceJar(file); }
120121122123124125126127128129130
127128129130131132133134135136137
124125126127128129130131132133134