aboutsummaryrefslogtreecommitdiffstats
path: root/tests/netx/unit/net/sourceforge/jnlp/basic.jnlp
diff options
context:
space:
mode:
authorAndrew John Hughes <[email protected]>2011-04-11 16:02:25 +0100
committerAndrew John Hughes <[email protected]>2011-04-11 16:02:25 +0100
commitadbd41822a9927b6189ae1bc7ef5f355afc2d696 (patch)
treef0e22b6a1923b943b2c7afb7b1d56a67b5f227c2 /tests/netx/unit/net/sourceforge/jnlp/basic.jnlp
parent1b28ac5e2988a6796da5e5601c0b717604d44917 (diff)
Backed out changeset 1cce62b89f07 - unapproved patch
Diffstat (limited to 'tests/netx/unit/net/sourceforge/jnlp/basic.jnlp')
-rw-r--r--tests/netx/unit/net/sourceforge/jnlp/basic.jnlp11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/netx/unit/net/sourceforge/jnlp/basic.jnlp b/tests/netx/unit/net/sourceforge/jnlp/basic.jnlp
index 7139475..8fabda8 100644
--- a/tests/netx/unit/net/sourceforge/jnlp/basic.jnlp
+++ b/tests/netx/unit/net/sourceforge/jnlp/basic.jnlp
@@ -1,11 +1,11 @@
-<?xml version='1.0' encoding='utf-8'?>
+<?xml version='1.0' encoding='utf-8'?>
<!-- this is a sample jnlp file -->
<jnlp spec='1.0'
codebase='http://localhost/'
href='jnlp.jnlp'>
- <information>
+ <information>
<!-- this is the information section -->
- <title>Large JNLP</title>
+ <title>Large JNLP</title>
<vendor>The IcedTea Project</vendor>
<homepage href='http://homepage/' />
<description kind='one-line'>one-line</description>
@@ -24,7 +24,7 @@
<description>decription of related-content</description>
<icon href='related-content-icon.png' />
</related-content>
- </information>
+ </information>
<security>
<all-permissions/>
</security>
@@ -43,4 +43,5 @@
<argument>arg1</argument>
<argument>arg2</argument>
</application-desc>
-</jnlp>
+</jnlp>
+