[Patchanim-commit] SF.net SVN: patchanim: [163] trunk/patchanim
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-02-11 00:16:15
|
Revision: 163 http://patchanim.svn.sourceforge.net/patchanim/?rev=163&view=rev Author: dbrosius Date: 2008-02-10 16:16:20 -0800 (Sun, 10 Feb 2008) Log Message: ----------- move jnlp template to etc directory, and dynamically inject the version Added Paths: ----------- trunk/patchanim/etc/ trunk/patchanim/etc/patchanim.jnlp Added: trunk/patchanim/etc/patchanim.jnlp =================================================================== --- trunk/patchanim/etc/patchanim.jnlp (rev 0) +++ trunk/patchanim/etc/patchanim.jnlp 2008-02-11 00:16:20 UTC (rev 163) @@ -0,0 +1,27 @@ +<?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-$VERSION.jar"/> + <jar href="xml-apis.jar"/> + <jar href="xalan.jar"/> + <jar href="xercesImpl.jar"/> + <jar href="serializer.jar"/> + </resources> + <application-desc main-class="com.mebigfatguy.patchanim.main.PatchMain"/> +</jnlp> + Property changes on: trunk/patchanim/etc/patchanim.jnlp ___________________________________________________________________ Name: svn:mime-type + text/plain Name: svn:eol-style + native This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |