summaryrefslogtreecommitdiff
path: root/scalalib/test/resources
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-12-12 16:56:02 -0800
committerGitHub <noreply@github.com>2018-12-12 16:56:02 -0800
commit9ba4cb69331386dfde9bac69dc2d5b22401face3 (patch)
tree120349e8015ae5717d36bd44209cde6ff9543518 /scalalib/test/resources
parentea7fceb6e56f53bde3517586dfc57e10a605a524 (diff)
downloadmill-9ba4cb69331386dfde9bac69dc2d5b22401face3.tar.gz
mill-9ba4cb69331386dfde9bac69dc2d5b22401face3.tar.bz2
mill-9ba4cb69331386dfde9bac69dc2d5b22401face3.zip
collapse boilerplate folder structure within src/ folders (#505)
* collapse boilerplate folder structure within src/ folders * .
Diffstat (limited to 'scalalib/test/resources')
-rw-r--r--scalalib/test/resources/hello-java/app/src/Main.java (renamed from scalalib/test/resources/hello-java/app/src/hello/Main.java)0
-rw-r--r--scalalib/test/resources/hello-java/app/test/src/MyAppTests.java (renamed from scalalib/test/resources/hello-java/app/test/src/hello/MyAppTests.java)0
-rw-r--r--scalalib/test/resources/hello-java/core/src/Core.java (renamed from scalalib/test/resources/hello-java/core/src/hello/Core.java)0
-rw-r--r--scalalib/test/resources/hello-java/core/test/src/MyCoreTests.java (renamed from scalalib/test/resources/hello-java/core/test/src/hello/MyCoreTests.java)0
4 files changed, 0 insertions, 0 deletions
diff --git a/scalalib/test/resources/hello-java/app/src/hello/Main.java b/scalalib/test/resources/hello-java/app/src/Main.java
index 23ddd679..23ddd679 100644
--- a/scalalib/test/resources/hello-java/app/src/hello/Main.java
+++ b/scalalib/test/resources/hello-java/app/src/Main.java
diff --git a/scalalib/test/resources/hello-java/app/test/src/hello/MyAppTests.java b/scalalib/test/resources/hello-java/app/test/src/MyAppTests.java
index df0d0351..df0d0351 100644
--- a/scalalib/test/resources/hello-java/app/test/src/hello/MyAppTests.java
+++ b/scalalib/test/resources/hello-java/app/test/src/MyAppTests.java
diff --git a/scalalib/test/resources/hello-java/core/src/hello/Core.java b/scalalib/test/resources/hello-java/core/src/Core.java
index 3ecb1f61..3ecb1f61 100644
--- a/scalalib/test/resources/hello-java/core/src/hello/Core.java
+++ b/scalalib/test/resources/hello-java/core/src/Core.java
diff --git a/scalalib/test/resources/hello-java/core/test/src/hello/MyCoreTests.java b/scalalib/test/resources/hello-java/core/test/src/MyCoreTests.java
index 38bebaeb..38bebaeb 100644
--- a/scalalib/test/resources/hello-java/core/test/src/hello/MyCoreTests.java
+++ b/scalalib/test/resources/hello-java/core/test/src/MyCoreTests.java