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
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Scala Distribution
4
4
Bundle-SymbolicName : scala.tools.nsc;singleton:=true
5
- Bundle-Version : 2.7.5 .final
5
+ Bundle-Version : 2.7.6 .final
6
6
Eclipse-LazyStart : true
7
7
Bundle-ClassPath :
8
8
.,
Original file line number Diff line number Diff line change 1
1
#Tue Sep 11 19:21:09 CEST 2007
2
2
version.minor=7
3
- version.patch=5
3
+ version.patch=6
4
4
version.suffix=final
5
5
version.major=2
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function get_api_root(key) {
40
40
return root ;
41
41
}
42
42
43
- var scala_src_root = 'http://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_7_5_final /' ;
43
+ var scala_src_root = 'http://lampsvn.epfl.ch/trac/scala/browser/scala/tags/R_2_7_6_final /' ;
44
44
var lib_src_root = scala_src_root + 'src/library/' ;
45
45
var comp_src_root = scala_src_root + 'src/compiler/' ;
46
46
var actors_src_root = scala_src_root + 'src/actors/' ;
You can’t perform that action at this time.
0 commit comments