diff options
author | Danesh Dadachanji <[email protected]> | 2012-03-12 15:10:36 -0400 |
---|---|---|
committer | Danesh Dadachanji <[email protected]> | 2012-03-12 15:10:36 -0400 |
commit | b521dc7ef6700d52862a7a7dac5a210e3c52c564 (patch) | |
tree | e2485b0248344ebe663b6d00f0180a9384626ba7 /tests/netx | |
parent | f3fd206b1b590c09645c51c4ec65dc60a0d3be5f (diff) |
Update JNLPs of tests to include required information/title/vendor tags.
Diffstat (limited to 'tests/netx')
-rw-r--r-- | tests/netx/unit/net/sourceforge/jnlp/templates/template8.jnlp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/netx/unit/net/sourceforge/jnlp/templates/template8.jnlp b/tests/netx/unit/net/sourceforge/jnlp/templates/template8.jnlp index 19ea3dc..60338e5 100644 --- a/tests/netx/unit/net/sourceforge/jnlp/templates/template8.jnlp +++ b/tests/netx/unit/net/sourceforge/jnlp/templates/template8.jnlp @@ -1,5 +1,9 @@ <?xml version="1.0"?> <jnlp spec="1.5+" codebase="file" href="www.redhat.com"> + <information> + <title>Sample Test</title> + <vendor>RedHat</vendor> + </information> <resources> <j2se version='1.6+' /> <jar href='myResource.jar' main='true' /> |