/usr/share/pixelmed/DicomImageBlackout.jnlp is in pixelmed-webstart-apps 20150917-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 25 26 27 | <?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for DicomImageBlackout -->
<jnlp
codebase="http://www.dclunie.com/pixelmed/software/webstart"
href="DicomImageBlackout.jnlp">
<information>
<title>DicomImageBlackout</title>
<vendor>PixelMed Publishing</vendor>
<homepage href="javadoc/index.html"/>
<description>DicomImageBlackout Application</description>
<description kind="short">A simple DICOM image blackout tool.</description>
<icon href="icons/DicomImageBlackout.png"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.7+" java-vm-args="-Xmx512m"/>
<jar href="pixelmed.jar"/>
<jar href="commons-codec-1.3.jar" download="eager"/>
<!--extension href="http://download.java.net/media/jai-imageio/webstart/release/jai-imageio-1.1.jnlp"/-->
<!--extension href="http://download.java.net/media/jai-imageio/webstart/early-access/jai-imageio-1.1.jnlp"/-->
<extension href="http://www.dclunie.com/pixelmed/software/webstart/jai-imageio-1.1_DAC.jnlp"/>
</resources>
<application-desc main-class="com.pixelmed.display.DicomImageBlackout"/>
</jnlp>
|