|
From: Matthias K <mat...@us...> - 2006-03-28 17:16:44
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26135 Modified Files: plugin.xml Log Message: First implementation of a diff view (Feature request 1115411) Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel/plugin.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** plugin.xml 15 Feb 2006 10:43:58 -0000 1.38 --- plugin.xml 28 Mar 2006 17:16:40 -0000 1.39 *************** *** 24,27 **** --- 24,29 ---- <import plugin="org.jcommander.phileas.bookmarks"/> <import plugin="org.jcommander.vfsextensions"/> + <import plugin="org.jcommander.eclipsepatch.compare"/> + <import plugin="org.jcommander.ui.compare"/> </requires> <extension-point id="FilePanelManager" name="A manager for file tabs." schema="schema/FilePanelManager.exsd"/> |