<?xml version="1.0" encoding="utf-8"?>

<!-- last regenerated 2015-03-10 03:40 PDT by ReplicatorSender. D o   n o t   e d i t . -->
<jnlp spec="7.0" codebase="http://mindprod.com/replicator" href="replicatorreceiverwebsite.jnlp" version="11.6">
  <information>
    <title>The Replicator 11.6 via website</title>

    <vendor>Canadian Mind Products</vendor>
    <homepage href="webstart/replicator.html" />

    <description>Replicates files via website. Also keeps them up to date efficiently.</description>
    <description kind="short">Replicates files via website.</description>
    <description kind="one-line">Replicates files via website.</description>
    <description kind="tooltip">the Replicator</description>
    <!-- relative to codebase, need copy in same dir as jar, and jnlp file. -->
    <icon href="replicator.icon64.png" width="64" height="64" kind="default" />
    <icon href="replicator.splash.png" width="128" height="128" kind="splash" />
    <!-- online only -->
    <!-- create desktop shortcut to run the Replicator -->
    <shortcut online="true">
      <desktop />
      <menu submenu="The Replicator" />
    </shortcut>
  </information>

  <security>
    <all-permissions />
  </security>

  <update check="always" policy="always" />

  <resources>
    <!-- Oracle JVM -->
    <java version="1.8.0_131" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-ea" initial-heap-size="128m" max-heap-size="512m" />
    <java version="1.8+"     href="http://java.sun.com/products/autodl/j2se" java-vm-args="-ea" initial-heap-size="128m" max-heap-size="512m" />
    <java version="1.7.0_79" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-ea" initial-heap-size="128m" max-heap-size="512m" />
    <java version="1.7+"     href="http://java.sun.com/products/autodl/j2se" java-vm-args="-ea" initial-heap-size="128m" max-heap-size="512m" />
    <!-- application code, download jar before we start. -->
    <jar href="replicator.jar" main="true" download="eager" size="114688" />

    <!-- set -D system properties -->
    <property name="VIA" value="website" />
    <property name="PROJECT_NAME" value="Mindprod.com" />
    <property name="UNIQUE_PROJECT_NAME" value="com.mindprod.replicator" />
    <property name="SUGGESTED_RECEIVER_BASE_DIR" value="C:\\mindprod" />
    <property name="SUGGESTED_RECEIVER_ZIP_STAGING_DIR" value="C:\\mpstaging" />
    <property name="WEBSITE_ZIP_URL" value="http://mindprod.com/replicator" />
    <property name="SUGGESTED_LAN_ZIP_URL" value="http://mindprod.com/replicator" />
    <property name="KEEP_ZIPS" value="false" />
    <property name="UNPACK_ZIPS" value="true" />
    <property name="AUTHENTICATION" value="none" />
    <property name="DEBUGGING" value="false" />
  </resources>

  <!-- application class with main method -->
  <application-desc main-class="com.mindprod.replicator.Replicator" />

</jnlp>