diff options
author | liamfallon <liam.fallon@est.tech> | 2020-07-13 09:41:28 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-07-13 09:55:31 +0100 |
commit | cfd849936ab0dba02df60c5a8509d83cb8c58fdb (patch) | |
tree | edbdaaf25ee23994f7bbc9e5d882e3cd08d9bce1 /examples/examples-myfirstpolicy/src/site/site.xml | |
parent | 3b1c78af2c59867d422a29ea4ff325ba25fea4cc (diff) |
Remove old documentation from build
apex-pdp had an in-line docuemntation build system built on asciidoc. It
has proven to be very difficult to maintain and keep up to date and it
is incompatible with the ONAP official RST/ReadTheDocs docuementation
system.
In the Dublin release, we converted the asciidoc documentation to RST
format, and hae been updating the RST documentation since. The asciidoc
docuemntation system is now so out of date that it is being removed.
In this change, the "site" directory is removed from all modules in
apex-pdp and a profile called "apexSite" is removed from the pom.xml
file in all modules.
Issue-ID: POLICY-2686
Change-Id: I645f3ed101159d356cd90e619cef791067ad5eb5
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'examples/examples-myfirstpolicy/src/site/site.xml')
-rw-r--r-- | examples/examples-myfirstpolicy/src/site/site.xml | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/examples/examples-myfirstpolicy/src/site/site.xml b/examples/examples-myfirstpolicy/src/site/site.xml deleted file mode 100644 index 4dae4202a..000000000 --- a/examples/examples-myfirstpolicy/src/site/site.xml +++ /dev/null @@ -1,44 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - ============LICENSE_START======================================================= - Copyright (C) 2016-2018 Ericsson. All rights reserved. - ================================================================================ - This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE - Full license text at https://creativecommons.org/licenses/by/4.0/legalcode - - SPDX-License-Identifier: CC-BY-4.0 - ============LICENSE_END========================================================= - - @author Sven van der Meer (sven.van.der.meer@ericsson.com) - ---> - -<project name="APEX Examples My First Policy"> - <body> - <menu name="APEX Examples My First Policy"> - <item href="MyFirstPolicyHowto.html" name="HowTo: My First Policy" - collapse="true"> - <item href="02-data-models.html" name="Data Models" /> - <item href="03-policy-step1.html" name="Policy Step 1"> - <item href="031-s1-new-model.html" name="New Policy Model" /> - <item href="032-s1-new-events.html" name="Events" /> - <item href="033-s1-new-policy.html" name="New Policy" /> - <item href="034-s1-test-policy.html" name="Test the Policy" /> - <item href="035-s1-clieditor.html" name="CLI Editor File" /> - </item> - <item href="04-policy-step2.html" name="Policy Step 2"> - <item href="041-s2-extend-model.html" name="Extend Policy Model" /> - <item href="042-s2-test-policy.html" name="Test the Policy" /> - <item href="043-s2-clieditor.html" name="CLI Editor File" /> - </item> - </item> - <item href="javadocs/index.html" name="API Doc" /> - </menu> - <menu ref="reports" inherit="top" /> - <menu ref="modules" /> - - <breadcrumbs> - <item name="My First Policy" href="index.html" /> - </breadcrumbs> - </body> -</project>
\ No newline at end of file |