summaryrefslogtreecommitdiff
path: root/src/library/scala/Short.scala
diff options
context:
space:
mode:
authorStefan Zeiger <szeiger@novocode.com>2016-04-06 15:23:19 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2016-04-06 15:23:19 +0200
commitd2b65768cca97606162af21aaedb00020993b637 (patch)
tree3c23e0af4454abeb06205f04072e2513dd96a1e8 /src/library/scala/Short.scala
parent1046ff24bd8f75caaee949a0425b0229e7c0a8fd (diff)
downloadscala-d2b65768cca97606162af21aaedb00020993b637.tar.gz
scala-d2b65768cca97606162af21aaedb00020993b637.tar.bz2
scala-d2b65768cca97606162af21aaedb00020993b637.zip
Generate AnyVal source stubs from sbt
The sbt command `generateSources` now generates both the AnyVal sources and the tuple/function sources (previously done by `genprod`). Source generation is part of the sbt build, the `scala.tools.cmd.gen` package is removed from `scala-compiler`. This simplifies bootstrapping. Generated sources are still in the same location and checked into git. The shell scripts `tools/codegen` and `tools/codegen-anyvals` are also removed. The ant build and the build scripts do not call these. Regenerating sources is a manual step at the moment.
Diffstat (limited to 'src/library/scala/Short.scala')
-rw-r--r--src/library/scala/Short.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/Short.scala b/src/library/scala/Short.scala
index 8bfe6f935f..136d745f16 100644
--- a/src/library/scala/Short.scala
+++ b/src/library/scala/Short.scala
@@ -7,8 +7,8 @@
\* */
// DO NOT EDIT, CHANGES WILL BE LOST
-// This auto-generated code can be modified in scala.tools.cmd.gen.
-// Afterwards, running tools/codegen-anyvals regenerates this source file.
+// This auto-generated code can be modified in "project/GenerateAnyVals.scala".
+// Afterwards, running "sbt generateSources" regenerates this source file.
package scala