|
From: Matthias K <mat...@us...> - 2006-07-08 17:35:24
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv3108 Modified Files: plugin.xml Log Message: - [Feature Requests-1105827]: First implementation of simple build in editor, currently capable of highlighting html and xml - removed compare perspective, now using edit instead - All Editors can be closed with Esc Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel/plugin.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** plugin.xml 28 Mar 2006 17:16:40 -0000 1.39 --- plugin.xml 8 Jul 2006 17:35:20 -0000 1.40 *************** *** 26,29 **** --- 26,30 ---- <import plugin="org.jcommander.eclipsepatch.compare"/> <import plugin="org.jcommander.ui.compare"/> + <import plugin="org.jcommander.ui.editor"/> </requires> <extension-point id="FilePanelManager" name="A manager for file tabs." schema="schema/FilePanelManager.exsd"/> |