1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.0+" >
<information>
<title>FindBugs</title>
<vendor>University of Maryland</vendor>
<homepage href="http://findbugs.sourceforge.net"/>
<description>Findbugs: Static Bug Finder</description>
<description kind="short">Static analysis tool for defect detection</description>
<icon href="buggy-sm.png"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<jar href="bcel.jar"/>
<jar href="dom4j.jar"/>
<jar href="asm.jar"/>
<jar href="asm-tree.jar"/>
<jar href="asm-commons.jar"/>
<jar href="jaxen.jar"/>
<jar href="jFormatString.jar"/>
<jar href="commons-lang.jar"/>
<jar href="jsr305.jar"/>
</resources>
<component-desc />
</jnlp>
|