summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2013-08-29 06:49:55 -0700
committerSom Snytt <som.snytt@gmail.com>2013-08-29 08:00:02 -0700
commitcb9f2b9a9a97f2ae2f37d65a1125ee238bc036ac (patch)
tree63b8fb6de1101b655489c28703baf21325e96716 /build.xml
parentba86ac61f489573d10590c5fc601e73673f204f1 (diff)
downloadscala-cb9f2b9a9a97f2ae2f37d65a1125ee238bc036ac.tar.gz
scala-cb9f2b9a9a97f2ae2f37d65a1125ee238bc036ac.tar.bz2
scala-cb9f2b9a9a97f2ae2f37d65a1125ee238bc036ac.zip
[nomaster] SI-7790 No ScriptEngine in 2.10 build
The service entry was inadvertendly added in `e3b5e0ba40447970d621cfeed5cc1770df69884f`, "Sanity for build.xml: exscriptus&positus delendus est," which is ant latin for: "Reduced copy/pasting to the best of my antabilities." With that degree of hubris, it was inevitable that the commit introduced a copy/paste bug. What is the Attic Greek for copy/paste? I'm pretty sure that in fifth century Athens they would just pound one inscription to rubble using a bigger inscription. They had slaves for that kind of work. You never hear about Socrates tweaking the build script. That's the reason he never wrote anything down.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d8d0ca3bab..317898f6db 100644
--- a/build.xml
+++ b/build.xml
@@ -1240,9 +1240,11 @@ TODO:
<attribute name="Class-Path" value="scala-reflect.jar scala-library.jar"/>
</manifest>
</pre>
+ <!-- script api is 2.11-only so far
<jar-opts>
<service type="javax.script.ScriptEngineFactory" provider="scala.tools.nsc.interpreter.IMain$Factory"/>
</jar-opts>
+ -->
</staged-pack>
</target>