[Patchanim-commit] SF.net SVN: patchanim: [165] trunk/patchanim/htdocs/jnlp/patchanim.jnlp
Brought to you by:
dbrosius
|
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.
|