Initial commit

This commit is contained in:
Angel Checa Monroy
2015-11-23 16:40:24 +00:00
commit 384c2727fd
36 changed files with 1234 additions and 0 deletions

11
core/build.gradle Normal file
View File

@@ -0,0 +1,11 @@
apply plugin: "java"
sourceCompatibility = 1.6
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
sourceSets.main.java.srcDirs = [ "src/" ]
eclipse.project {
name = appName + "-core"
}