Modified "create...jnlp-file" targets of jskad and the translation tool adding the lines in the jnlp file to prompt for the creation of short-cuts.

This commit is contained in:
amontano 2005-03-08 07:02:56 +00:00
parent 350ea96d2f
commit b02f93dd13

View file

@ -1319,6 +1319,9 @@ the jvm starting tomcat:
</description> </description>
<offline-allowed/> <offline-allowed/>
<shortcut online="false">
<desktop/> <menu submenu="THDL Tools"/>
</shortcut>
</information> </information>
<security> <security>
<all-permissions/> <all-permissions/>
@ -1352,15 +1355,19 @@ the jvm starting tomcat:
append="true"> append="true">
<![CDATA[ href="DictionarySearchAppletAndJavaWebStart.jnlp"> <![CDATA[ href="DictionarySearchAppletAndJavaWebStart.jnlp">
<information> <information>
<title>Tibetan to English Translation Tool</title> <title>Tibetan Translation Tool</title>
<vendor>THDL, Andres Montano Pellegrini</vendor> <vendor>THDL, Andres Montano Pellegrini</vendor>
<homepage href="http://iris.lib.virginia.edu/tibet/reference/translation-tool.html" /> <homepage href="http://iris.lib.virginia.edu/tibet/reference/translation-tool.html" />
<description> <description>
This tool divides Tibetan language passages up into their component This tool divides Tibetan language passages up into their component
phrases and words and displays corresponding dictionary definitions.</description> phrases and words and displays corresponding dictionary definitions.
</description>
<offline-allowed/> <offline-allowed/>
<shortcut online="false">
<desktop/> <menu submenu="THDL Tools"/>
</shortcut>
</information> </information>
<security> <security>
<all-permissions/> <all-permissions/>