summaryrefslogtreecommitdiff
path: root/META-INF
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '2.10.x'Adriaan Moors2013-01-081-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: - rename of `dropRepeatedParamType` to `dropIllegalStarTypes` -- required since 8886d22cd6 - fixed test/files/neg/t6406-regextract.flags -- how could this have worked before? Conflicts: src/compiler/scala/tools/nsc/interpreter/TypeStrings.scala src/library/scala/collection/LinearSeqOptimized.scala src/library/scala/util/Properties.scala test/files/run/streams.check test/files/run/streams.scala
| * SI-6746 Fixes MANIFEST.MF package entry (s.r.makro -> s.r.macros)Simon Ochsenreither2012-12-061-1/+1
| |
* | Surgery on MANIFEST.MF.Paul Phillips2012-12-061-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently this thing depends on trailing spaces because I can't change it in my trailing-space-stripping editor without the build failing with this informative message: BUILD FAILED /scala/trunk/build.xml:1403: Existing manifest /scala/trunk/build/pack/META-INF/MANIFEST.MF is invalid The whole diff between working and not working is whitespace: --- i/META-INF/MANIFEST.MF +++ w/META-INF/MANIFEST.MF @@ -4,11 +4,11 @@ Bundle-Name: Scala Distribution Bundle-SymbolicName: org.scala-ide.scala.compiler;singleton:=true Bundle-Version: 2.10.0.alpha Eclipse-LazyStart: true -Bundle-ClassPath: +Bundle-ClassPath: ., bin, lib/jline.jar, -Export-Package: +Export-Package: scala.tools.nsc, scala.tools.nsc.ast, scala.tools.nsc.ast.parser, @@ -45,7 +45,7 @@ Export-Package: scala.reflect.runtime, scala.reflect.internal.transform, scala.reflect.api, -Require-Bundle: +Require-Bundle: org.apache.ant, org.scala-ide.scala.library - +
* | Misc touchup after purging msil/fjbg/genjvm.Paul Phillips2012-12-061-0/+3
| |
* | SI-6769 Removes GenJVM backendJames Iry2012-12-051-3/+0
|/ | | | | Get rid of GenJVM and everything that refers to it. Also get rid of GenAndroid since it's dead code that refers to GenJVM.
* Exported new packages in the MANIFEST file.Iulian Dragos2012-06-221-0/+4
|
* Started work on compiler toolbox that can compi...Martin Odersky2011-09-211-1/+0
| | | | | | Started work on compiler toolbox that can compile reflect trees at runtime.
* LiftCode works again, now integrated with new r...Martin Odersky2011-07-301-1/+0
| | | | | | | | LiftCode works again, now integrated with new reflection library. Other changes: def Literal(x: Any) has been deprecated, and all its uses removed. Modifiers has lost positions as fourth case class argument; is now a field, mirroring Tree.pos (this removes junk in patterns and makes reification simpler). Review by extempore.
* One more package rename that broke the IDE nigh...Iulian Dragos2011-07-201-0/+1
| | | | | | One more package rename that broke the IDE nightly for trunk. Fixing. no review.
* Added the new packages to MANIFEST.MF to enable...Iulian Dragos2011-07-151-0/+3
| | | | | Added the new packages to MANIFEST.MF to enable plugin builds and tests.
* Export correct packages from MANIFEST.MF.Iulian Dragos2011-06-291-2/+7
|
* bumping up the version number in trunk.Antonio Cunei2011-03-171-1/+1
|
* Project filesIulian Dragos2010-12-311-3/+5
|
* Bumped version number in trunk to 2.9.0Antonio Cunei2010-09-101-1/+1
|
* Changed version number to 2.8.1. This isAntonio Cunei2010-09-021-1/+1
| | | | | | | | | | | actually incorrect, as trunk has significantly diverged from 2.8.x, but it's better than leaving the version number in trunk at "2.8.0". We should just rename the version number in trunk at some point, so that it just lists "trunk" rather than "2.x.x".
* Unbreak the IDE build following [21086].Miles Sabin2010-03-081-0/+1
|
* Export missing package.Miles Sabin2010-02-091-0/+1
|
* Fully export fjbg and msil from scala to scala-...Miles Sabin2009-12-091-1/+5
| | | | | | Fully export fjbg and msil from scala to scala-plugin to avoid obscure pickler issues when building the IDE incrementally.
* Export more useful packages.Miles Sabin2009-11-041-0/+8
|
* Export scala.tools.nsc.transform so that variou...Miles Sabin2009-10-251-0/+1
| | | | | | Export scala.tools.nsc.transform so that various useful things (eg. OverridingPairs) are accessible.
* Added default implementation for debug hover in...Miles Sabin2009-06-291-1/+2
| | | | | | Added default implementation for debug hover info; export FJBG for use in the IDE.
* Export new packages; minor updates to interactive.Miles Sabin2009-05-261-5/+10
|
* Bumped bundle version.Miles Sabin2008-12-161-1/+1
|
* updating version number and starr to 2.7.2.RC4Antonio Cunei2008-10-271-1/+1
|
* updating starr to 2.7.2.RC3Antonio Cunei2008-10-131-1/+1
|
* updating version number and starr to 2.7.2.RC2Lukas Rytz2008-09-081-1/+1
|
* Applying the one half of Miles's patch.Geoffrey Washburn2008-05-181-46/+12
|
* IDE tweaks.Sean McDirmid2008-04-111-0/+2
|
* hello worldSean McDirmid2008-03-161-4/+0
|
* Fixed issue #398Iulian Dragos2008-01-211-11/+0
|
* Massive check-in for IDE.Sean McDirmid2007-09-171-5/+51
|
* Adding eclipse meta data.Sean McDirmid2007-04-271-0/+25
|
* Removing Eclipse project files from repository,...Sean McDirmid2005-12-141-11/+0
| | | | | Removing Eclipse project files from repository, testing SVN plugin.
* removing meaningless Test.scala fileSean McDirmid2005-12-131-0/+5
|
* Adding Eclipse plug-in meta infoSean McDirmid2005-12-131-0/+6