File: core.jnlp

package info (click to toggle)
findbugs 2.0.3%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,220 kB
  • ctags: 19,327
  • sloc: java: 123,960; xml: 30,230; sh: 356; sql: 126; perl: 122; makefile: 45
file content (30 lines) | stat: -rw-r--r-- 833 bytes parent folder | download
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="findbugs-bcel.jar"/>
    <jar href="dom4j.jar"/>
    <jar href="asm3.jar"/>
    <jar href="asm3-tree.jar"/>
    <jar href="asm3-commons.jar"/>
    <jar href="jaxen.jar"/>
    <jar href="jFormatString.jar"/>
    <jar href="commons-lang.jar"/>
    <jar href="jsr305.jar"/>
  </resources> 
  <component-desc />
</jnlp>