download_templ.html.svn-base
来自「cqME :java framework for TCK test.」· SVN-BASE 代码 · 共 186 行
SVN-BASE
186 行
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html> <head> <style type="text/css"> .axial { display: none; } #apphead { display: none; }.style3 {color: #e76f00}.style5 {color: #e76f00; font-weight: bold; }a:link { text-decoration: none;}a:visited { text-decoration: none;}a:hover { text-decoration: underline;}a:active { text-decoration: none;} .axial { display: none; } #apphead { display: none; }</STYLE> <title> cqME Project Downloads</title> </head><body class="composite"> <script> // kill "description" h3 bar ld = document.getElementById("longdescription"); for( n=ld.firstChild; n!=null; n=n.nextSibling ) { if(n.nodeType==1 && n.innerHTML=="Description" ) { n.parentNode.removeChild(n); break; } }</script><!--BEGIN * EXPLANATORY TEXT PARAGRAPH[S] --> <table border="0" cellspacing="0" cellpadding="4" width="100%" id="main"><tr> <td id="midcol"> <!--BEGIN * PAGE TITLE --><div id="projecthome" class="app"> <h1 class="style3">cqME Project Downloads</h1> <!--END * PAGE TITLE --> <!--BEGIN SECTION HEADER * THIS IS A GREEN BAR WITH WHITE TEXT --> The cqME project code is released under the GNU General PublicLicense Version 2 (GPLv2). Before downloading cqME software, youshould become familiar with the <ahref="https://mobileandembedded.dev.java.net/content/license.txt">GNUGeneral Public License Version 2 (GPLv2)</A>.<p><br /></p><h3>ME Framework Downloads</h3><p>Development releases include the latest features that are in development.Development release builds have passed a minimum level of smoke testing. </p><p>Each bundle contains release notes that describe the release.</p><table cellpadding="5" width="100%"><tr><th width="210">Development Release</th><th>Bundle Name</th><th>Size</th></tr>%%PRERELEASETABLE%%</table><p><br /></p><p>Milestone releases contain all of the features for the release andfunctionality is complete. There are no known critical bugs thatprevent the proper operation of the release. </p><p>Each bundle contains release notes that describe the release.</p><table cellpadding="5" width="100%"><tr><th width="210">Milestone Release</th><th>Bundle Name</th><th>Size</th></tr>%%RELEASETABLE%%</table><p><br /></p><h3>cq3G Test Suite Downloads</h3><p>Development releases include the latest features that are in development.Development release builds have passed a minimum level of smoke testing. </p><p>Each bundle contains release notes that describe the release.</p><table cellpadding="5" width="100%"><tr><th width="210">Development Release</th><th>Bundle Name</th><th>Size</th></tr>%%PRERELEASETABLE3G%%</table><p><br /></p>Milestone releases contain all of the features for the release andfunctionality is complete. There are no known critical bugs thatprevent the proper operation of the release. </p><p>Each bundle contains release notes that describe the release.</p><table cellpadding="5" width="100%"><tr><th width="210">Milestone Release</th><th>Bundle Name</th><th>Size</th></tr>%%RELEASETABLE3G%%</table><p><br /></p><h3>JT Harness Release Downloads</h3><p>For your convenience, you can use this link to go to the <AHREF="http://download.java.net/jtharness/download.html">JT harnessproject download page</A>.</p></td></tr></table></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?