aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
author“shentao” <shentao@chinamobile.com>2017-01-26 16:19:00 +0800
committer“shentao” <shentao@chinamobile.com>2017-01-26 16:21:54 +0800
commit6f01a8756fe38c0d6565c369005142adda4b9b57 (patch)
tree5f360e44ac9bb70f83781af1303d3915bb45cd3f /pom.xml
parent3f47ae6567e95e118c4a477e24cdc509dd0dce89 (diff)
rebuild GUI structure(only changed modules' name)
Issue-id : CLIENT-14 Change-Id: Ie4fa30f1a51393576fbdc68e12d810565cbf06eb Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 13 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 32e7a29f..e6557507 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2016 Huawei, Inc. and others. All rights reserved.
+ Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -23,20 +23,23 @@
<version>1.1.0-SNAPSHOT</version>
<relativePath>../oparent</relativePath>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.openo.client.gui</groupId>
<artifactId>client-gui</artifactId>
<packaging>pom</packaging>
<name>client-gui</name>
+
<modules>
- <module>portal-package</module>
- <module>portal-framework</module>
- <module>portal-resmgr</module>
- <module>portal-extsys</module>
- <module>portal-catalog</module>
- <module>portal-auth</module>
- <module>portal-lifecyclemgr</module>
- <module>portal-performance</module>
- <module>portal-monitor</module>
+ <module>auth</module>
+ <module>catalog</module>
+ <module>common</module>
+ <module>extsys</module>
+ <module>integration</module>
+ <module>lifecyclemgr</module>
+ <module>login</module>
+ <module>monitor</module>
+ <module>performance</module>
+ <module>resmgr</module>
</modules>
</project>