var fDesc=new Array(); fDesc[0] = "Simple Build Tool (sbt) is a build tool for Scala and mixed Scala/Java projects that provides developers with a high productivity work environment.

sbt knows how to compile Scala code, to run tests, to package jars and wars, and to start the Scala interpreter with the right classpath. Build definitions are specified using a Scala domain specific language (DSL), in a mix of declarative and imperative styles."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }