Codebase list findbugs / debian/3.0.1-1 jnlp / core.jnlp
debian/3.0.1-1

Tree @debian/3.0.1-1 (Download .tar.gz)

core.jnlp @debian/3.0.1-1

bae81f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
060cf58
bae81f4
060cf58
bae81f4
 
 
 
 
 
 
<?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="AppleJavaExtensions.jar"/>
    <jar href="bcel.jar"/>
    <jar href="dom4j-1.6.1.jar"/>
    <jar href="asm-3.3.jar"/>
    <jar href="asm-tree-3.3.jar"/>
    <jar href="asm-commons-3.3.jar"/>
    <jar href="jaxen-1.1.6.jar"/>
    <jar href="jFormatString.jar"/>
    <jar href="commons-lang-2.6.jar"/>
    <jar href="jsr305.jar"/>
  </resources> 
  <component-desc />
</jnlp>