File: plugin.xml

package info (click to toggle)
eclipse-linuxtools 8.1.0%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 42,888 kB
  • sloc: java: 149,148; xml: 22,186; ansic: 15,426; cpp: 326; makefile: 42; javascript: 29; sh: 19; python: 10
file content (27 lines) | stat: -rw-r--r-- 830 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.linuxtools.profiling.launch.RemoteProxyManager">
      <manager
            class="org.eclipse.linuxtools.internal.ssh.proxy.SSHProxyManager"
            scheme="ssh">
      </manager>
   </extension>
   <extension
         point="org.eclipse.linuxtools.profiling.launch.RemoteProxyManager">
      <manager
            class="org.eclipse.linuxtools.internal.ssh.proxy.SSHProxyManager"
            scheme="jsch">
      </manager>
   </extension>
   <extension
         point="org.eclipse.core.filesystem.filesystems">
      <filesystem
            scheme="ssh">
         <run
               class="org.eclipse.remote.internal.jsch.core.JSchFileSystem">
         </run>
      </filesystem>
   </extension>
</plugin>