summaryrefslogtreecommitdiff
path: root/sources/bin
diff options
context:
space:
mode:
authorschinz <schinz@epfl.ch>2003-10-23 11:34:35 +0000
committerschinz <schinz@epfl.ch>2003-10-23 11:34:35 +0000
commit39e04cd56dda8d57b54f3e785caecf4612bcda72 (patch)
treebb36fa57ea2e148d8c0c43578c13b9e9a068a889 /sources/bin
parent9efff672d7467da15fa9487d7cc9b4493ea25757 (diff)
downloadscala-39e04cd56dda8d57b54f3e785caecf4612bcda72.tar.gz
scala-39e04cd56dda8d57b54f3e785caecf4612bcda72.tar.bz2
scala-39e04cd56dda8d57b54f3e785caecf4612bcda72.zip
- removed BCEL-based JVM back-end
Diffstat (limited to 'sources/bin')
-rw-r--r--sources/bin/.scala_wrapper.tmpl9
1 files changed, 0 insertions, 9 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index c0c43f8d77..16c7745ce7 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -61,11 +61,6 @@ configure() {
# This variable must refer a directory or a zip or jar file.
MSIL_CLASSES={#MSIL_CLASSES#};
- # Location of the compiled bcel library. This library may be found
- # at http://jakarta.apache.org/bcel/.
- # This variable must refer a directory or a zip or jar file.
- BCEL_CLASSES={#BCEL_CLASSES#};
-
# Command to start the Java VM.
JAVA_EXEC="java";
@@ -241,7 +236,6 @@ compute_variable() {
TOOLS_CLASSES ) configure_path_variable "$1";;
FJBG_CLASSES ) configure_path_variable "$1";;
MSIL_CLASSES ) configure_path_variable "$1";;
- BCEL_CLASSES ) configure_path_variable "$1";;
JAVA_EXEC ) configure_variable "$1";;
JAVA_ARGS ) configure_variable "$1";;
EXEC ) configure_variable "$1";;
@@ -286,7 +280,6 @@ exec_compile() {
# compute Java classpath
append_path JAVA_CLASSPATH TOOLS_CLASSES;
- append_path JAVA_CLASSPATH BCEL_CLASSES;
append_path JAVA_CLASSPATH FJBG_CLASSES;
append_path JAVA_CLASSPATH MSIL_CLASSES;
@@ -416,7 +409,6 @@ scala_info_option_x_variable() {
TOOLS_CLASSES ) variable=$2;;
FJBG_CLASSES ) variable=$2;;
MSIL_CLASSES ) variable=$2;;
- BCEL_CLASSES ) variable=$2;;
JAVA_EXEC ) variable=$2;;
JAVA_ARGS ) variable=$2;;
EXEC ) variable=$2;;
@@ -442,7 +434,6 @@ scala_info_option_help() {
echo " TOOLS_CLASSES Location of the Scala tools";
echo " FJBG_CLASSES Location of the fjbg library";
echo " MSIL_CLASSES Location of the msil library";
- echo " BCEL_CLASSES Location of the bcel library";
echo " JAVA_EXEC Command to start the Java VM";
echo " JAVA_ARGS Additional arguments to pass to the Java VM";
echo " EXEC Command to start subprocesses";