blob: a1365d0b55b3a1ef13b7979669292fa145c0d007 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Discriptor 1.5//EN" "http://java.sun.com/dtd/JNLP-1.5.dtd">
<jnlp spec="1.0+" codebase="${jnlp.codebase}">
<information>
<title>${app.title}</title>
<vendor>${app.title} vendor</vendor>
<description>${app.name} application</description>
<icon href="${app.icon}"/>
</information>
<security><all-permissions/></security>
<resources>
<!-- The following property is needed when running with unsigned jars: -->
<property name="netbeans.jnlp.fixPolicy" value="${netbeans.jnlp.fixPolicy}"/>
<extension name='branding' href='branding.jnlp' />
<j2se version="1.5+"/>
<jar href="startup.jar"/>
<property name="netbeans.user" value="${user.home}/.${branding.token}"/>
<!-- The following line will be replaced with an automatically generated list of resources: -->
${jnlp.resources}
</resources>
<resources os="Mac OS X">
<property name="netbeans.user" value="${user.home}/Library/Application Support/${branding.token}"/>
</resources>
<application-desc>
<argument>--branding</argument>
<argument>${branding.token}</argument>
</application-desc>
</jnlp>