META-INF.kerneos-application.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - JASMINe - Copyright (C) 2009-2010 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$ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <application xmlns="http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd"> <!-- Kerneos settings --> <id>easybeans-console</id> <!-- The two parts of the mark displayed on the top right corner --> <application-project>EasyBeans</application-project> <application-name>Console</application-name> <!-- Base URL used --> <application-url>/easybeans</application-url> <!-- The path to the console logo (64x64 image) --> <application-logo>icons/easybeans-logo.png</application-logo> <!-- Show the "Minimize all" button in the taskbar ? --> <show-minimize-all-button>true</show-minimize-all-button> <!-- Show the "Cascade windows" button in the taskbar ? --> <show-cascade-button>true</show-cascade-button> <!-- Show the "Tile windows" button in the taskbar ? --> <show-tile-button>true</show-tile-button> <!-- Show popups on modules notifications ? --> <show-notification-popups>true</show-notification-popups> <!-- Show notifications popups, even on windows that have the focus ? --> <show-popups-from-active-window>true</show-popups-from-active-window> <!-- Enable modules notifications logging ? --> <enable-notifications-log>true</enable-notifications-log> <!-- Show a "confirm close" dialog ? --> <show-confirm-close-dialog>true</show-confirm-close-dialog> <!-- Default language of Kerneos. values : fr_FR or en_US --> <default-locale>en_US</default-locale> <languages> <language name="English" locale="en_US"/> <language name="Français" locale="fr_FR"/> </languages> <!-- Set the managers --> <managers> </managers> </application>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy