|
From: Matthias K <mat...@us...> - 2006-04-19 21:36:10
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8211 Modified Files: plugin.xml Added Files: context.xml Log Message: - First implementation of feature request 1473247: Simplified method to enter VFS URLs - with help link by context Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.help/plugin.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** plugin.xml 15 Feb 2006 10:42:59 -0000 1.6 --- plugin.xml 19 Apr 2006 21:36:03 -0000 1.7 *************** *** 30,32 **** --- 30,36 ---- </extension> + <extension point="org.eclipse.help.contexts"> + <contexts file="context.xml"/> + </extension> + </plugin> --- NEW FILE: context.xml --- <contexts> <context id="VFS" title="Informations about the VFS"> <description>Informations about the Virtual File System</description> <topic href="html/concepts/supportedFileSystems.html" label="Supported File Systems"/> </context> </contexts> |