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 /plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/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 'plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/src/site/site.xml')
-rw-r--r-- | plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/src/site/site.xml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/src/site/site.xml b/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/src/site/site.xml deleted file mode 100644 index 05c14a926..000000000 --- a/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/src/site/site.xml +++ /dev/null @@ -1,29 +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 Plugins Context Schema Avro"> - <body> - <menu name="APEX Plugins Context Schema Avro"> - <item href="engine-config.html" name="Engine Configuration" /> - <item href="javadocs/index.html" name="API Doc" /> - </menu> - <menu ref="reports" inherit="top" /> - <menu ref="modules" /> - - <breadcrumbs> - <item name="Avro" href="index.html" /> - </breadcrumbs> - </body> -</project>
\ No newline at end of file |