moving core.jar and friends

This commit is contained in:
benfry
2012-07-20 22:34:12 +00:00
parent a2f5c06873
commit 6a216e6f0b
9 changed files with 48 additions and 12 deletions

View File

@@ -59,11 +59,9 @@ public class JavaBuild {
*/
private String javaLibraryPath;
/**
* List of library folders, as figured out during preprocessing.
*/
/** List of library folders, as figured out during preprocessing. */
private ArrayList<Library> importedLibraries;
public JavaBuild(Sketch sketch) {
this.sketch = sketch;