Thread: [Patchanim-commit] SF.net SVN: patchanim: [70] trunk/patchanim/htdocs/jnlp/patchanim.jnlp
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-01-30 02:58:29
|
Revision: 70 http://patchanim.svn.sourceforge.net/patchanim/?rev=70&view=rev Author: dbrosius Date: 2008-01-29 18:58:07 -0800 (Tue, 29 Jan 2008) Log Message: ----------- update jnlp to 0.2.0 Modified Paths: -------------- trunk/patchanim/htdocs/jnlp/patchanim.jnlp Modified: trunk/patchanim/htdocs/jnlp/patchanim.jnlp =================================================================== --- trunk/patchanim/htdocs/jnlp/patchanim.jnlp 2008-01-30 02:55:45 UTC (rev 69) +++ trunk/patchanim/htdocs/jnlp/patchanim.jnlp 2008-01-30 02:58:07 UTC (rev 70) @@ -16,7 +16,7 @@ </security> <resources> <j2se version="1.5+" initial-heap-size="300m" max-heap-size="800m"/> - <jar href="patchanim-0.1.0.jar"/> + <jar href="patchanim-0.2.0.jar"/> </resources> <application-desc main-class="com.mebigfatguy.patchanim.main.PatchMain"/> </jnlp> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-09 06:00:47
|
Revision: 112 http://patchanim.svn.sourceforge.net/patchanim/?rev=112&view=rev Author: dbrosius Date: 2008-02-08 22:00:43 -0800 (Fri, 08 Feb 2008) Log Message: ----------- add jars to jnlp Modified Paths: -------------- trunk/patchanim/htdocs/jnlp/patchanim.jnlp Modified: trunk/patchanim/htdocs/jnlp/patchanim.jnlp =================================================================== --- trunk/patchanim/htdocs/jnlp/patchanim.jnlp 2008-02-09 05:59:37 UTC (rev 111) +++ trunk/patchanim/htdocs/jnlp/patchanim.jnlp 2008-02-09 06:00:43 UTC (rev 112) @@ -17,6 +17,10 @@ <resources> <j2se version="1.5+" initial-heap-size="300m" max-heap-size="800m"/> <jar href="patchanim-0.3.0.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> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-09 16:19:57
|
Revision: 124 http://patchanim.svn.sourceforge.net/patchanim/?rev=124&view=rev Author: dbrosius Date: 2008-02-09 08:20:01 -0800 (Sat, 09 Feb 2008) Log Message: ----------- update jnlp to 0.4.0 Modified Paths: -------------- trunk/patchanim/htdocs/jnlp/patchanim.jnlp Modified: trunk/patchanim/htdocs/jnlp/patchanim.jnlp =================================================================== --- trunk/patchanim/htdocs/jnlp/patchanim.jnlp 2008-02-09 16:15:18 UTC (rev 123) +++ trunk/patchanim/htdocs/jnlp/patchanim.jnlp 2008-02-09 16:20:01 UTC (rev 124) @@ -16,7 +16,7 @@ </security> <resources> <j2se version="1.5+" initial-heap-size="300m" max-heap-size="800m"/> - <jar href="patchanim-0.3.0.jar"/> + <jar href="patchanim-0.4.0.jar"/> <jar href="xml-apis.jar"/> <jar href="xalan.jar"/> <jar href="xercesImpl.jar"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dbr...@us...> - 2008-02-11 00:17:45
|
Revision: 165 http://patchanim.svn.sourceforge.net/patchanim/?rev=165&view=rev Author: dbrosius Date: 2008-02-10 16:17:49 -0800 (Sun, 10 Feb 2008) Log Message: ----------- deleted - file is generated from etc dir now Removed Paths: ------------- trunk/patchanim/htdocs/jnlp/patchanim.jnlp Deleted: trunk/patchanim/htdocs/jnlp/patchanim.jnlp =================================================================== --- trunk/patchanim/htdocs/jnlp/patchanim.jnlp 2008-02-11 00:16:49 UTC (rev 164) +++ trunk/patchanim/htdocs/jnlp/patchanim.jnlp 2008-02-11 00:17:49 UTC (rev 165) @@ -1,27 +0,0 @@ -<?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.7.0.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> - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |