diff options
Diffstat (limited to 'org.eclipse.debug.tests/plugin.xml')
-rw-r--r-- | org.eclipse.debug.tests/plugin.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.debug.tests/plugin.xml b/org.eclipse.debug.tests/plugin.xml index f91b13600..43f51168c 100644 --- a/org.eclipse.debug.tests/plugin.xml +++ b/org.eclipse.debug.tests/plugin.xml @@ -63,4 +63,15 @@ name="Test Launch Type"> </launchConfigurationType> </extension> + <extension + id="debugFS" + name="Debug File System" + point="org.eclipse.core.filesystem.filesystems"> + <filesystem + scheme="debug"> + <run + class="org.eclipe.debug.tests.launching.DebugFileSystem"> + </run> + </filesystem> + </extension> </plugin> |