summaryrefslogtreecommitdiff
path: root/config/build.default.properties
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-16 20:20:03 +0000
committermichelou <michelou@epfl.ch>2005-10-16 20:20:03 +0000
commitdf9d094d277c449222493e27d44dc4136d1a3c80 (patch)
tree802dcab24686f5ba67746bd77367062ddfb70134 /config/build.default.properties
parente7991261bd0ba9487f0263f5e3a88ac1bbb56226 (diff)
downloadscala-df9d094d277c449222493e27d44dc4136d1a3c80.tar.gz
scala-df9d094d277c449222493e27d44dc4136d1a3c80.tar.bz2
scala-df9d094d277c449222493e27d44dc4136d1a3c80.zip
- added 'copyright.notice' property.
Diffstat (limited to 'config/build.default.properties')
-rw-r--r--config/build.default.properties30
1 files changed, 17 insertions, 13 deletions
diff --git a/config/build.default.properties b/config/build.default.properties
index 0a972f9803..7c7b83b0e5 100644
--- a/config/build.default.properties
+++ b/config/build.default.properties
@@ -1,14 +1,16 @@
-################################################################################
-# DEFAULT PROPERTIES FOR SABBUS #
-################################################################################
-# These are default values for all properties used by SABBUS. DO NOT CHANGE them
-# in this file. All properties can be overriden in the
+##############################################################################
+# DEFAULT PROPERTIES FOR SABBUS #
+##############################################################################
+# These are default values for all properties used by SABBUS. DO NOT CHANGE
+# them in this file. All properties can be overriden in the
# build.USER_NAME.properties file.
# $Id$
-################################################################################
+##############################################################################
# CONFIGURATION OF NSC
-################################################################################
+##############################################################################
+
+copyright.notice=(C) 2002-05 LAMP/EPFL
# What NSC should output during compilation. Either 'none', 'verbose', 'debug'.
nsc.logging=none
@@ -36,7 +38,7 @@ nsc.nstools.excludes=${build.support.dir}/nsc.nstools.excludes
nsc.osc-nstools.excludes=${build.support.dir}/nsc.osc-nstools.excludes
# LOCATION OF PRE-COMPILED LIBRARIES
-################################################################################
+##############################################################################
# The path to the old Scala library ('scala.jar').
oslib.jar=/usr/local/lib/scala.jar
@@ -69,7 +71,7 @@ ant.jar=${ant.home}/lib/ant.jar
izpack.jar=/usr/local/lib/standalone-compiler.jar
# LOCATION OF BUILD PRODUCTS
-################################################################################
+##############################################################################
# The directory in which all build products live.
build.dir=${basedir}/build
@@ -86,13 +88,13 @@ build.nstools.dir=${build.dir}/nstools
# LOCATION AND STRUCTURE OF THE DISTRIBUTION
# Overriding these properties will produce a non-standard distribution that
# might not be useable.
-################################################################################
+##############################################################################
# The directory to which a new distribution will be added.
distrib.dir=${basedir}/distribs
-# The prefix of the directory in which a distribution will reside. This will be
-# completed by the date of the distribution.
+# The prefix of the directory in which a distribution will reside. This
+# will be completed by the date of the distribution.
distrib.current.prefix=nscala
# The JAR file in which the new Scala library should be archived.
@@ -101,6 +103,8 @@ distrib.nslib.jar=nslib.jar
# The JAR file in which the new Scala tools should be archived.
distrib.nstools.jar=nstools.jar
-# The JAR file in which the new Scala tools (built with OSC) should be archived.
+# The JAR file in which the new Scala tools (built with OSC) should
+# be archived.
distrib.osc-nstools.jar=osc-nstools.jar
+##############################################################################