[jsword-svn] r1442 - trunk/bibledesktop-web/src/web/stable
dmsmith at www.crosswire.org
dmsmith at www.crosswire.org
Sun Jun 24 05:38:24 MST 2007
Author: dmsmith
Date: 2007-06-24 05:38:24 -0700 (Sun, 24 Jun 2007)
New Revision: 1442
Added:
trunk/bibledesktop-web/src/web/stable/bibledesktop-1.0.7.jnlp
Log:
Added the webstart file to 1.0.7
Added: trunk/bibledesktop-web/src/web/stable/bibledesktop-1.0.7.jnlp
===================================================================
--- trunk/bibledesktop-web/src/web/stable/bibledesktop-1.0.7.jnlp (rev 0)
+++ trunk/bibledesktop-web/src/web/stable/bibledesktop-1.0.7.jnlp 2007-06-24 12:38:24 UTC (rev 1442)
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0+" codebase="http://www.crosswire.org/bibledesktop/stable" href="bibledesktop-1.0.7.jnlp">
+
+ <information>
+ <title>Bible Desktop</title>
+ <vendor>Crosswire Bible Society</vendor>
+ <homepage href="http://www.crosswire.org/bibledesktop"/>
+ <description>Bible Desktop v1.0.7 - Bible Study Software based on the Sword project</description>
+ <description kind="short">Bible Desktop is a Bible study package available over the internet</description>
+ <description kind="tooltip">Bible Desktop Application</description>
+ <icon href="icon32.gif"/>
+ <icon kind="splash" href="icon64.gif"/>
+ <offline-allowed/>
+ <shortcut online="false">
+ <desktop/>
+ <menu submenu="Bible Desktop"/>
+ </shortcut>
+ </information>
+
+ <security>
+ <!--
+ We need disk io to read installed Sword Bibles,
+ network access to install new ones, and the ability to read system vars
+ I'm not sure there is much point in asking for less that everything
+ -->
+ <all-permissions/>
+ </security>
+
+ <resources>
+ <j2se version="1.4+"/>
+ <jar href="bibledesktop-1.0.7.jar"/>
+ <jar href="jsword-1.0.7.jar"/>
+ <jar href="jsword-common-1.0.7.jar"/>
+ <jar href="jsword-common-swing-1.0.7.jar"/>
+ <jar href="jsword-common-aqua-1.0.6.jar"/>
+ <jar href="javatar-2.5.jar"/>
+ <jar href="jdom-1.0.jar"/>
+ <jar href="commons-codec-1.3.jar"/>
+ <jar href="commons-httpclient-3.0.1.jar"/>
+ <jar href="commons-logging-1.1.jar"/>
+ <jar href="commons-net-1.4.1.jar"/>
+ <jar href="lucene-core-2.2.0.jar"/>
+ <jar href="jlfgr-1_0.jar"/>
+ <property name="apple.laf.useScreenMenuBar" value="true"/>
+ <property name="com.apple.mrj.application.apple.menu.about.name" value="Bible Desktop"/>
+ </resources>
+
+ <application-desc main-class="org.crosswire.bibledesktop.desktop.Desktop"/>
+
+</jnlp>
More information about the jsword-svn
mailing list