| <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
| <!-- |
| /* |
| * Copyright 2004 The Apache Software Foundation |
| * |
| * Licensed under the Apache License, Version 2.0 (the "License"); |
| * you may not use this file except in compliance with the License. |
| * You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, software |
| * distributed under the License is distributed on an "AS IS" BASIS, |
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| * See the License for the specific language governing permissions and |
| * limitations under the License. |
| * |
| */ |
| |
| This script has been generated by the daemon installer plugin and was not |
| supplied by the application. |
| |
| --> |
| |
| <shortcuts> |
| <programGroup defaultName="${app}" location="applications"/> |
| |
| <shortcut |
| name="Start ${app} Server" |
| programGroup="yes" |
| desktop="yes" |
| applications="no" |
| startMenu="no" |
| startup="no" |
| target="sh" |
| workingDirectory="$INSTALL_PATH/bin" |
| commandLine="$INSTALL_PATH/bin/${server.init} start" |
| iconFile="$INSTALL_PATH/${app.icon}" |
| type="Application" |
| encoding="UTF-8" |
| description="Start ${app} Server"> |
| <createForPack name="Binaries"/> |
| </shortcut> |
| |
| <shortcut |
| name="Stop ${app} Server" |
| programGroup="yes" |
| desktop="yes" |
| applications="no" |
| startMenu="no" |
| startup="no" |
| target="sh" |
| workingDirectory="$INSTALL_PATH/bin" |
| commandLine="$INSTALL_PATH/bin/${server.init} stop" |
| iconFile="$INSTALL_PATH/${app.icon}" |
| type="Application" |
| encoding="UTF-8" |
| description="Start ${app} Server"> |
| <createForPack name="Binaries"/> |
| </shortcut> |
| |
| <shortcut |
| name="Debug ${app} Server" |
| programGroup="yes" |
| desktop="yes" |
| applications="no" |
| startMenu="no" |
| startup="no" |
| target="sh" |
| workingDirectory="$INSTALL_PATH/bin" |
| commandLine="$INSTALL_PATH/bin/${server.init} debug" |
| iconFile="$INSTALL_PATH/${app.icon}" |
| type="Application" |
| encoding="UTF-8" |
| description="Start ${app} Server"> |
| <createForPack name="Binaries"/> |
| </shortcut> |
| |
| <shortcut |
| name="Uninstaller" |
| programGroup="yes" |
| desktop="no" |
| applications="no" |
| startMenu="no" |
| startup="no" |
| target="java" |
| commandLine="java -jar "$INSTALL_PATH/Uninstaller/uninstaller.jar"" |
| initialState="noShow" |
| iconFile="trashcan_full" |
| iconIndex="0" |
| workingDirectory="" |
| type="Application" |
| encoding="UTF-8" |
| description="Uninstall ${app} Server"> |
| <createForPack name="Binaries" /> |
| </shortcut> |
| </shortcuts> |