From df9d094d277c449222493e27d44dc4136d1a3c80 Mon Sep 17 00:00:00 2001 From: michelou Date: Sun, 16 Oct 2005 20:20:03 +0000 Subject: - added 'copyright.notice' property. --- config/build.default.properties | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'config/build.default.properties') 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 +############################################################################## -- cgit v1.2.3