summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2005-08-03 09:38:10 +0000
committerIulian Dragos <jaguarul@gmail.com>2005-08-03 09:38:10 +0000
commite12958a079cbffcfdb8142ab668581664f671334 (patch)
treed9d20b37842500760a21e85c39a872b38a4ff4f4
parent0ebb260f0aec0e5f9d61efcbc5d2be2e109a880f (diff)
downloadscala-e12958a079cbffcfdb8142ab668581664f671334.tar.gz
scala-e12958a079cbffcfdb8142ab668581664f671334.tar.bz2
scala-e12958a079cbffcfdb8142ab668581664f671334.zip
Added tools_util_runtime_dir definition to buil...
Added tools_util_runtime_dir definition to build-nsc.properties.SAMPLE.
-rw-r--r--build-nsc.properties.SAMPLE3
-rw-r--r--build-nsc.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/build-nsc.properties.SAMPLE b/build-nsc.properties.SAMPLE
index 05b19efb63..765e893956 100644
--- a/build-nsc.properties.SAMPLE
+++ b/build-nsc.properties.SAMPLE
@@ -22,3 +22,6 @@ nsc_output_dir = /tmp/classes_nsc_output
#
jars_dir = /tmp/jars_nsc
ant_jar = /home/linuxsoft/apps/ant/lib/ant.jar
+
+#
+tools_util_runtime_dir=/tmp/classes_runtime
diff --git a/build-nsc.xml b/build-nsc.xml
index 407695a6d6..7c9a4d98c9 100644
--- a/build-nsc.xml
+++ b/build-nsc.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE project [
<!ENTITY userExcludes "">
]>