home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / ViePratique / JSesh / JSesh-install-6.3.2.exe / res / shortcutSpec.xml < prev    next >
Extensible Markup Language  |  2013-03-08  |  2KB  |  55 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2.  
  3. <shortcuts>
  4.     <SkipIfNotSupported/>
  5.     <programGroup defaultName="JSesh" location="applications"/>
  6.   
  7.     <shortcut
  8.      name="JSesh"
  9.      programGroup="yes"
  10.      desktop="yes"
  11.      applications="no"
  12.      startMenu="no"
  13.      startup="no"
  14.      target="java"
  15.      commandLine="-Xmx256m -jar "$INSTALL_PATH\libJSesh\jseshAppli-6.3.2.jar""
  16.      description="JSesh hieroglyphic editor"
  17.      iconFile="$INSTALL_PATH\icons\tksesh.ico"
  18.      initialState="noShow"
  19.      >
  20.         <createForPack name="Base"/>
  21.     </shortcut>
  22.  
  23.     <shortcut
  24.      name="Sign Info Editor"
  25.      programGroup="yes"
  26.      desktop="yes"
  27.      applications="no"
  28.      startMenu="no"
  29.      startup="no"
  30.      target="java"
  31.      commandLine="-Xmx256m -cp "$INSTALL_PATH\libJSesh\jsesh-6.3.2.jar;$INSTALL_PATH\libJSesh\jseshGlyphs-6.3.2.jar" jsesh.utilitySoftwares.signInfoEditor.ui.SignInfoEditorApplication"
  32.      description="Editor for documenting hieroglyphic signs"
  33.      initialState="noShow"
  34.      >
  35.      
  36.         <createForPack name="Base"/>
  37.     </shortcut>   
  38.      
  39.     <shortcut
  40.      name="RTF CLeaner"
  41.      programGroup="yes"
  42.      desktop="yes"
  43.      applications="no"
  44.      startMenu="no"
  45.      startup="no"
  46.      target="java"
  47.      commandLine="-Xmx256m -cp "$INSTALL_PATH\libJSesh\jsesh-6.3.2.jar;$INSTALL_PATH\libJSesh\jseshGlyphs-6.3.2.jar" jsesh.utilitySoftwares.rtfCleaner.JRTFCleaner"
  48.      description="RTF Cleaning application (mostly for Mac/Indesign)"
  49.      initialState="noShow"
  50.      >
  51.      
  52.         <createForPack name="Base"/>
  53.     </shortcut>   
  54. </shortcuts>
  55.