2003-06-25 13:47:44 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2003-07-03 17:11:48 +00:00
|
|
|
<jnlp codebase="http://pmd.sourceforge.net/" href="http://pmd.sourceforge.net/swingui.jnlp">
|
2003-06-25 13:47:44 +00:00
|
|
|
<information>
|
2003-07-03 17:11:48 +00:00
|
|
|
<title>PMD GUI</title>
|
2003-06-25 13:47:44 +00:00
|
|
|
<vendor>Tom Copeland</vendor>
|
|
|
|
<description>PMD GUI - A Swing UI for PMD</description>
|
|
|
|
<description kind="short">PMD GUI - A Swing UI for PMD.</description>
|
|
|
|
<homepage href="http://pmd.sourceforge.net/"/>
|
|
|
|
</information>
|
|
|
|
<security>
|
|
|
|
<all-permissions/>
|
|
|
|
</security>
|
|
|
|
<offline-allowed/>
|
|
|
|
<resources>
|
|
|
|
<j2se version="1.3+" max-heap-size="384M"/>
|
2003-07-03 17:11:48 +00:00
|
|
|
<jar href="pmd-swingui-0.1.jar"/>
|
2003-12-16 16:02:13 +00:00
|
|
|
<jar href="pmd-1.3.jar"/>
|
2003-07-03 17:11:48 +00:00
|
|
|
<jar href="jaxen-core-1.0-fcs.jar"/>
|
|
|
|
<jar href="saxpath-1.0-fcs.jar"/>
|
|
|
|
<jar href="xercesImpl-2.0.2.jar"/>
|
|
|
|
<jar href="xmlParserAPIs-2.0.2.jar"/>
|
2003-06-25 13:47:44 +00:00
|
|
|
</resources>
|
2003-07-03 17:11:48 +00:00
|
|
|
<application-desc main-class="net.sourceforge.pmd.swingui.PMDViewer"/>
|
2003-06-25 13:47:44 +00:00
|
|
|
</jnlp>
|