File: WatchFolderAndSend.jnlp

package info (click to toggle)
pixelmed 20100617-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 9,368 kB
  • ctags: 11,979
  • sloc: java: 66,745; xml: 34,064; makefile: 2,931; sh: 152
file content (25 lines) | stat: -rw-r--r-- 807 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for WatchFolderAndSend -->
<jnlp
  spec="1.5+"
  codebase="http://www.dclunie.com/pixelmed/software/webstart"
  href="WatchFolderAndSend.jnlp">
  <information>
    <title>WatchFolderAndSend</title>
    <vendor>PixelMed Publishing</vendor>
    <homepage href="javadoc/index.html"/>
    <description>WatchFolderAndSend Application</description>
    <description kind="short">WatchFolderAndSend Application.</description>
    <icon href="icons/WatchFolderAndSend.png"/>
    <offline-allowed/> 
  </information>
  <security>
      <all-permissions/>
  </security>
  <resources>
    <j2se version="1.5+" java-vm-args="-Xmx128m"/>
    <jar href="pixelmed.jar"/>
  </resources>
  <application-desc main-class="com.pixelmed.apps.WatchFolderAndSend"/>
</jnlp>