File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/compiler/scala/tools/nsc/doc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : Scala Distribution
44Bundle-SymbolicName : scala.tools.nsc;singleton:=true
5- Bundle-Version : 2.7.7.RC2
5+ Bundle-Version : 2.7.7.final
66Eclipse-LazyStart : true
77Bundle-ClassPath :
88 .,
Original file line number Diff line number Diff line change 11#Tue Sep 11 19:21:09 CEST 2007
22version.minor=7
33version.patch=7
4- version.suffix=RC2
4+ version.suffix=final
55version.major=2
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function get_api_root(key) {
4040 return root ;
4141}
4242
43- var scala_src_root = 'http://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_7_7_RC2 /' ;
43+ var scala_src_root = 'http://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_7_7_final /' ;
4444var lib_src_root = scala_src_root + 'src/library/' ;
4545var comp_src_root = scala_src_root + 'src/compiler/' ;
4646var actors_src_root = scala_src_root + 'src/actors/' ;
You can’t perform that action at this time.
0 commit comments