summaryrefslogtreecommitdiff
path: root/src/android-library
Commit message (Collapse)AuthorAgeFilesLines
* Fixed android build.Geoffrey Washburn2008-04-071-0/+1
|
* New reorg planGeoffrey Washburn2008-04-071-0/+23
|
* The great library reorg!Geoffrey Washburn2008-04-041-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | The standard library will now be laid out approximately like this library/scala /jvm/scala /jvm/jvm1.4/scala /jvm/jvm1.5/scala /jvm/android/scala /jvm/cldc/scala /dotnet/scala To build the standard library for a given target you start by copying the root library/scala tree to a staging area, then move down in the hierarchy copying the nested "scala" trees on top in the staging area. So if you wanted to build for cldc, for example, you would do something like the following: rsync -avz library/scala staging/ rsync -avz library/scala/jvm/scala staging/ rsync -avz library/scala/jvm/cldc/scala staging/ The ant build files will be updated to do this for you automagically, and there will soon be shell script to do this if you want to compile some parts of the standard library manually.
* Fixed svn propertiesmihaylov2008-03-191-1/+1
|
* fixed android buildmichelou2008-02-251-1/+2
|
* Added android-library target in the build file,...Iulian Dragos2007-11-221-0/+22
Added android-library target in the build file, and special ScalaObect which has no @remote attribute (no RMI on android).