← Back to team overview

sltv team mailing list archive

[Branch ~sltv/sltv/trunk] Rev 11: suporte a java web start.

 

------------------------------------------------------------
revno: 11
committer: lucasa@xxxxxxxxx
branch nick: SLTV
timestamp: Fri 2009-10-23 01:39:08 -0200
message:
  suporte a java web start.
added:
  sltv.jnlp


--
lp:sltv
https://code.launchpad.net/~sltv/sltv/trunk

Your team sltv is subscribed to branch lp:sltv.
To unsubscribe from this branch go to https://code.launchpad.net/~sltv/sltv/trunk/+edit-subscription.
=== added file 'sltv.jnlp'
--- sltv.jnlp	1970-01-01 00:00:00 +0000
+++ sltv.jnlp	2009-10-23 03:39:08 +0000
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.5+"
+      codebase="http://localhost/";
+      href="sltv.jnlp">
+   
+    <information>
+    <title>sltv</title>
+        <vendor>TV Software Livre</vendor>
+        <homepage href="http://tv.softwarelivre.org"/>
+        <description>sltv</description>
+        <!--offline-allowed/-->
+    </information>
+
+    <security>
+        <all-permissions/>
+    </security>
+
+    <resources>
+        <j2se version="1.5+" href="http://java.sun.com/products/autodl/j2se";>
+        </j2se>
+        <jar href="sltv.jar" main="true"/>          
+    </resources>
+    
+    <application-desc main-class="br.org.softwarelivre.sltv.SLTVMain">
+    </application-desc>
+</jnlp>