Newer
Older
zweic / build.properties
@glproj03 glproj03 on 20 Nov 2005 1 KB *** empty log message ***
  1. ##############################################################################
  2. # PROPERTIES FOR THE ZWEI PROJECT #
  3. ##############################################################################
  4. # These are user-specific Ant properties for the Zwei project.
  5. # $Id$
  6. ##############################################################################
  7.  
  8. # The two-digit number for your project group
  9. group.number=39
  10. group=compil${group.number}
  11.  
  12. # The mail addresses for submitting the project work
  13. from.address=${group}@${env.HOST}
  14. to.address=compilation@lampsun1.epfl.ch
  15.  
  16. # The installation paths of your Scala distribution
  17. # (if undefined, use value of ${env.SCALA_HOME})
  18. #scala.home.win=c:/Progra~1/Scala
  19. scala.home.unix=/home/iclamp/soft
  20.  
  21. # Some directories inside this project
  22. sources.dir=${basedir}/sources
  23. output.dir=${basedir}/classes
  24. examples.dir=${basedir}/examples
  25. tests1.dir=${basedir}/tests/1
  26. tests2.dir=${basedir}/tests/2
  27. tests3.dir=${basedir}/tests/3
  28. tests4.dir=${basedir}/tests/4
  29. tests5.dir=${basedir}/tests/5
  30.  
  31. # Default compiler phase
  32. compiler.main=zweic.ParserTest
  33.  
  34. # List of ignored source files
  35. exclude.files=mechant.zwei
  36.  
  37. # Default test file for task "run"
  38. test.file=Factorial.zwei
  39.  
  40. # Default test suite for task "tests"
  41. tests.suite=tests1