summaryrefslogtreecommitdiff
path: root/src/android-library
Commit message (Collapse)AuthorAgeFilesLines
* Mostly eliminated ScalaObject.Paul Phillips2012-02-031-13/+0
|
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
|
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
| | | | | Removed more than 3400 svn '$Id' keywords and related junk.
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-2/+0
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-241-1/+1
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Removed $tag method from ScalaObject and rebuil...Paul Phillips2009-02-241-8/+1
| | | | | Removed $tag method from ScalaObject and rebuilt starr.
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
|
* 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).