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