[Patchanim-commit] SF.net SVN: patchanim: [9] trunk/patchanim/htdocs
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-01-25 05:12:43
|
Revision: 9 http://patchanim.svn.sourceforge.net/patchanim/?rev=9&view=rev Author: dbrosius Date: 2008-01-24 21:12:46 -0800 (Thu, 24 Jan 2008) Log Message: ----------- jnlp file for web start Added Paths: ----------- trunk/patchanim/htdocs/jnlp/ trunk/patchanim/htdocs/jnlp/patchanim.jnlp Added: trunk/patchanim/htdocs/jnlp/patchanim.jnlp =================================================================== --- trunk/patchanim/htdocs/jnlp/patchanim.jnlp (rev 0) +++ trunk/patchanim/htdocs/jnlp/patchanim.jnlp 2008-01-25 05:12:46 UTC (rev 9) @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp + spec="1.0+" + codebase="http://patchanim.sourceforge.net/jnlp" + href="patchanim.jnlp"> + <information> + <title>PatchAnim</title> + <vendor>MeBigFatGuy.com</vendor> + <homepage href="http://patchanim.sourceforge.net"/> + <description>Bezier Surface Patch Blend creation tool</description> + <description kind="short">A tool for creating animated color blends based on Bezier Surface patches</description> + <offline-allowed/> + </information> + <security> + <all-permissions/> + </security> + <resources> + <j2se version="1.5+" initial-heap-size="300m" max-heap-size="800m"/> + <jar href="patchanim-0.1.0.jar"/> + </resources> + <application-desc main-class="com.mebigfatguy.patchanim.main.PatchMain"/> +</jnlp> + Property changes on: trunk/patchanim/htdocs/jnlp/patchanim.jnlp ___________________________________________________________________ Name: svn:mime-type + text/jnlp Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |