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_export.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
<!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>Export Project Settings</title>
</head>

<body>
<h2>Exporting C/C++ Project Settings</h2>
<p>
To access the project settings export wizard do the following:
<ol>
<li>
	Open the <strong>Export Wizard Dialog</strong> by selecting <strong>File &gt; Export...</strong> or
	activate a context menu on a C/C++ project and select <strong>Export...</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/export_dialog.png" alt="Export Wizard Dialog">
</p>



<p>
To export the settings for a project do the following:
<ol>
<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 exported</li>
<li>Choose a file to export the settings to. The settings are exported as an XML file.</li>
<li>Click <strong>Finish</strong></li>
</ol>
</p>

<p>
<img src="../../images/export_wizard.png" alt="Project Settings Export Wizard">
</p>


</body>