diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-08-13 02:10:29 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-08-13 02:10:29 +0000 |
commit | f9af43a94e7a89437d5a2eebdebc52a086c1ccf9 (patch) | |
tree | 06171b78067e14c2eb664779d7a9d883d04e4cbf /pom.xml | |
parent | 62b67412770bf016525b8f9baf935ae3198d42d9 (diff) |
Descope lenovo module
Change-Id: Id6a3e7dfd3b20d5f29a7e44c4831e37237d1a0ed
Issue-ID: MULTICLOUD-737
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,12 +38,13 @@ </properties> <modules> + <module></module> <!--module>newton</module--> <module>ocata</module> <module>windriver</module> <module>pike</module> <module>starlingx</module> - <module>lenovo</module> + <!--module>lenovo</module--> </modules> <build> |