diff --git a/build.properties b/build.properties new file mode 100755 index 0000000..89292f4 --- /dev/null +++ b/build.properties @@ -0,0 +1,41 @@ +############################################################################## +# PROPERTIES FOR THE ZWEI PROJECT # +############################################################################## +# These are user-specific Ant properties for the Zwei project. +# $Id$ +############################################################################## + +# The two-digit number for your project group +group.number=39 +group=compil${group.number} + +# The mail addresses for submitting the project work +from.address=${group}@${env.HOST} +to.address=compilation@lampsun1.epfl.ch + +# The installation paths of your Scala distribution +# (if undefined, use value of ${env.SCALA_HOME}) +#scala.home.win=c:/Progra~1/Scala +scala.home.unix=/home/iclamp/soft + +# Some directories inside this project +sources.dir=${basedir}/sources +output.dir=${basedir}/classes +examples.dir=${basedir}/examples +tests1.dir=${basedir}/tests/1 +tests2.dir=${basedir}/tests/2 +tests3.dir=${basedir}/tests/3 +tests4.dir=${basedir}/tests/4 +tests5.dir=${basedir}/tests/5 + +# Default compiler phase +compiler.main=zweic.ParserTest + +# List of ignored source files +exclude.files=mechant.zwei + +# Default test file for task "run" +test.file=Factorial.zwei + +# Default test suite for task "tests" +tests.suite=tests1