From 356dca0f92931b07e1a80013aefb025b6a7d7d42 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 30 Dec 2017 19:01:03 -0800 Subject: `Core` -> `core`, for consistency with SBT naming schemes `ScalaPlugin` -> `scalalib`, to avoid confusion with Scala compiler plugins `ScalaModule` -> `module`, to be used via `scalalib.Module`, avoid unnecessary duplication in th name prefix `plugin` -> `moduledefs`, to more accurately describe what it does (since it includes `Cacher` as well) --- moduledefs/src/main/resources/scalac-plugin.xml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 moduledefs/src/main/resources/scalac-plugin.xml (limited to 'moduledefs/src/main/resources/scalac-plugin.xml') diff --git a/moduledefs/src/main/resources/scalac-plugin.xml b/moduledefs/src/main/resources/scalac-plugin.xml new file mode 100644 index 00000000..48753a22 --- /dev/null +++ b/moduledefs/src/main/resources/scalac-plugin.xml @@ -0,0 +1,4 @@ + + auto-override-plugin + mill.moduledefs.AutoOverridePlugin + \ No newline at end of file -- cgit v1.2.3