var fDesc=new Array(); fDesc[0] = "The Eclipse Plug-in for AccuRev provides developers and release engineers with an out-of-the-box robust integration between AccuRev® software change and configuration management (SCCM) and the industry-leading Eclipse IDE platform. Combining Eclipse with the power of AccuRev software in a single integrated development environment increases the agility, reliability, and quality of your geographically distributed, parallel and Agile software development process.

The Eclipse Plug-in for AccuRev enables developers to utilize AccuRev without ever leaving their familiar Eclipse IDE environment. Eclipse developers gain a transparent, stable, and highly functional environment with stream-based process automation and private workspaces for doing complex, distributed application development. This includes performing common operations on workspaces, such as keep, promote, file moves, and file renames. Full integration between Eclipse and AccuRev change packages enables developers and release engineers to update issue status in AccuRev from within Eclipse."; 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 = ''; } }