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:
parent
350ea96d2f
commit
b02f93dd13
1 changed files with 10 additions and 3 deletions
13
build.xml
13
build.xml
|
@ -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/>
|
||||
|
|
Loading…
Reference in a new issue