parent
b141901571
commit
480f4be00f
@ -1,21 +1,21 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<jnlp spec="1.0+" codebase="" href=""> |
||||
<jnlp spec="1.0+" codebase="/somenonexistentcodebase" href=""> |
||||
<information> |
||||
<title>jCapture</title> |
||||
<title>jCapture Applet</title> |
||||
<vendor>Hammurapi Group</vendor> |
||||
</information> |
||||
|
||||
<resources> |
||||
<!-- Application Resources --> |
||||
<j2se version="1.7+" href="http://java.sun.com/products/autodl/j2se" /> |
||||
<j2se version="1.7+" href="http://java.sun.com/products/autodl/j2se"/> |
||||
<jar href="lib/jcapture.jar" main="true" /> |
||||
</resources> |
||||
|
||||
<security> |
||||
<all-permissions/> |
||||
</security> |
||||
<applet-desc |
||||
name="jCapture Applet" |
||||
main-class="com.hammurapi.jcapture.JCaptureApplet" |
||||
width="300" |
||||
height="300"> |
||||
width="1" |
||||
height="1"> |
||||
</applet-desc> |
||||
<update check="background"/> |
||||
</jnlp> |
||||
</jnlp> |
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue