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