[Pixelle-commit] SF.net SVN: pixelle: [15] trunk/pixelle/etc/pixelle.jnlp
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2008-06-18 03:02:06
|
Revision: 15
http://pixelle.svn.sourceforge.net/pixelle/?rev=15&view=rev
Author: dbrosius
Date: 2008-06-17 20:02:14 -0700 (Tue, 17 Jun 2008)
Log Message:
-----------
source jnlp
Added Paths:
-----------
trunk/pixelle/etc/pixelle.jnlp
Added: trunk/pixelle/etc/pixelle.jnlp
===================================================================
--- trunk/pixelle/etc/pixelle.jnlp (rev 0)
+++ trunk/pixelle/etc/pixelle.jnlp 2008-06-18 03:02:14 UTC (rev 15)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp
+ spec="1.0+"
+ codebase="http://pixelle.sourceforge.net/jnlp"
+ href="pixelle.jnlp">
+ <information>
+ <title>Pixelle</title>
+ <vendor>MeBigFatGuy.com</vendor>
+ <homepage href="http://pixelle.sourceforge.net"/>
+ <description>Bitmap transformation tool</description>
+ <description kind="short">A tool for transforming bitmaps thru pixel algorithms</description>
+ <offline-allowed/>
+ </information>
+ <security>
+ <all-permissions/>
+ </security>
+ <resources>
+ <j2se version="1.5+" initial-heap-size="300m" max-heap-size="800m"/>
+ <jar href="pixelle-$VERSION.jar"/>
+ <jar href="antlr-2.7.7.jar"/>
+ <jar href="antlr-3.1b1.jar"/>
+ <jar href="antlr-runtime-3.1b1.jar"/>
+ <jar href="asm-3.1.jar"/>
+ <jar href="stringtemplate-3.1.jar"/>
+ </resources>
+ <application-desc main-class="com.mebigfatguy.pixelle.Pixelle"/>
+</jnlp>
+
Property changes on: trunk/pixelle/etc/pixelle.jnlp
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|