This file is indexed.

/usr/share/eclipse/dropins/ptp-rdt/eclipse/plugins/org.eclipse.ptp.remote.server.core_2.0.0.dist/plugin.xml is in eclipse-ptp-rdt 8.1.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension-point id="remoteServer" name="Remote Server" schema="schema/remoteServer.exsd"/>
   <extension
         point="org.eclipse.core.variables.valueVariables">
      <variable
            description="payload"
            initialValue="&quot;&quot;"
            name="payload"
            readOnly="false">
      </variable>
      <variable
            description="payload_args"
            initialValue="&quot;&quot;"
            name="payload_args"
            readOnly="false">
      </variable>
   </extension>

</plugin>