summaryrefslogtreecommitdiff
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* added property file to scala-library.jarmichelou2007-05-111-0/+33
|
* [#1058] Sabbus warns the user when having less ...Gilles Dubochet2007-05-101-4/+8
| | | | | | [#1058] Sabbus warns the user when having less than 600MB of memory — which has Scaladoc thrashing during a dist.
* New STARR based on rev.Gilles Dubochet2007-05-011-6/+13
|
* Made mutable.{Set, BitSet} platform-independentmihaylov2007-05-011-1/+1
|
* Package scala.actors now included in scala-libr...Philipp Haller2007-05-011-34/+8
| | | | | Package scala.actors now included in scala-library.jar
* added data files for shootout testsmichelou2007-04-271-1/+1
|
* generates constant values in API docmichelou2007-04-251-2/+2
|
* fixed scaladoc optionmichelou2007-04-251-2/+2
|
* Updated SABBUS to also pass nsc.params to Starr...Gilles Dubochet2007-04-241-2/+7
| | | | | | Updated SABBUS to also pass nsc.params to Starr when building Locker (until now, it was only passed to Locker when building Starr).
* updated check filesmichelou2007-04-131-1/+1
|
* Fixed dependencies for some clean targets in SA...Gilles Dubochet2007-04-121-6/+6
| | | | | Fixed dependencies for some clean targets in SABBUS.
* added uncheckedmichelou2007-04-101-1/+2
|
* added options to scaladoc Ant taskmichelou2007-04-101-10/+18
| | | | | removed several unchecked warnings
* removed unsealedClass in Definitionsmichelou2007-04-031-3/+16
| | | | | improved symlink handling in build.xml
* now supports 'build' and 'dists' defined as sym...michelou2007-03-291-0/+16
| | | | | now supports 'build' and 'dists' defined as symbolic links
* fixed initialization of svn.number propertymichelou2007-03-281-6/+7
|
* also generates sources tarballmichelou2007-03-271-0/+12
|
* added Array.deepEquals, improved external links...michelou2007-03-201-2/+0
| | | | | added Array.deepEquals, improved external links to sources in API doc
* reverted last changemichelou2007-03-201-0/+2
|
* added resource 'source.png' in DocGeneratormichelou2007-03-201-2/+0
|
* added ${version.suffix}michelou2007-03-201-2/+4
|
* (no commit message)Philipp Haller2007-02-191-4/+1
|
* changes to build.xmlPhilipp Haller2007-02-191-2/+5
|
* Included FJ files in build.xmlPhilipp Haller2007-02-191-0/+12
|
* re-enabled stability test; added sections.Martin Odersky2007-02-161-2/+0
|
* - renamed msil.predef build target to msilmihaylov2007-02-131-2/+6
| | | | | - added clean.msil target
* Preliminary support for building .NET version o...mihaylov2007-02-091-0/+44
| | | | | Preliminary support for building .NET version of the Scala library
* Disabled stability testMartin Odersky2007-02-081-0/+2
|
* Merged the dotnet-scala branchmihaylov2007-02-061-0/+18
|
* build.xml: fixed problem building ScalaDoc on J...Philipp Haller2007-02-021-1/+1
| | | | | build.xml: fixed problem building ScalaDoc on JDK 1.4.
* Excluded scala/actors/ThreadPoolScheduler.scala...Philipp Haller2007-02-011-0/+1
| | | | | | Excluded scala/actors/ThreadPoolScheduler.scala from building docs on JDK 1.4.
* Reverted to old slightly-less-broken scheme for...Gilles Dubochet2007-01-311-1/+8
| | | | | | Reverted to old slightly-less-broken scheme for guessing SVN revision number.
* scala.actors: fixed build on JDK 1.4Philipp Haller2007-01-311-2/+3
|
* excludes JDK5Scheduler.scala on Java 1.4michelou2007-01-311-0/+5
|
* Build script's SVN revision guessing compatible...Gilles Dubochet2007-01-311-8/+1
| | | | | Build script's SVN revision guessing compatible with svn 1.7.
* moved version/copyright properties from source ...michelou2007-01-291-1/+33
| | | | | moved version/copyright properties from source code to property file
* updated copyright date in build.xmlmichelou2007-01-231-1/+1
|
* fixed dependency test in all build.xml filesmichelou2006-12-171-6/+1
|
* added dependency test for Ant-Contribmichelou2006-12-151-0/+10
|
* scala test suite also contains jar files!michelou2006-11-061-1/+1
|
* added deprecation attribute to quick and star t...michelou2006-10-241-5/+7
| | | | | added deprecation attribute to quick and star tasks
* added '--ant' option to scalatestmichelou2006-10-201-1/+1
|
* added 'deprecation' flag to ant/Scalac.scala an...michelou2006-10-201-4/+4
| | | | | added 'deprecation' flag to ant/Scalac.scala and build.xml
* changed location of diff files in scala-test-xx...michelou2006-10-151-1/+1
| | | | | changed location of diff files in scala-test-xxx.sbp
* corrected copyright notice in script templatesmichelou2006-10-111-1/+1
|
* removed temp.fix (quickdoc)michelou2006-09-211-1/+1
|
* temp.fix: task "quickdoc" uses "starr.classpath...michelou2006-09-121-1/+1
| | | | | | temp.fix: task "quickdoc" uses "starr.classpath" instead of "quick.classpath"
* distribute jars of the source filesLex Spoon2006-08-241-1/+30
|
* Removed "patch" hack in SABBUS.Gilles Dubochet2006-08-041-3/+2
|
* version separator is now configurable and defau...michelou2006-07-271-2/+3
| | | | | version separator is now configurable and default is "patch" (was ".")