site.data.xdocs.tabs.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emma_ant Show documentation
Show all versions of emma_ant Show documentation
EMMA is a fast Java code coverage tool based on bytecode instrumentation. It differs from the existing tools by enabling coverage profiling on large scale enterprise software projects with simultaneous emphasis on fast individual development.
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "http://apache.org/forrest/dtd/tab-cocoon-v10.dtd"> <tabs software="emma" title="EMMA" copyright="Vlad Roubtsov" xmlns:xlink="http://www.w3.org/1999/xlink"> <!-- The rules are: @dir will always have '/@indexfile' added. @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html' @href is not modified unless it is root-relative and obviously specifies a directory (ends in '/'), in which case /index.html will be added If @id's are present, site.xml entries with a matching @tab will be in that tab. --> <tab id="home" label="Home" dir="" indexfile="index.html"/> <tab id="docs" label="Documentation" dir="" indexfile="docs.html"/><!-- Forrest barfs on site:docs semantic link here --> <tab id="prjdocs" label="Developers" dir="dev" indexfile="index.html"/> <tab id="prjhome" label="SourceForge Home" href="http://sourceforge.net/projects/emma/"/> </tabs>