From 8aaddf4913dd792402331f6e9424067a78246c18 Mon Sep 17 00:00:00 2001
From: lizi00164331
Date: Tue, 5 Sep 2017 17:37:54 +0800
Subject: [PATCH] Try to fix the daily builed failed bug.
change the esr catagory name to portal, Fix the pom definition.
Change-Id: I21861aba0fe9b7d0528c5ffcb220d6e6096efcc4
Issue-ID: AAI-224
Signed-off-by: lizi00164331
---
common/pom.xml | 4 ++--
integration/pom.xml | 4 ++--
pom.xml | 11 +++++------
{esr => portal}/pom.xml | 6 +++---
.../src/main/webapp/extsys/ems/css/animate.min.css | 0
{esr => portal}/src/main/webapp/extsys/ems/css/ems.css | 0
{esr => portal}/src/main/webapp/extsys/ems/emsView.html | 0
.../webapp/extsys/ems/i18n/nfv-nso-iui-i18n-en-US.properties | 0
.../webapp/extsys/ems/i18n/nfv-nso-iui-i18n-zh-CN.properties | 0
{esr => portal}/src/main/webapp/extsys/ems/js/commonUtil.js | 0
{esr => portal}/src/main/webapp/extsys/ems/js/ems-validate.js | 0
.../src/main/webapp/extsys/ems/js/emsController.js | 0
.../src/main/webapp/extsys/ems/js/loadi18n_nsoc.js | 0
{esr => portal}/src/main/webapp/extsys/ems/mock-data/ems.json | 0
.../src/main/webapp/extsys/sdncontroller/css/animate.min.css | 0
.../src/main/webapp/extsys/sdncontroller/css/sdnc.css | 0
.../sdncontroller/i18n/nfv-nso-iui-i18n-en-US.properties | 0
.../sdncontroller/i18n/nfv-nso-iui-i18n-zh-CN.properties | 0
.../src/main/webapp/extsys/sdncontroller/js/commonUtil.js | 0
.../src/main/webapp/extsys/sdncontroller/js/loadi18n_nsoc.js | 0
.../src/main/webapp/extsys/sdncontroller/js/sdnc-validate.js | 0
.../src/main/webapp/extsys/sdncontroller/js/sdncController.js | 0
.../src/main/webapp/extsys/sdncontroller/mock-data/sdnc.json | 0
.../src/main/webapp/extsys/sdncontroller/sdncView.html | 0
{esr => portal}/src/main/webapp/extsys/vim/css/bootstrap.css | 0
{esr => portal}/src/main/webapp/extsys/vim/css/skill.css | 0
{esr => portal}/src/main/webapp/extsys/vim/css/vim.css | 0
{esr => portal}/src/main/webapp/extsys/vim/css/vimChart.css | 0
.../src/main/webapp/extsys/vim/i18n/loadi18nApp.js | 0
.../webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties | 0
.../webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties | 0
.../src/main/webapp/extsys/vim/js/client-cometd.js | 0
.../src/main/webapp/extsys/vim/js/jqBootstrapValidation.js | 0
{esr => portal}/src/main/webapp/extsys/vim/js/vim-validate.js | 0
{esr => portal}/src/main/webapp/extsys/vim/js/vimChart.js | 0
.../src/main/webapp/extsys/vim/js/vimChartController.js | 0
.../src/main/webapp/extsys/vim/js/vimController.js | 0
{esr => portal}/src/main/webapp/extsys/vim/js/vimUtil.js | 0
{esr => portal}/src/main/webapp/extsys/vim/mock-data/vim.json | 0
{esr => portal}/src/main/webapp/extsys/vim/vimChart.html | 0
{esr => portal}/src/main/webapp/extsys/vim/vimView.html | 0
.../src/main/webapp/extsys/vnfm/css/animate.min.css | 0
{esr => portal}/src/main/webapp/extsys/vnfm/css/vnfm.css | 0
.../webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-en-US.properties | 0
.../webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-zh-CN.properties | 0
{esr => portal}/src/main/webapp/extsys/vnfm/js/commonUtil.js | 0
.../src/main/webapp/extsys/vnfm/js/loadi18n_nsoc.js | 0
.../src/main/webapp/extsys/vnfm/js/vnfm-validate.js | 0
.../src/main/webapp/extsys/vnfm/js/vnfmController.js | 0
{esr => portal}/src/main/webapp/extsys/vnfm/js/vnfmUtil.js | 0
{esr => portal}/src/main/webapp/extsys/vnfm/vnfmView.html | 0
51 files changed, 12 insertions(+), 13 deletions(-)
rename {esr => portal}/pom.xml (91%)
rename {esr => portal}/src/main/webapp/extsys/ems/css/animate.min.css (100%)
rename {esr => portal}/src/main/webapp/extsys/ems/css/ems.css (100%)
rename {esr => portal}/src/main/webapp/extsys/ems/emsView.html (100%)
rename {esr => portal}/src/main/webapp/extsys/ems/i18n/nfv-nso-iui-i18n-en-US.properties (100%)
rename {esr => portal}/src/main/webapp/extsys/ems/i18n/nfv-nso-iui-i18n-zh-CN.properties (100%)
rename {esr => portal}/src/main/webapp/extsys/ems/js/commonUtil.js (100%)
rename {esr => portal}/src/main/webapp/extsys/ems/js/ems-validate.js (100%)
rename {esr => portal}/src/main/webapp/extsys/ems/js/emsController.js (100%)
rename {esr => portal}/src/main/webapp/extsys/ems/js/loadi18n_nsoc.js (100%)
rename {esr => portal}/src/main/webapp/extsys/ems/mock-data/ems.json (100%)
rename {esr => portal}/src/main/webapp/extsys/sdncontroller/css/animate.min.css (100%)
rename {esr => portal}/src/main/webapp/extsys/sdncontroller/css/sdnc.css (100%)
rename {esr => portal}/src/main/webapp/extsys/sdncontroller/i18n/nfv-nso-iui-i18n-en-US.properties (100%)
rename {esr => portal}/src/main/webapp/extsys/sdncontroller/i18n/nfv-nso-iui-i18n-zh-CN.properties (100%)
rename {esr => portal}/src/main/webapp/extsys/sdncontroller/js/commonUtil.js (100%)
rename {esr => portal}/src/main/webapp/extsys/sdncontroller/js/loadi18n_nsoc.js (100%)
rename {esr => portal}/src/main/webapp/extsys/sdncontroller/js/sdnc-validate.js (100%)
rename {esr => portal}/src/main/webapp/extsys/sdncontroller/js/sdncController.js (100%)
rename {esr => portal}/src/main/webapp/extsys/sdncontroller/mock-data/sdnc.json (100%)
rename {esr => portal}/src/main/webapp/extsys/sdncontroller/sdncView.html (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/css/bootstrap.css (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/css/skill.css (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/css/vim.css (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/css/vimChart.css (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/i18n/loadi18nApp.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-en-US.properties (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/i18n/roc-vim-iui-i18n-zh-CN.properties (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/js/client-cometd.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/js/jqBootstrapValidation.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/js/vim-validate.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/js/vimChart.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/js/vimChartController.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/js/vimController.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/js/vimUtil.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/mock-data/vim.json (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/vimChart.html (100%)
rename {esr => portal}/src/main/webapp/extsys/vim/vimView.html (100%)
rename {esr => portal}/src/main/webapp/extsys/vnfm/css/animate.min.css (100%)
rename {esr => portal}/src/main/webapp/extsys/vnfm/css/vnfm.css (100%)
rename {esr => portal}/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-en-US.properties (100%)
rename {esr => portal}/src/main/webapp/extsys/vnfm/i18n/nfv-nso-iui-i18n-zh-CN.properties (100%)
rename {esr => portal}/src/main/webapp/extsys/vnfm/js/commonUtil.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vnfm/js/loadi18n_nsoc.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vnfm/js/vnfm-validate.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vnfm/js/vnfmController.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vnfm/js/vnfmUtil.js (100%)
rename {esr => portal}/src/main/webapp/extsys/vnfm/vnfmView.html (100%)
diff --git a/common/pom.xml b/common/pom.xml
index ed1eec2..934a97d 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -17,12 +17,12 @@
org.onap.aai.esr-gui
- esr-gui
+ aai-esr-gui-parent
1.0.0-SNAPSHOT
4.0.0
- common
+ esr-gui-common
1.0.0-SNAPSHOT
war
esr-gui/common
diff --git a/integration/pom.xml b/integration/pom.xml
index 4bf3fb9..4f737cb 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -17,12 +17,12 @@
org.onap.aai.esr-gui
- esr-gui
+ aai-esr-gui-parent
1.0.0-SNAPSHOT
4.0.0
- integration
+ aai-esr-gui-integration
war
esr-gui/integration
diff --git a/pom.xml b/pom.xml
index 5ac0dbf..78c5d34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +1,13 @@