gradle build

- remove checked-in jars (except the ones loaded by tests)
- configure eclipse settings for STS
This commit is contained in:
Stefan Eggerstorfer
2013-09-05 21:18:09 +02:00
parent f7210d79f9
commit f0a6c4d425
757 changed files with 2291 additions and 2601 deletions

View File

@@ -0,0 +1,8 @@
package superpkg;
public class Target002 {
public void m() {
System.out.println("Target002.m() running");
}
}