summaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-10-11 11:53:02 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-10-11 11:53:02 +0000
commit59a434de1b5fbc24383586d21412d3bd154e1013 (patch)
tree5596a2abeb39956d2d18c5176159888e0b9104f0 /build.properties
parent6f850988f453d6ced9661271ea4a5ed0be83d0e9 (diff)
downloadscala-59a434de1b5fbc24383586d21412d3bd154e1013.tar.gz
scala-59a434de1b5fbc24383586d21412d3bd154e1013.tar.bz2
scala-59a434de1b5fbc24383586d21412d3bd154e1013.zip
Changed the way to set properties.
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties17
1 files changed, 0 insertions, 17 deletions
diff --git a/build.properties b/build.properties
deleted file mode 100644
index fae9e5f2ef..0000000000
--- a/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# The path to the old Scala library.
-oslib.jar=/Developer/Scala/Latest/lib/scala.jar
-
-# The path to the old Scala tools.
-ostools.jar=/Developer/Scala/Latest/lib/tools.jar
-
-# The path to the Jaco/Pico compiler.
-jaco.jar=/Users/dubochet/Documents/Jaco/distrib/pizza/lib/jaco.jar
-
-# The path to the FJBG byte-code generation library.
-fjbg.jar=/Developer/Scala/Stable/lib/fjbg.jar
-
-# The path to the MSIL byte-code generation library.
-msil.jar=/Developer/Scala/MSIL/msil.jar
-
-# Other custom properties come here
-nsc.skip=jvm \ No newline at end of file