comparison 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
comparison
equal deleted inserted replaced
2897:be276884eec0 2898:53ddfe305645
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Discriptor 1.5//EN" "http://java.sun.com/dtd/JNLP-1.5.dtd">
3 <jnlp spec="1.0+" codebase="$$codebase">
4 <information>
5 <title>${app.title}</title>
6 <vendor>${app.title} vendor</vendor>
7 <description>${app.name} application</description>
8 <icon href="${app.icon}"/>
9 </information>
10 <security><all-permissions/></security>
11 <resources>
12 <!-- The following property is needed when running with unsigned jars: -->
13 <property name="netbeans.jnlp.fixPolicy" value="${netbeans.jnlp.fixPolicy}"/>
14 <extension name='branding' href='branding.jnlp' />
15 <!-- The following line will be replaced with an automatically generated list of resources: -->
16 <!--${jnlp.resources}-->
17 </resources>
18 <resources os="Mac OS X">
19 <property name="netbeans.user" value="${user.home}/Library/Application Support/${app.name}"/>
20 </resources>
21 <application-desc>
22 <argument>--branding</argument>
23 <argument>${branding.token}</argument>
24 </application-desc>
25 </jnlp>