~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to ide/projectopener/master.jnlp

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<jnlp spec="1.0+" codebase="${jnlp.codebase}" href="launch.jnlp">
 
3
    <information>
 
4
        <title>${APPLICATION.TITLE}</title>
 
5
        <vendor>${APPLICATION.VENDOR}</vendor>
 
6
        <description>${APPLICATION.DESC}</description>
 
7
        <description kind="short">${APPLICATION.DESC.SHORT}</description>
 
8
        <homepage href="${APPLICATION.HOMEPAGE}"/>
 
9
<!--${JNLP.ICONS}-->
 
10
<!--${JNLP.OFFLINE.ALLOWED}-->
 
11
    </information>
 
12
    <security>
 
13
        <all-permissions/>
 
14
    </security>
 
15
    <resources>
 
16
<!--${JNLP.RESOURCES.RUNTIME}-->
 
17
<!--${JNLP.RESOURCES.MAIN.JAR}-->
 
18
<!--${JNLP.RESOURCES.JARS}-->
 
19
    </resources>
 
20
    <application-desc main-class="${jnlp.main.class}">
 
21
<!--${JNLP.APPLICATION.ARGS}-->
 
22
    </application-desc>
 
23
</jnlp>