<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<jnlp codebase="http://cmisweb.verizon.com:8080/cmisweb/webstart/" spec="1.0+">
    <information>
        <title>CMISWeb Enterprise (prod)</title>
        <vendor>Verizon</vendor>
        <description>Trouble Ticket System</description>
        <icon kind="splash" href="http://cmisweb.verizon.com:8080/cmisweb/webstart/cmis_splash.gif"/>
        <icon href="http://cmisweb.verizon.com:8080/cmisweb/webstart/ws_cmis_icon.gif"/>
    </information>
    <security>
        <all-permissions/>
    </security>
    <resources>
        <j2se max-heap-size="256m" version="1.6+"/>
        <jar href="app_data.jar"/>
        <jar href="cmis_config.jar"/>
        <jar href="system_classes.jar"/>
        <jar href="cmis_bea_client.jar"/>
        <jar href="app_classes.jar"/>
        <jar href="vendor_classes.jar"/>
        <property value="*.verizon.com" name="protocol.nonProxyHosts"/>
        <property value="CMIS.properties.override" name="OVERRIDE_PROPERTY_FILE"/>
        <jar main="true" href="./launch_jars/cmis_jnlp_3fd849157998fde8.jar"/>
        <property value="DIALOG" name="AUTO_LOGIN"/>
    </resources>
    <application-desc main-class="com.verizon.nsc.cmisweb.launcher.CmisLauncher"/>
</jnlp>
