blob: 8f96c1bc0ee6c655a42db026e0edec94b181e255 [file] [log] [blame]
Alex Karasulu86d20602006-03-06 17:29:40 +00001<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<!--
3/*
4 * Copyright 2004 The Apache Software Foundation
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 *
18 */
19
20 This script has been generated by the daemon installer plugin and was not
21 supplied by the application.
22
23 -->
24
25<shortcuts>
26 <programGroup defaultName="${app}" location="applications"/>
27
28 <shortcut
29 name="Start ${app} Server"
30 programGroup="yes"
31 desktop="yes"
32 applications="no"
33 startMenu="no"
34 startup="no"
35 target="sh"
36 workingDirectory="$INSTALL_PATH/bin"
37 commandLine="$INSTALL_PATH/bin/${server.init} start"
38 iconFile="$INSTALL_PATH/${app.icon}"
39 type="Application"
40 encoding="UTF-8"
41 description="Start ${app} Server">
42 <createForPack name="Binaries"/>
43 </shortcut>
44
45 <shortcut
46 name="Stop ${app} Server"
47 programGroup="yes"
48 desktop="yes"
49 applications="no"
50 startMenu="no"
51 startup="no"
52 target="sh"
53 workingDirectory="$INSTALL_PATH/bin"
54 commandLine="$INSTALL_PATH/bin/${server.init} stop"
55 iconFile="$INSTALL_PATH/${app.icon}"
56 type="Application"
57 encoding="UTF-8"
58 description="Start ${app} Server">
59 <createForPack name="Binaries"/>
60 </shortcut>
61
62 <shortcut
63 name="Debug ${app} Server"
64 programGroup="yes"
65 desktop="yes"
66 applications="no"
67 startMenu="no"
68 startup="no"
69 target="sh"
70 workingDirectory="$INSTALL_PATH/bin"
71 commandLine="$INSTALL_PATH/bin/${server.init} debug"
72 iconFile="$INSTALL_PATH/${app.icon}"
73 type="Application"
74 encoding="UTF-8"
75 description="Start ${app} Server">
76 <createForPack name="Binaries"/>
77 </shortcut>
78
79 <shortcut
80 name="Uninstaller"
81 programGroup="yes"
82 desktop="no"
83 applications="no"
84 startMenu="no"
85 startup="no"
86 target="java"
87 commandLine="java -jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot;"
88 initialState="noShow"
89 iconFile="trashcan_full"
90 iconIndex="0"
91 workingDirectory=""
92 type="Application"
93 encoding="UTF-8"
94 description="Uninstall ${app} Server">
95 <createForPack name="Binaries" />
96 </shortcut>
97</shortcuts>