r1520 - in isis-fish/branches/arbo-maven/src: jnlp main/resources/jnlp
Author: sletellier Date: 2008-10-07 13:56:58 +0000 (Tue, 07 Oct 2008) New Revision: 1520 Added: isis-fish/branches/arbo-maven/src/main/resources/jnlp/template.vm Removed: isis-fish/branches/arbo-maven/src/jnlp/template.vm Log: arborenscence maven2 Deleted: isis-fish/branches/arbo-maven/src/jnlp/template.vm =================================================================== --- isis-fish/branches/arbo-maven/src/jnlp/template.vm 2008-10-07 13:56:26 UTC (rev 1519) +++ isis-fish/branches/arbo-maven/src/jnlp/template.vm 2008-10-07 13:56:58 UTC (rev 1520) @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp spec="1.0+" codebase="http://isis-fish.labs.libre-entreprise.org/jnlp" href="$outputFile"> - <information> - <title>Isis-Fish v3</title> - <vendor>Code Lutin</vendor> - <homepage href="http://www.codelutin.com" /> - <description>Simulateur de pecherie complexe v3</description> - <offline-allowed /> - </information> - <resources> - <j2se version="1.5+" max-heap-size="512m"/> -$dependencies - <extension name="sun" href="sun.jnlp"/> - </resources> - <security> - <all-permissions /> - </security> - <application-desc main-class="$mainClass" /> -</jnlp> Copied: isis-fish/branches/arbo-maven/src/main/resources/jnlp/template.vm (from rev 1519, isis-fish/branches/arbo-maven/src/jnlp/template.vm) =================================================================== --- isis-fish/branches/arbo-maven/src/main/resources/jnlp/template.vm (rev 0) +++ isis-fish/branches/arbo-maven/src/main/resources/jnlp/template.vm 2008-10-07 13:56:58 UTC (rev 1520) @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp spec="1.0+" codebase="http://isis-fish.labs.libre-entreprise.org/jnlp" href="$outputFile"> + <information> + <title>Isis-Fish v3</title> + <vendor>Code Lutin</vendor> + <homepage href="http://www.codelutin.com" /> + <description>Simulateur de pecherie complexe v3</description> + <offline-allowed /> + </information> + <resources> + <j2se version="1.5+" max-heap-size="512m"/> +$dependencies + <extension name="sun" href="sun.jnlp"/> + </resources> + <security> + <all-permissions /> + </security> + <application-desc main-class="$mainClass" /> +</jnlp>
participants (1)
-
sletellier@users.labs.libre-entreprise.org