From f5f13c4f6b6fe3b4d98e349dfd7db59339803436 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 19 Feb 2017 12:35:04 +0200 Subject: push addional code Change-Id: Ia427bb3460cda3a896f8faced2de69eaf3807b74 Signed-off-by: Michael Lando --- openecomp-be/tools/swagger-ui/assembly/swagger.xml | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 openecomp-be/tools/swagger-ui/assembly/swagger.xml (limited to 'openecomp-be/tools/swagger-ui/assembly/swagger.xml') diff --git a/openecomp-be/tools/swagger-ui/assembly/swagger.xml b/openecomp-be/tools/swagger-ui/assembly/swagger.xml new file mode 100644 index 0000000000..769cc64840 --- /dev/null +++ b/openecomp-be/tools/swagger-ui/assembly/swagger.xml @@ -0,0 +1,76 @@ + + + war + + false + + + + css + /css + + + fonts + /fonts + + + images + /images + + + lang + /lang + + + lib + /lib + + + WEB-INF + /WEB-INF + + + . + / + + index.html + o2c.html + swagger-ui.js + swagger-ui.min.js + + + + ./target + /css + + ${ncso.style.css.file} + + + + ./target + /fonts + + SourceSansPro-Light.otf + SourceSansPro-Regular.otf + SourceSansPro-Semibold.otf + + + + ./target + / + + ${api.json.file} + + + + ./target + /images + + favicon.ico + + + + \ No newline at end of file -- cgit 1.2.3-korg