This file is indexed.

/usr/share/eclipse/dropins/ptp-rdt/eclipse/plugins/org.eclipse.ptp.rdt.doc.user_1.0.0.dist/html/reference/settings_wizard_import.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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!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>Import Project Settings</title>
</head>

<body>
<h2>Importing C/C++ Project Settings</h2>
<p>
To access the project settings import wizard do the following:
<ol>
<li>
	Open the <strong>Import Wizard Dialog</strong> by selecting <strong>File &gt; Import...</strong> or
	activate a context menu on a C/C++ project and select <strong>Import...</strong>.
</li>
<li>Select <strong>C/C++ &gt; C/C++ Project Settings</strong>.</li>
<li>Click <strong>Next</strong></li>
</ol>
</p>

<p>
<img src="../../images/import_dialog.png" alt="Import Wizard Dialog">
</p>



<p>
To import the settings into a project do the following:
<ol>
<li>
Select a file that contains the settings to be imported. The file
must be in the same format as generated by the <a href="settings_wizard_export.html">
project settings export wizard</a>. The wizard quickly parses 
the file to determine what types of settings it contains. If
the file cannot be parsed an error message is displayed.
<li>Select a project. Only open C/C++ and Remote C/C++ projects are listed.</li>
<li>Select a build configuration</li>
<li>Select the types of settings to be imported. Only the types of settings actually
contained in the file are displayed.</li>
<li>Click <strong>Finish</strong></li>
</ol>
</p>

<p>
<img src="../../images/import_wizard.png" alt="Project Settings Import Wizard">
</p>

<p>
It may be necessary to perform a reindex for some of the new settings to take effect.
For example if include paths were imported a reindex may be required for the indexer
to pick up header files from the new paths.
</p>


</body>