annotate src/share/tools/IdealGraphVisualizer/master.jnlp @ 2898:53ddfe305645

IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
author Peter Hofer <peter.hofer@jku.at>
date Wed, 08 Jun 2011 15:36:30 +0200
parents
children 400abf575c42
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
2 <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Discriptor 1.5//EN" "http://java.sun.com/dtd/JNLP-1.5.dtd">
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
3 <jnlp spec="1.0+" codebase="$$codebase">
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
4 <information>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
5 <title>${app.title}</title>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
6 <vendor>${app.title} vendor</vendor>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
7 <description>${app.name} application</description>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
8 <icon href="${app.icon}"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
9 </information>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
10 <security><all-permissions/></security>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
11 <resources>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
12 <!-- The following property is needed when running with unsigned jars: -->
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
13 <property name="netbeans.jnlp.fixPolicy" value="${netbeans.jnlp.fixPolicy}"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
14 <extension name='branding' href='branding.jnlp' />
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
15 <!-- The following line will be replaced with an automatically generated list of resources: -->
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
16 <!--${jnlp.resources}-->
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
17 </resources>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
18 <resources os="Mac OS X">
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
19 <property name="netbeans.user" value="${user.home}/Library/Application Support/${app.name}"/>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
20 </resources>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
21 <application-desc>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
22 <argument>--branding</argument>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
23 <argument>${branding.token}</argument>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
24 </application-desc>
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents:
diff changeset
25 </jnlp>