diff -r 2cfb52d98e82 -r c50c3d06898c cdt/cdt_5_0_x/org.eclipse.cdt.debug.core/schema/SourceFilesProvider.exsd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cdt/cdt_5_0_x/org.eclipse.cdt.debug.core/schema/SourceFilesProvider.exsd Mon Jun 01 19:15:36 2009 -0500 @@ -0,0 +1,86 @@ + + + + + + + + + This extension points allows you to extened the executables manager in CDT by providing your own source files provider for certain types of executables. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CDT 7.0 + + + + + + + + + <extension + point="org.eclipse.cdt.debug.core.SourceFilesProvider"> + <modifier class="com.xyz.MySourceFilesProvider"/> + </extension> + + + +