From: MR-ZZC Date: Wed, 21 Sep 2016 03:23:05 +0000 (+0800) Subject: Change folder structure of resmagr module. X-Git-Tag: release/sun~187^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=86bcc31cf8d72016242bffc0f31dfbfe297b594c;p=vnfsdk%2Frefrepo.git Change folder structure of resmagr module. Change-Id: I6d19b8d6f5528b7aa1e976fcea61145c088b1b79 Signed-off-by: MR-ZZC --- diff --git a/openo-portal/portal-resmgr/pom.xml b/openo-portal/portal-resmgr/pom.xml new file mode 100644 index 00000000..0ba93617 --- /dev/null +++ b/openo-portal/portal-resmgr/pom.xml @@ -0,0 +1,42 @@ + + + + + org.openo.gso.gui + openo-portal + 1.0.0-SNAPSHOT + + + 4.0.0 + portal-resmgr + 1.0.0-SNAPSHOT + war + + + + + org.apache.maven.plugins + maven-war-plugin + + false + + + + + diff --git a/openo-portal/portal-resmgr/openo-brs/css/RMain.css b/openo-portal/portal-resmgr/src/main/webapp/resmgr/css/RMain.css similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/css/RMain.css rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/css/RMain.css diff --git a/openo-portal/portal-resmgr/openo-brs/css/VMMain.css b/openo-portal/portal-resmgr/src/main/webapp/resmgr/css/VMMain.css similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/css/VMMain.css rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/css/VMMain.css diff --git a/openo-portal/portal-resmgr/openo-brs/css/bootstrap-table.min.css b/openo-portal/portal-resmgr/src/main/webapp/resmgr/css/bootstrap-table.min.css similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/css/bootstrap-table.min.css rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/css/bootstrap-table.min.css diff --git a/openo-portal/portal-resmgr/openo-brs/css/bootstrap.min.css b/openo-portal/portal-resmgr/src/main/webapp/resmgr/css/bootstrap.min.css similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/css/bootstrap.min.css rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/css/bootstrap.min.css diff --git a/openo-portal/portal-resmgr/openo-brs/images/add.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/add.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/add.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/add.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/arrow-down-enable.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/arrow-down-enable.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/arrow-down-enable.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/arrow-down-enable.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/collapse_arrow.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/collapse_arrow.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/collapse_arrow.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/collapse_arrow.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/delete.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/delete.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/delete.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/delete.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/edit.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/edit.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/edit.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/edit.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/expand_arrow.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/expand_arrow.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/expand_arrow.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/expand_arrow.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/ideo_default_select.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/ideo_default_select.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/ideo_default_select.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/ideo_default_select.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/import.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/import.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/import.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/import.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/line.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/line.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/line.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/line.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/loading-spinner-grey.gif b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/loading-spinner-grey.gif similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/loading-spinner-grey.gif rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/loading-spinner-grey.gif diff --git a/openo-portal/portal-resmgr/openo-brs/images/openo.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/openo.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/openo.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/openo.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/page_l.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/page_l.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/page_l.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/page_l.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/page_left_disabled.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/page_left_disabled.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/page_left_disabled.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/page_left_disabled.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/page_r.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/page_r.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/page_r.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/page_r.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/sort_asc.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/sort_asc.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/sort_asc.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/sort_asc.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/sort_both.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/sort_both.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/sort_both.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/sort_both.png diff --git a/openo-portal/portal-resmgr/openo-brs/images/sort_desc.png b/openo-portal/portal-resmgr/src/main/webapp/resmgr/images/sort_desc.png similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/images/sort_desc.png rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/images/sort_desc.png diff --git a/openo-portal/portal-resmgr/openo-brs/js/bootstrap-table.min.js b/openo-portal/portal-resmgr/src/main/webapp/resmgr/js/bootstrap-table.min.js similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/js/bootstrap-table.min.js rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/js/bootstrap-table.min.js diff --git a/openo-portal/portal-resmgr/openo-brs/js/bootstrap.min.js b/openo-portal/portal-resmgr/src/main/webapp/resmgr/js/bootstrap.min.js similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/js/bootstrap.min.js rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/js/bootstrap.min.js diff --git a/openo-portal/portal-resmgr/openo-brs/js/brs.js b/openo-portal/portal-resmgr/src/main/webapp/resmgr/js/brs.js similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/js/brs.js rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/js/brs.js diff --git a/openo-portal/portal-resmgr/openo-brs/js/jquery-1.11.2.min.js b/openo-portal/portal-resmgr/src/main/webapp/resmgr/js/jquery-1.11.2.min.js similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/js/jquery-1.11.2.min.js rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/js/jquery-1.11.2.min.js diff --git a/openo-portal/portal-resmgr/openo-brs/link.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr/link.html similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/link.html rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/link.html diff --git a/openo-portal/portal-resmgr/openo-brs/ne.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr/ne.html similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/ne.html rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/ne.html diff --git a/openo-portal/portal-resmgr/openo-brs/port.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr/port.html similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/port.html rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/port.html diff --git a/openo-portal/portal-resmgr/openo-brs/resource.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr/resource.html similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/resource.html rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/resource.html diff --git a/openo-portal/portal-resmgr/openo-brs/site.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr/site.html similarity index 100% rename from openo-portal/portal-resmgr/openo-brs/site.html rename to openo-portal/portal-resmgr/src/main/webapp/resmgr/site.html