Skip to content

Commit d66d83e

Browse files
committed
flatted out source folders and made all running under gradle
1 parent 0591c12 commit d66d83e

205 files changed

Lines changed: 2789 additions & 548 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lib/build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apply plugin: 'java'
2+
apply plugin: 'idea'
3+
apply plugin: 'eclipse'
4+
5+
repositories {
6+
mavenCentral()
7+
}
8+
9+
dependencies {
10+
testCompile 'junit:junit:4.+'
11+
testCompile 'org.easymock:easymock:3.4'
12+
}

lib/build/build.properties

Lines changed: 0 additions & 24 deletions
This file was deleted.

lib/build/build.xml

Lines changed: 0 additions & 105 deletions
This file was deleted.

lib/file-compiler/src/com/sandwich/util/io/filecompiler/compilationcommands.properties renamed to lib/build/resources/test/com/sandwich/util/io/filecompiler/compilationcommands.properties

File renamed without changes.

lib/koans-tests/data/src/com/sandwich/koan/KoansResultTest.java renamed to lib/build/resources/test/data/com/sandwich/koan/KoansResultTest.java

File renamed without changes.

lib/koans-tests/data/src/com/sandwich/koan/TestUtils.java renamed to lib/build/resources/test/data/com/sandwich/koan/TestUtils.java

File renamed without changes.

lib/koans-tests/data/src/com/sandwich/koan/TestUtilsTest.java renamed to lib/build/resources/test/data/com/sandwich/koan/TestUtilsTest.java

File renamed without changes.

lib/koans-tests/data/src/com/sandwich/koan/cmdline/CommandLineArgumentBuilderTest.java renamed to lib/build/resources/test/data/com/sandwich/koan/cmdline/CommandLineArgumentBuilderTest.java

File renamed without changes.

lib/koans-tests/data/src/com/sandwich/koan/constant/ArgumentTypeTest.java renamed to lib/build/resources/test/data/com/sandwich/koan/constant/ArgumentTypeTest.java

File renamed without changes.

lib/koans-tests/data/src/com/sandwich/koan/path/CommandLineTestCase.java renamed to lib/build/resources/test/data/com/sandwich/koan/path/CommandLineTestCase.java

File renamed without changes.

0 commit comments

Comments
 (0)