This file is indexed.

/usr/share/eclipse/dropins/ptp-rdt/eclipse/plugins/org.eclipse.ptp.rdt.doc.user_1.0.0.dist/html/concepts/services.html 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../help.css">
<title>Services</title>
</head>

   <body>
      <h2>
         Services
      </h2>
      <p>Services are essentially well defined sets of functionality which can be provided by <a href=providers.html>Service Providers</a>.  Typically, a service is defined as fulfilling some API contract which providers of that service are expected to implement.  RDT defines two canonical services:</p>
         <li>The <a href=build_service.html>Build Service</a></li>
         <li>The <a href=c_indexing_service.html>Code Indexing Service</a></li>
         
         <BR><BR><p>The RDT framework allows for definitions of additional, arbitrary services to be contributed to the system by additional plug-ins.</p>
      
   </body>
</html>