summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2008-05-16 12:21:35 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2008-05-16 12:21:35 +0000
commit154a80dda6a853e25ac7a01e7a13552a3b32ee41 (patch)
tree16ff01ddcbd9dfa645436aeecdb22d03f4710940 /README
parentffa638e564f41f2ae45aa926133603b2a7456c06 (diff)
downloadscala-154a80dda6a853e25ac7a01e7a13552a3b32ee41.tar.gz
scala-154a80dda6a853e25ac7a01e7a13552a3b32ee41.tar.bz2
scala-154a80dda6a853e25ac7a01e7a13552a3b32ee41.zip
Removed outdated "ant-contrib" library and poin...
Removed outdated "ant-contrib" library and pointed all references to the new version.
Diffstat (limited to 'README')
-rw-r--r--README46
1 files changed, 24 insertions, 22 deletions
diff --git a/README b/README
index 0bd56760d7..31aac3ed1f 100644
--- a/README
+++ b/README
@@ -15,28 +15,30 @@ part of the Subversion repository but are either automatically generated by the
build script or user-created if needed.
scala/
- build/ † Temporary staging area for build products.
- build.excludes † An optional build configuration file.
- build.number The version number of the current distribution.
- build.properties † An optional build configuration file.
- build.xml The main Ant build script.
- dist/ † The destination folder of Scala distributions.
- docs/ Documentation of Scala. More in its own module.
- development/ Developer documentation.
- examples/ Scala example files.
- man/ UNIX manual files.
- lib/ Pre-compiled libraries for the build.
- ant-contrib.jar Support libraries for the build tool.
- fjbg.jar The Java byte-code generation library.
- jaco.jar The JaCo Java compiler.
- scala-compiler.jar The last stable version of the Scala compiler.
- scala-library.jar The last stable version of the Scala library.
- README The file you are currently reading.
- sandbox/ † A folder to test code etc.
- src/ All the source files of Scala.
- compiler/ The sources of the Scala compiler.
- library/ The sources of the Scala library.
- test/ The Scala test suite.
+ build/ † Temporary staging area for build products.
+ build.excludes † An optional build configuration file.
+ build.number The version number of the current distribution.
+ build.properties † An optional build configuration file.
+ build.xml The main Ant build script.
+ dist/ † The destination folder of Scala distributions.
+ docs/ Documentation of Scala. More in its own module.
+ development/ Developer documentation.
+ examples/ Scala example files.
+ man/ UNIX manual files.
+ lib/ Pre-compiled libraries for the build.
+ fjbg.jar The Java byte-code generation library.
+ jaco.jar The JaCo Java compiler.
+ scala-compiler.jar The last stable version of the Scala compiler.
+ scala-library.jar The last stable version of the Scala library.
+ ant/ Support libraries for the build tool.
+ ant-contrib.jar Provides additional features for Ant
+ vizant.jar Provides DOT graph generation for Ant
+ README The file you are currently reading.
+ sandbox/ † A folder to test code etc.
+ src/ All the source files of Scala.
+ compiler/ The sources of the Scala compiler.
+ library/ The sources of the Scala library.
+ test/ The Scala test suite.
Any change to this structure requires a modification of the 'build.xml' file.