diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ac9266..d89d30c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ overall clean code. Before submitting a pull request, please go through the below checklist to verify your proposed change meets, or exceeds, the quality of the jadb source code. -* Builds - Make sure the code builds by issuing `ant build`. +* Builds - Make sure the code builds by issuing `mvn clean install test`. * Works - Make sure all the test runs and passes. * Works - Double check any features you might have changed, and of course any _new_ code by testing manually. @@ -25,4 +25,4 @@ your proposed change meets, or exceeds, the quality of the jadb source code. full terse. * Newline at end of file - This makes `cat`-ing files, etc easier. -Happy coding! I, the original author, and all users are grateful for your contribution. :-) \ No newline at end of file +Happy coding! I, the original author, and all users are grateful for your contribution. :-) diff --git a/build.properties b/build.properties deleted file mode 100644 index 2ceb69c..0000000 --- a/build.properties +++ /dev/null @@ -1,2 +0,0 @@ -path.variable.kotlin_bundled=/Applications/IntelliJ IDEA 15 CE.app/Contents/plugins/Kotlin/kotlinc -path.variable.maven_repository=/Users/vidstige/.m2/repository \ No newline at end of file diff --git a/build.xml b/build.xml deleted file mode 100644 index acbaf1f..0000000 --- a/build.xml +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/jadb.properties b/jadb.properties deleted file mode 100644 index fcdbbaf..0000000 --- a/jadb.properties +++ /dev/null @@ -1,3 +0,0 @@ -path.variable.kotlin_bundled=/Applications/IntelliJ IDEA 15 CE.app/Contents/plugins/Kotlin/kotlinc -path.variable.maven_repository=/Users/vidstige/.m2/repository -jdk.home.1.6=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home \ No newline at end of file diff --git a/module_jadb.xml b/module_jadb.xml deleted file mode 100644 index 4137e88..0000000 --- a/module_jadb.xml +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file