commit | 86bcc31cf8d72016242bffc0f31dfbfe297b594c | [log] [tgz] |
---|---|---|
author | MR-ZZC <zhaozhongchao@huawei.com> | Wed Sep 21 11:23:05 2016 +0800 |
committer | MR-ZZC <zhaozhongchao@huawei.com> | Wed Sep 21 11:23:05 2016 +0800 |
tree | 60974a6bc143c2c1424794c908cbfa5f5995826c | |
parent | 097999d1d822baa5eab687d259214871e5552b25 [diff] |
Change folder structure of resmagr module. Change-Id: I6d19b8d6f5528b7aa1e976fcea61145c088b1b79 Signed-off-by: MR-ZZC <zhaozhongchao@huawei.com>
diff --git a/openo-portal/portal-resmgr/pom.xml b/openo-portal/portal-resmgr/pom.xml new file mode 100644 index 0000000..0ba9361 --- /dev/null +++ b/openo-portal/portal-resmgr/pom.xml
@@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + Copyright 2016 Huawei Technologies Co., Ltd. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <parent> + <groupId>org.openo.gso.gui</groupId> + <artifactId>openo-portal</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <artifactId>portal-resmgr</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>war</packaging> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-war-plugin</artifactId> + <configuration> + <failOnMissingWebXml>false</failOnMissingWebXml> + </configuration> + </plugin> + </plugins> + </build> +</project>
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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 Binary files differ
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