diff options
Diffstat (limited to 'tests/reproducers/simple/JSToJFuncParam/resources/jstoj-funcparam.jnlp')
-rw-r--r-- | tests/reproducers/simple/JSToJFuncParam/resources/jstoj-funcparam.jnlp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/reproducers/simple/JSToJFuncParam/resources/jstoj-funcparam.jnlp b/tests/reproducers/simple/JSToJFuncParam/resources/jstoj-funcparam.jnlp new file mode 100644 index 0000000..a64a51b --- /dev/null +++ b/tests/reproducers/simple/JSToJFuncParam/resources/jstoj-funcparam.jnlp @@ -0,0 +1,23 @@ + +<?xml version="1.0" encoding="UTF-8"?> +<jnlp spec="1.0+" codebase="" href="jstoj-funcparam.jnlp"> + <information> + <title>JavaScript to Java LiveConnect - FuncParam</title> + <vendor>IcedTea</vendor> + <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/> + <description>LiveConnect - tests for function parameter conversion when calling Java from JS.</description> + </information> + <resources> + <!-- Application Resources --> + <j2se version="1.6+" + href="http://java.sun.com/products/autodl/j2se"/> + <jar href="JSToJFuncParam.jar" main="true" /> + + </resources> + <applet-desc + name="JS to J FuncParam" + main-class="JSToJFuncParam" + width="1000" + height="100"> + </applet-desc> +</jnlp> |