Update of /cvsroot/pydev/org.python.pydev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19863
Modified Files:
plugin.xml
Log Message:
Applied patch: pythonpath contribution extension point
http://sourceforge.net/tracker/index.php?func=detail&aid=1988084&group_id=85796&atid=577329
Index: plugin.xml
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/plugin.xml,v
retrieving revision 1.205
retrieving revision 1.206
diff -C2 -d -r1.205 -r1.206
*** plugin.xml 18 May 2008 20:02:16 -0000 1.205
--- plugin.xml 15 Jun 2008 00:45:56 -0000 1.206
***************
*** 988,991 ****
--- 988,992 ----
<extension-point id="pydev_globals_browser" name="Pydev Globals Browser" schema="schema/pydev_globals_browser.exsd"/>
<extension-point id="pydev_debug_preferences_page" name="Pydev Debug Preferences Page" schema="schema/pydev_debug_preferences_page.exsd"/>
+ <extension-point id="pydev_pythonpath_contrib" name="Python Path Contributor" schema="schema/pydev_pythonpath_contrib.exsd"/>
<!-- wizards -->
<extension point="org.eclipse.ui.newWizards">
|