[Doc] restapi-doc wadl based package removal

Previous StarlingX API Reference documentation was hosted under restapi-doc
package and managed using maven and wadl files.

StarlingX has enabled the OpenStack API guideline to manage REST API services
allowing all previous restapi-doc references to be removed.

Change-Id: I85cd192b557d3964c06cbb6c550799349d20bdb4
Signed-off-by: Abraham Arce <abraham.arce.moreno@intel.com>
This commit is contained in:
Abraham Arce 2018-10-10 09:33:05 -05:00
parent 3bb3717023
commit 4633f41c82
1 changed files with 3 additions and 6 deletions

View File

@ -7,16 +7,14 @@
#
# The second way is explicitly name packages that contain SDK content. This
# works well for packages which only contain SDK content. The other reason
# that calling out packages explcitly may be of use is that some packages
# (like restapi-doc) may not be built automatically because they get caught
# in the blacklist filter (i.e. we normally don't build restapi-doc because
# it contains "doc").
# that calling out packages explicitly may be of use is that some packages
# may not be built automatically because they get caught in the blacklist
# filter.
EXPLICIT_PACKAGES=( \
wrs-branding \
wrs-heat-templates \
install-log-server \
restapi-doc \
remote-clients \
)
@ -35,7 +33,6 @@ PATTERNS=(wrs-branding*.x86_64.rpm \
wrs-heat-templates*.x86_64.rpm \
*cgts-sdk*.x86_64.rpm \
install-log-server*.x86_64.rpm \
restapi-doc*.x86_64.rpm \
remote-clients*.x86_64.rpm )
rm -f $SDKTMPFILE