Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / build / distribution / IzPack / src / dist-files / Unix_shortcutSpec.xml @ 23393

History | View | Annotate | Download (2.43 KB)

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

    
3

    
4
<shortcuts>
5

    
6
  <programGroup defaultName="IzForge/IzPack" location="applications"/>
7

    
8

    
9
    <!-- Disabled since there is no Frontend
10
  shortcut
11
     name="IzPack"
12
     programGroup="yes"
13
     desktop="yes"
14
     applications="no"
15
     startMenu="yes"
16
     startup="no"
17
     target="$INSTALL_PATH/bin/izpack-fe.sh"
18
     commandLine=""
19
     workingDirectory="$INSTALL_PATH/bin"
20
     description="Front-End for IzPack installation tool"
21
     iconFile="$INSTALL_PATH/bin/icons/izpack.png"
22
     iconIndex="0"
23
     type="Application"
24
     encoding="UTF-8"
25
     terminal="true"
26
     KdeSubstUID="false"
27
     initialState="normal">   
28
     <createForPack name="Core"/>     
29
   </shortcut -->
30

    
31
   <shortcut
32
     name="IzPack Documentation"
33
     programGroup="yes"
34
     desktop="yes"
35
     applications="no"
36
     startMenu="yes"
37
     startup="no"
38
     target="konqueror"
39
     workingDirectory=""
40
     commandLine=""
41
     initialState="noShow"
42
     iconFile="help"
43
     iconIndex="0" 
44
     url="$INSTALL_PATH/doc/izpack/html/izpack-doc.html"                                
45
     type="Link"
46
     encoding="UTF-8"   
47
     description="IzPack user documentation (HTML format)">
48
     
49
     <createForPack name="Documentation-HTML"/>
50
   </shortcut>
51

    
52

    
53
   <shortcut
54
     name="Documentation"
55
     programGroup="yes"
56
     desktop="yes"
57
     applications="no"
58
     startMenu="yes"
59
     startup="no"
60
     target="acroread"
61
     workingDirectory=""
62
     commandLine="$INSTALL_PATH/doc/izpack/pdf/izpack-doc.pdf"
63
     initialState="noShow"
64
     iconFile="acroread"
65
     iconIndex="0" 
66
     url="$INSTALL_PATH/doc/izpack/pdf/izpack-doc.pdf"                                
67
     type="Application"
68
     encoding="UTF-8"   
69
     description="IzPack user documentation (PDF format)">
70
     
71
     <createForPack name="Documentation-PDF"/>
72
   </shortcut>
73
   
74
      
75
   <shortcut
76
     name="Uninstaller"
77
     programGroup="yes"
78
     desktop="yes"
79
     applications="no"
80
     startMenu="no"
81
     startup="no"
82
     target="java"
83
     commandLine="-jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
84
     
85
     initialState="noShow"
86
     iconFile="trashcan_full"
87
     iconIndex="0" 
88
     workingDirectory=""
89
     type="Application"
90
     encoding="UTF-8"
91
     description="IzPack uninstaller">
92
     <createForPack name="Core" />
93
   </shortcut>
94
   
95
   
96
</shortcuts>