<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc.//DTD JNLP 1.5//EN" "http://www.netbeans.org/jnlp/DTD/jnlp.dtd">
<jnlp codebase="http://joshy.org/project/JXMapViewerTest/" href="JXMapViewerTest.jnlp">
  <information>
    <title>JXMapViewerTest</title>
    <vendor>Company, Inc.</vendor>
    <homepage href="homepage.html"/>
    <description> </description>
    <offline-allowed/>
  </information>
  <resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
  </resources>
  <resources>
    <jar download="eager" href="lib/JXMapViewerTest.jar" main="false"/>
    <jar download="eager" href="lib/swingx_painterbranch.jar" main="false"/>
    <jar download="eager" href="lib/swing-layout-1.0.jar" main="false"/>
    <jar download="eager" href="lib/swingx-ws.jar" main="false"/>
  </resources>
  <application-desc main-class="jxmapviewertest.NewJFrame"/>
  <security>
    <all-permissions/>
  </security>
</jnlp>
