From: Jan S. <st...@us...> - 2002-04-20 10:36:54
|
Update of /cvsroot/javaprofiler/module/net/sourceforge/javaprofiler/module/resources In directory usw-pr-cvs1:/tmp/cvs-serv11821 Added Files: Profiling.xml Log Message: Profiling toolbar configuration. --- NEW FILE: Profiling.xml --- <!-- Sun Public License Notice The contents of this file are subject to the Sun Public License Version 1.0 (the "License"). You may not use this file except in compliance with the License. A copy of the License is available at http://www.sun.com/ The Original Code is the Java Profiler module. The Initial Developers of the Original Code are Jan Stola, Pavel Vacha, Michal Pise, Petr Luner, Lukas Petru and Marek Przeczek. Portions created by Jan Stola are Copyright (C) 2000-2001. All Rights Reserved. Portions created by Pavel Vacha are Copyright (C) 2000-2001. All Rights Reserved. Portions created by Michal Pise are Copyright (C) 2000-2001. All Rights Reserved. Portions created by Petr Luner are Copyright (C) 2000-2001. All Rights Reserved. Portions created by Lukas Petru are Copyright (C) 2000-2001. All Rights Reserved. Portions created by Marek Przeczek are Copyright (C) 2000-2001. All Rights Reserved. Contributors: Jan Stola, Pavel Vacha, Michal Pise, Petr Luner, Lukas Petru and Marek Przeczek. --> <!DOCTYPE Configuration PUBLIC "-//NetBeans IDE//DTD toolbar//EN" "http://www.netbeans.org/dtds/toolbar.dtd"> <Configuration> <Row> <Toolbar name="System" /> <Toolbar name="Edit" /> <Toolbar name="Data" /> <Toolbar name="Build" /> <Toolbar name="Profiler" /> <Toolbar name="Memory" visible="false" /> </Row> <Row> <Toolbar name="Versioning" visible="false" /> <Toolbar name="Debug" visible="false" /> <Toolbar name="DebugFull" visible="false" /> <Toolbar name="View" visible="false" /> </Row> </Configuration> |