summaryrefslogtreecommitdiff
path: root/config/build.TEMPLATE.properties
diff options
context:
space:
mode:
Diffstat (limited to 'config/build.TEMPLATE.properties')
-rw-r--r--config/build.TEMPLATE.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/build.TEMPLATE.properties b/config/build.TEMPLATE.properties
new file mode 100644
index 0000000000..5c22052057
--- /dev/null
+++ b/config/build.TEMPLATE.properties
@@ -0,0 +1,18 @@
+# The path to the old Scala library JAR package and source directory.
+oslib.jar=
+oslib.src=
+
+# The path to the old Scala tools.
+ostools.jar=
+
+# The path to the Jaco/Pico compiler.
+jaco.jar=
+
+# The path to the FJBG byte-code generation library.
+fjbg.jar=
+
+# The path to the MSIL byte-code generation library.
+msil.jar=
+
+# Other custom properties come here
+nsc.skip= \ No newline at end of file