res.shortcutSpec.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JASMINe - Copyright (C) 2009 Bull S.A.S. - Contact: [email protected] - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - USA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - $Id: shortcutSpec.xml 5565 2009-10-21 16:50:14Z jlegrand $ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <shortcuts> <skipIfNotSupported /> <programGroup defaultName="JASMINe" location="applications" /> <shortcut name="start JASMINe monitoring" target="$INSTALL_PATH\jasmine.bat" commandLine="start" description="Start the JASMINe monitoring server" iconFile="$INSTALL_PATH\ico\jasmine-start.ico" iconIndex="0" initialState="normal" programGroup="yes" desktop="yes" applications="no" startMenu="no" startup="no"> </shortcut> <shortcut name="stop JASMINe monitoring" target="$INSTALL_PATH\jasmine.bat" commandLine="stop" description="Stop the JASMINe monitoring server" iconFile="$INSTALL_PATH\ico\jasmine-stop.ico" iconIndex="0" initialState="noShow" programGroup="yes" desktop="no" applications="no" startMenu="no" startup="no"> </shortcut> <shortcut name="uninstall JASMINe monitoring" target="$INSTALL_PATH\installer\script\uninstall.bat" description="uninstall the JASMINe monitoring server" iconFile="$INSTALL_PATH\ico\jasmine-uninstall.ico" iconIndex="0" initialState="noShow" programGroup="yes" desktop="no" applications="no" startMenu="no" startup="no"> </shortcut> <shortcut name="JASMINe EoS (web console)" description="JASMINe EoS (Eye of SOA)" iconFile="$INSTALL_PATH\ico\jasmine-eos.ico" target="$INSTALL_PATH\installer\script\browse-eos.bat" initialState="noShow" programGroup="yes" desktop="no" applications="no" startMenu="no" startup="no"> </shortcut> <shortcut name="JASMINe website" description="The JASMINe website" iconFile="$INSTALL_PATH\ico\jasmine-website.ico" target="http://jasmine.ow2.org" initialState="normal" programGroup="yes" desktop="no" applications="no" startMenu="no" startup="no"> </shortcut> </shortcuts>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy