This file is indexed.

/usr/share/pixelmed/WatchFolderAndSend.jnlp is in pixelmed-webstart-apps 20131018-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>