/usr/share/pixelmed/MediaImporter.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 | <?xml version="1.0" encoding="utf-8"?>
<!-- JNLP File for MediaImporter -->
<jnlp
codebase="http://www.dclunie.com/pixelmed/software/webstart"
href="MediaImporter.jnlp">
<information>
<title>MediaImporter</title>
<vendor>PixelMed Publishing</vendor>
<homepage href="javadoc/index.html"/>
<description>MediaImporter Application</description>
<description kind="short">A simple media checker that searches for DICOMDIR and/or DICOM files.</description>
<icon href="icons/MediaImporter.png"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.7+"/>
<jar href="pixelmed.jar"/>
<jar href="commons-codec-1.3.jar" download="eager"/>
</resources>
<application-desc main-class="com.pixelmed.dicom.MediaImporter"/>
</jnlp>
|