summaryrefslogblamecommitdiff
path: root/config/izpack/izpack_shortcut.xml
blob: 4d396dea1d0e5a6bbfa12c6b9898b50dea175c18 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                       

                                                                      
 
                        
 
           

                            
                                           
                                        
                  

                         

           



                                             


                         



                                                 

           


                                                 


                         


                                                
                         

            
<?xml version=1.0" encoding="UTF-8" standalone="yes" ?>
<shortcuts>

  <programGroup defaultName="Scala 1.4.0.1" location="applications" />

  <skipIfNotSupported />

  <shortcut
    os="windows"
    name="Scala Interpreter"
    target="$INSTALL_PATH\bin\scalaint.bat"
    workingDirectory="$SYSTEM_user_home"
    commandLine=""
    terminal="true"
    programGroup="yes" />

  <shortcut
    os="windows"
    name="Scala API Documentation"
    target="$INSTALL_PATH\doc\api\index.html"
    commandLine=""
    programGroup="yes" />

  <shortcut
    os="windows"
    name="ScalaByExample.pdf"
    target="$INSTALL_PATH\doc\ScalaByExample.pdf"
    programGroup="yes" />

  <shortcut
    os="windows"
    name="ScalaReference.pdf"
    target="$INSTALL_PATH\doc\ScalaReference.pdf"
    programGroup="yes" />

  <shortcut
    os="windows"
    name="ScalaTutorial.pdf"
    target="$INSTALL_PATH\doc\ScalaTutorial.pdf"
    programGroup="yes" />

</shortcuts>