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
11
build.xml
11
build.xml
|
@ -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/>
|
||||||
|
|
Loading…
Reference in a new issue