summaryrefslogtreecommitdiff
path: root/build.properties
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-10-10 17:25:44 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-10-10 17:25:44 +0000
commit20af4df51a6393718744c20131db8fca6a938c44 (patch)
tree7b8d66208e71388c60fb29596934cd3e20be681c /build.properties
parent013bdae337f4c9203ede6fbf3a4e070eb05d0ba9 (diff)
downloadscala-20af4df51a6393718744c20131db8fca6a938c44.tar.gz
scala-20af4df51a6393718744c20131db8fca6a938c44.tar.bz2
scala-20af4df51a6393718744c20131db8fca6a938c44.zip
The new build system in pure Ant.
Diffstat (limited to 'build.properties')
-rw-r--r--build.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/build.properties b/build.properties
new file mode 100644
index 0000000000..fae9e5f2ef
--- /dev/null
+++ b/build.properties
@@ -0,0 +1,17 @@
+# 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