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,9 @@
package subpkg;
public class InvokerC {
public void run() {
System.out.println("InvokerC.run() running");
}
}