blob: b6bc8bbd3cec94d1942f1c3e2e1bd35c9cce94f6 (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!-- Declarations to inherit by xi:include
========================================== -->
<section id="pardoc_names">
<title>Enea NFV Access DocBook XML Based UserDoc Names and
Parameters</title>
<para>NOTE: DO NOT EDIT THIS FILE IN xmlmind but you can open it to see any
errors, don't save!!!</para>
<para>NOTE: Use xi:include to include parameters into a docbook XML file.
Note: Only full elements can be included and the included element must be
allowed in that place. Example: For ulink, entire ulink elements must be
included, not just parts of them.</para>
<para>**** The phrase elements below can be used as variables in several
places in XML files and/or in make script files ****</para>
<!-- Distribution and release -->
<!--
The parameter 'prev_baseline' is intentionally undefined here since this
is the first release of the networking profile. The line must be removed.
-->
<para
id="prev_lic_file"><phrase>doc/book_enea_edge_runtime_open_source/doc/licenses.xml</phrase></para>
<para
id="new_lic_file"><phrase>doc/book_enea_edge_runtime_open_source/doc/licenses.xml</phrase></para>
<para
id="prev_lic_file"><phrase>doc/book_enea_edge_management_open_source/doc/licenses.xml</phrase></para>
<para
id="new_lic_file"><phrase>doc/book_enea_edge_management_open_source/doc/licenses.xml</phrase></para>
<para
id="prev_lic_file"><phrase>doc/book_enea_edge_telemetry_open_source/licenses.xml</phrase></para>
<para
id="new_lic_file"><phrase>doc/book_enea_edge_telemetry_open_source/doc/licenses.xml</phrase></para>
<para
id="prev_lic_file"><phrase>doc/book_enea_edge_automation_open_source/licenses.xml</phrase></para>
<para
id="new_lic_file"><phrase>doc/book_enea_edge_automation_open_source/doc/licenses.xml</phrase></para>
<para
id="prev_lic_file"><phrase>doc/book_enea_edge_auto_fw_th_open_source/licenses.xml</phrase></para>
<para
id="new_lic_file"><phrase>doc/book_enea_edge_auto_fw_th_open_source/doc/licenses.xml</phrase></para>
</section>
|