1. Adjust the directory hierarchy
authorHuabingZhao <zhao.huabing@zte.com.cn>
Wed, 17 Aug 2016 04:37:07 +0000 (12:37 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Wed, 17 Aug 2016 06:03:37 +0000 (14:03 +0800)
2. Fix the compile issue
Change-Id: Ibf10c83104e5e673bc797013799861426cd950ce
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
459 files changed:
README.md
msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml [new file with mode: 0644]
msb-core/apiroute/apiroute-service/pom.xml [moved from apiroute/apiroute-service/pom.xml with 96% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteApp.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteApp.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteAppConfig.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/ApiRouteAppConfig.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/ConsulClientApp.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/ConsulClientApp.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ApiRouteInfo.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/ApiRouteInfo.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ConsulInfo.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/ConsulInfo.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomDateSerializer.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomDateSerializer.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomRouteInfo.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/CustomRouteInfo.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/DiscoverInfo.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/DiscoverInfo.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/IuiRouteInfo.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/IuiRouteInfo.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MetricsInfo.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/MetricsInfo.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceFullInfo.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceFullInfo.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceInfo.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/MicroServiceInfo.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/Node.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/Node.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/NodeInfo.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/NodeInfo.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/RouteServer.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/RouteServer.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/Service.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/Service.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/ServiceAccessInfo.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/ServiceAccessInfo.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedInternalServerErrorException.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedInternalServerErrorException.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotFoundException.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotFoundException.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotSupportedException.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/api/exception/ExtendedNotSupportedException.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/health/ApiRouteHealthCheck.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/health/ApiRouteHealthCheck.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ApiRouteResource.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ApiRouteResource.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/CustomRouteResource.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/CustomRouteResource.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/IuiRouteResource.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/IuiRouteResource.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MetricsResource.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MetricsResource.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MicroServiceResource.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/MicroServiceResource.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ServiceAccessResource.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/resources/ServiceAccessResource.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ApiRouteServiceWrapper.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ApiRouteServiceWrapper.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/CustomRouteServiceWrapper.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/CustomRouteServiceWrapper.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/IuiRouteServiceWrapper.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/IuiRouteServiceWrapper.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MetricsServiceWrapper.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MetricsServiceWrapper.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MicroServiceWrapper.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/MicroServiceWrapper.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ServiceAccessWrapper.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/ServiceAccessWrapper.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/CatalogClient.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/CatalogClient.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/Consul.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/Consul.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/ConsulException.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/ConsulException.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/HealthClient.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/HealthClient.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/async/ConsulResponseCallback.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/async/ConsulResponseCallback.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/CatalogCache.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/CatalogCache.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache4Map.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ConsulCache4Map.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/HealthCache.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/HealthCache.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ServiceCache.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/cache/ServiceCache.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/ConsulResponse.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/ConsulResponse.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogNode.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogNode.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogService.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/CatalogService.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogNode.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogNode.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogService.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ImmutableCatalogService.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ServiceInfo.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/catalog/ServiceInfo.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableNode.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableNode.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableService.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ImmutableService.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Node.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Node.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Service.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/Service.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ServiceHealth.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/model/health/ServiceHealth.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/CatalogOptions.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/CatalogOptions.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ConsistencyMode.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ConsistencyMode.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableCatalogOptions.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableCatalogOptions.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableQueryOptions.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ImmutableQueryOptions.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/Options.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/Options.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ParamAdder.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/ParamAdder.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/QueryOptions.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/option/QueryOptions.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Base64EncodingDeserializer.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Base64EncodingDeserializer.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ClientUtil.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ClientUtil.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Jackson.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/Jackson.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ObjectMapperContextResolver.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/ObjectMapperContextResolver.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsDeserializer.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsDeserializer.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsSerializer.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/SecondsSerializer.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/UnsignedLongDeserializer.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/consul/util/UnsignedLongDeserializer.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/IMicroServiceChangeListener.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/IMicroServiceChangeListener.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/MicroServiceChangeListener.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/serviceListener/MicroServiceChangeListener.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/FileUtil.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/FileUtil.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JacksonJsonUtil.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JacksonJsonUtil.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JedisUtil.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/JedisUtil.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MetricsUtil.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MetricsUtil.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceDB.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceDB.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceUtil.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/MicroServiceUtil.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RegExpTestUtil.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RegExpTestUtil.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RouteUtil.java [moved from apiroute/apiroute-service/src/main/java/org/openo/msb/wrapper/util/RouteUtil.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/META-INF/MANIFEST.MF [moved from apiroute/apiroute-service/src/main/resources/api-doc/META-INF/MANIFEST.MF with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/WEB-INF/web.xml [moved from apiroute/apiroute-service/src/main/resources/api-doc/WEB-INF/web.xml with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/css/reset.css [moved from apiroute/apiroute-service/src/main/resources/api-doc/css/reset.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/css/screen.css [moved from apiroute/apiroute-service/src/main/resources/api-doc/css/screen.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/css/typography.css [moved from apiroute/apiroute-service/src/main/resources/api-doc/css/typography.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.eot [moved from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.eot with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.svg [moved from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.svg with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.ttf [moved from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.ttf with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff [moved from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff2 [moved from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff2 with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.eot [moved from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.eot with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.svg [moved from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.svg with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.ttf [moved from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.ttf with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff [moved from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff2 [moved from apiroute/apiroute-service/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff2 with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/explorer_icons.png [moved from apiroute/apiroute-service/src/main/resources/api-doc/images/explorer_icons.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/logo_small.png [moved from apiroute/apiroute-service/src/main/resources/api-doc/images/logo_small.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/pet_store_api.png [moved from apiroute/apiroute-service/src/main/resources/api-doc/images/pet_store_api.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/throbber.gif [moved from apiroute/apiroute-service/src/main/resources/api-doc/images/throbber.gif with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/images/wordnik_api.png [moved from apiroute/apiroute-service/src/main/resources/api-doc/images/wordnik_api.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/index.html [moved from apiroute/apiroute-service/src/main/resources/api-doc/index.html with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.contentWindow.min.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.contentWindow.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.min.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/js/iframeResizer/iframeResizer.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/backbone-min.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/backbone-min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/handlebars-2.0.0.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/handlebars-2.0.0.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/highlight.7.3.pack.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/highlight.7.3.pack.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery-1.8.0.min.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery-1.8.0.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.ba-bbq.min.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.ba-bbq.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.slideto.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.wiggle.min.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/jquery.wiggle.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/marked.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/marked.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/shred.bundle.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/shred.bundle.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/shred/content.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/shred/content.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-client.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-client.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-oauth.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/swagger-oauth.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/lib/underscore-min.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/lib/underscore-min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/o2c.html [moved from apiroute/apiroute-service/src/main/resources/api-doc/o2c.html with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.min.js [moved from apiroute/apiroute-service/src/main/resources/api-doc/swagger-ui.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/banner.txt [moved from apiroute/apiroute-service/src/main/resources/banner.txt with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/css/animate.min.css [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/css/animate.min.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/css/metrics.css [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/css/metrics.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/loadi18nApp_iui-metrics_view.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/loadi18nApp_iui-metrics_view.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-en-US.properties [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-en-US.properties with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/i18n/msb-iui-metrics-i18n-zh-CN.properties with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/img/loading-spinner-grey.gif [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/img/loading-spinner-grey.gif with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/img/netnumenLogo.png [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/img/netnumenLogo.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/img/throbber.gif [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/img/throbber.gif with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/index.html [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/index.html with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/avalon.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/avalon.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap-dt.css [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap-dt.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap.min.css [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/css/bootstrap.min.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap2-typeahead.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/bootstrap/js/bootstrap2-typeahead.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.css [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/dataTables.bootstrap.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/jquery.dataTables.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/dataTables/jquery.dataTables.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/echarts/echarts-all.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/echarts/echarts-all.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css.map [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.css.map with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.min.css [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/css/font-awesome.min.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/FontAwesome.otf [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/FontAwesome.otf with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.eot [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.eot with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.svg [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.svg with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.ttf [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.ttf with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff2 [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/fonts/fontawesome-webfont.woff2 with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/animated.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/animated.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/bordered-pulled.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/bordered-pulled.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/core.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/core.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/fixed-width.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/fixed-width.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/font-awesome.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/font-awesome.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/icons.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/icons.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/larger.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/larger.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/list.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/list.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/mixins.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/mixins.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/path.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/path.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/rotated-flipped.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/rotated-flipped.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/stacked.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/stacked.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/variables.less [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/less/variables.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_animated.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_animated.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_bordered-pulled.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_bordered-pulled.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_core.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_core.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_fixed-width.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_fixed-width.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_icons.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_icons.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_larger.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_larger.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_list.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_list.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_mixins.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_mixins.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_path.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_path.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_rotated-flipped.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_rotated-flipped.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_stacked.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_stacked.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_variables.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/_variables.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/font-awesome.scss [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/fontAwesome/scss/font-awesome.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.contentWindow.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.contentWindow.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/iframeResizer/iframeResizer.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/images/sort_both.png [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/images/sort_both.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery.i18n/jquery.i18n.properties-1.0.9.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery.i18n/jquery.i18n.properties-1.0.9.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery/jquery-1.10.2.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/jquery/jquery-1.10.2.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsChart.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsChart.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsController.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsController.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsUtil.js [moved from apiroute/apiroute-service/src/main/resources/iui-metrics/js/metricsUtil.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/css/animate.min.css [moved from apiroute/apiroute-service/src/main/resources/iui-route/css/animate.min.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/css/newRoute.css [moved from apiroute/apiroute-service/src/main/resources/iui-route/css/newRoute.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/css/route.css [moved from apiroute/apiroute-service/src/main/resources/iui-route/css/route.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/default.html [moved from apiroute/apiroute-service/src/main/resources/iui-route/default.html with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/loadi18nApp_iui-route_view.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/i18n/loadi18nApp_iui-route_view.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-en-US.properties [moved from apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-en-US.properties with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-zh-CN.properties [moved from apiroute/apiroute-service/src/main/resources/iui-route/i18n/msb-iui-route-i18n-zh-CN.properties with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-checked.png [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-checked.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-init.png [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/checkbox-init.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/conductor-logo.png [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/conductor-logo.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/details_close.png [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/details_close.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/details_open.png [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/details_open.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/down.png [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/down.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/loading-spinner-grey.gif [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/loading-spinner-grey.gif with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/logo.png [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/logo.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/netnumenLogo.png [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/netnumenLogo.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/sidebar-toggler-grey.jpg [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/sidebar-toggler-grey.jpg with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/throbber.gif [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/throbber.gif with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/up.png [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/up.png with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/img/zte_logo_16.gif [moved from apiroute/apiroute-service/src/main/resources/iui-route/img/zte_logo_16.gif with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/index.html [moved from apiroute/apiroute-service/src/main/resources/iui-route/index.html with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/avalon.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/avalon.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootbox/bootbox.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/bootbox/bootbox.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap-growl.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap-growl.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap-dt.css [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap-dt.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap.min.css [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/css/bootstrap.min.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap2-typeahead.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/bootstrap/js/bootstrap2-typeahead.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.css [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/dataTables.bootstrap.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/jquery.dataTables.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/dataTables/jquery.dataTables.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css.map [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.css.map with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.min.css [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/css/font-awesome.min.css with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/FontAwesome.otf [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/FontAwesome.otf with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.eot [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.eot with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.svg [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.svg with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.ttf [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.ttf with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff2 [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/fonts/fontawesome-webfont.woff2 with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/animated.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/animated.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/bordered-pulled.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/bordered-pulled.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/core.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/core.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/fixed-width.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/fixed-width.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/font-awesome.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/font-awesome.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/icons.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/icons.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/larger.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/larger.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/list.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/list.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/mixins.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/mixins.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/path.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/path.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/rotated-flipped.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/rotated-flipped.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/stacked.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/stacked.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/variables.less [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/less/variables.less with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_animated.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_animated.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_bordered-pulled.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_bordered-pulled.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_core.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_core.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_fixed-width.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_fixed-width.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_icons.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_icons.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_larger.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_larger.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_list.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_list.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_mixins.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_mixins.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_path.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_rotated-flipped.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_rotated-flipped.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_stacked.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_stacked.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_variables.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/_variables.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/font-awesome.scss [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/fontAwesome/scss/font-awesome.scss with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.contentWindow.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.contentWindow.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/iframeResizer/iframeResizer.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/additional-methods.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/jquery.validate.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ar.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_bg.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ca.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_cs.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_da.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_de.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_el.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_es_AR.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_et.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_eu.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fa.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fi.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_fr.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_gl.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_he.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hr.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_hu.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_id.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_is.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_it.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ja.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ka.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_kk.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ko.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lt.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_lv.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_my.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_nl.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_no.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pl.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_BR.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_pt_PT.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ro.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_ru.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_si.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sk.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sl.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sr_lat.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_sv.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_th.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tj.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_tr.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_uk.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_vi.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/messages_zh_TW.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_de.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_es_CL.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_fi.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_nl.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery-validation/localization/methods_pt.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery.i18n/jquery.i18n.properties-1.0.9.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery.i18n/jquery.i18n.properties-1.0.9.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/jquery/jquery-1.10.2.min.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/jquery/jquery-1.10.2.min.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/routeController.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/routeController.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/routeFunc.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/routeFunc.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/main/resources/iui-route/js/routeUtil.js [moved from apiroute/apiroute-service/src/main/resources/iui-route/js/routeUtil.js with 100% similarity]
msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/ApiRouteServiceWrapperTest.java [moved from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/ApiRouteServiceWrapperTest.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/CustomRouteServiceWrapperTest.java [moved from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/CustomRouteServiceWrapperTest.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/IuiRouteServiceWrapperTest.java [moved from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/IuiRouteServiceWrapperTest.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/MicroServiceWrapperTest.java [moved from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/MicroServiceWrapperTest.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/JacksonJsonUtilTest.java [moved from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/JacksonJsonUtilTest.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RegExpTestUtilTest.java [moved from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RegExpTestUtilTest.java with 100% similarity]
msb-core/apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RouteUtilTest.java [moved from apiroute/apiroute-service/src/test/java/org/openo/msb/wrapper/util/RouteUtilTest.java with 100% similarity]
msb-core/apiroute/apiroute-standalone/pom.xml [moved from apiroute/apiroute-standalone/pom.xml with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.exe [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.exe with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.xml [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/apirouteService.xml with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/conf/apiroute.yml [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/conf/apiroute.yml with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/msb.json with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/readme.txt [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initServices/readme.txt with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc1.json [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc1.json with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc2.json [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initSwaggerJson/api-doc2.json with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initUrlRootPath/initUrlRootPath.json [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initUrlRootPath/initUrlRootPath.json with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/initVisualRangeMatches.json [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/initVisualRangeMatches.json with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/readme.txt [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/ext/initVisualRange/readme.txt with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/find_kill_process.bat [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/find_kill_process.bat with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.bat [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.bat with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.sh [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/run.sh with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.bat [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.bat with 100% similarity]
msb-core/apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.sh [moved from apiroute/apiroute-standalone/src/assembly/resource/apiroute/stop.sh with 100% similarity]
msb-core/apiroute/pom.xml [moved from apiroute/pom.xml with 100% similarity]
msb-core/distributions/pom.xml [new file with mode: 0644]
msb-core/distributions/standalone/pom.xml [new file with mode: 0644]
msb-core/distributions/standalone/src/assembly/resource/servicesInstall.bat [new file with mode: 0644]
msb-core/distributions/standalone/src/assembly/resource/servicesRestart.bat [new file with mode: 0644]
msb-core/distributions/standalone/src/assembly/resource/servicesStatus.bat [new file with mode: 0644]
msb-core/distributions/standalone/src/assembly/resource/servicesUninstall.bat [new file with mode: 0644]
msb-core/distributions/standalone/src/assembly/resource/shutdown.bat [new file with mode: 0644]
msb-core/distributions/standalone/src/assembly/resource/shutdown.sh [new file with mode: 0644]
msb-core/distributions/standalone/src/assembly/resource/startup.bat [new file with mode: 0644]
msb-core/distributions/standalone/src/assembly/resource/startup.sh [new file with mode: 0644]
msb-core/distributions/standalone/src/assembly/resource/startup4docker.sh [new file with mode: 0644]
msb-core/distributions/standalone/src/main/docker/Dockerfile [new file with mode: 0644]
msb-core/openresty-ext/pom.xml [moved from openresty-ext/pom.xml with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/mime.types [moved from openresty-ext/src/assembly/resources/openresty/nginx/conf/mime.types with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf [moved from openresty-ext/src/assembly/resources/openresty/nginx/conf/nginx.conf with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/msbinit.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/conf/svcconf.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/dao.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/dao.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/db_access.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/db_access.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/redis_db.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/dao/redis_db.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/tools/db_cache.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/tools/db_cache.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/log_util.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/log_util.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/svc_util.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/svc_util.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/table_util.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/lib/utils/table_util.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/balancer.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/balancer.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/policy/roundrobin.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/loadbalance/policy/roundrobin.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/log/logger.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/log/logger.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/commonrewrite.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/commonrewrite.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/customrewrite.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/rewrite/customrewrite.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/luaext/vendor/shcache.lua [moved from openresty-ext/src/assembly/resources/openresty/nginx/luaext/vendor/shcache.lua with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext-mount/README.md [moved from openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext-mount/README.md with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext/README.md [moved from openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/location-ext/README.md with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/msb.conf [moved from openresty-ext/src/assembly/resources/openresty/nginx/msb-enabled/msb.conf with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.exe [moved from openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.exe with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.xml [moved from openresty-ext/src/assembly/resources/openresty/nginx/openrestyService.xml with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled-mount/README.md [moved from openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled-mount/README.md with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/README.md [moved from openresty-ext/src/assembly/resources/openresty/nginx/sites-enabled/README.md with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/nginx/stream-enabled/placeholder.txt [moved from openresty-ext/src/assembly/resources/openresty/nginx/stream-enabled/placeholder.txt with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/reload.sh [moved from openresty-ext/src/assembly/resources/openresty/reload.sh with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/run.bat [moved from openresty-ext/src/assembly/resources/openresty/run.bat with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/run.sh [moved from openresty-ext/src/assembly/resources/openresty/run.sh with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/run4docker.sh [moved from openresty-ext/src/assembly/resources/openresty/run4docker.sh with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/stop.bat [moved from openresty-ext/src/assembly/resources/openresty/stop.bat with 100% similarity]
msb-core/openresty-ext/src/assembly/resources/openresty/stop.sh [moved from openresty-ext/src/assembly/resources/openresty/stop.sh with 100% similarity]
msb-core/openresty/pom.xml [moved from openresty/pom.xml with 77% similarity]
msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win32.zip [moved from openresty/src/assembly/resources/openresty-1.9.14.1001-win32.zip with 100% similarity]
msb-core/openresty/src/assembly/resources/openresty-1.9.14.1001-win64.zip [moved from openresty/src/assembly/resources/openresty-1.9.14.1001-win64.zip with 100% similarity]
msb-core/openresty/src/assembly/resources/openresty-1.9.15.1-linux64.tar.gz [moved from openresty/src/assembly/resources/openresty-1.9.15.1-linux64.tar.gz with 100% similarity]
msb-core/pom.xml [new file with mode: 0644]
msb-core/redis-ext/pom.xml [new file with mode: 0644]
msb-core/redis-ext/src/assembly/resources/redis-works/placeholder.txt [new file with mode: 0644]
msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.bat [new file with mode: 0644]
msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.sh [new file with mode: 0644]
msb-core/redis-ext/src/assembly/resources/redis/redisService.exe [new file with mode: 0644]
msb-core/redis-ext/src/assembly/resources/redis/redisService.xml [new file with mode: 0644]
msb-core/redis-ext/src/assembly/resources/redis/run.bat [new file with mode: 0644]
msb-core/redis-ext/src/assembly/resources/redis/run.sh [new file with mode: 0644]
msb-core/redis-ext/src/assembly/resources/redis/run4docker.sh [new file with mode: 0644]
msb-core/redis-ext/src/assembly/resources/redis/stop.bat [new file with mode: 0644]
msb-core/redis-ext/src/assembly/resources/redis/stop.sh [new file with mode: 0644]
msb-core/redis/pom.xml [new file with mode: 0644]
msb-core/redis/src/assembly/resources/redis-3.2.1-linux64.tar.gz [new file with mode: 0644]
msb-core/redis/src/assembly/resources/redis-3.2.100-win64.zip [new file with mode: 0644]
msb-parent/README.md [new file with mode: 0644]
msb-parent/msbparent-lite/pom.xml [new file with mode: 0644]
msb-parent/msbparent/pom.xml [new file with mode: 0644]
msb-parent/pom.xml [new file with mode: 0644]
pom.xml [new file with mode: 0644]

index 9663944..f4bd63a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1 +1,4 @@
-Microservice Bus
+openo-msb
+===============
+
+microservice bus for openo
\ No newline at end of file
diff --git a/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml b/msb-core/apiroute/apiroute-service/dependency-reduced-pom.xml
new file mode 100644 (file)
index 0000000..5f5c609
--- /dev/null
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<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/maven-v4_0_0.xsd">\r
+  <parent>\r
+    <artifactId>apiroute-parent</artifactId>\r
+    <groupId>org.openo.msb.msb-core.apiroute</groupId>\r
+    <version>1.0.0-SNAPSHOT</version>\r
+  </parent>\r
+  <modelVersion>4.0.0</modelVersion>\r
+  <groupId>org.openo.msb.msb-core.apiroute</groupId>\r
+  <artifactId>apiroute-service</artifactId>\r
+  <name>openo/msb/msb-core/apiroute/apiroute-service</name>\r
+  <version>1.0.0-SNAPSHOT</version>\r
+  <build>\r
+    <resources>\r
+      <resource>\r
+        <directory>src/main/java</directory>\r
+        <includes>\r
+          <include>**/*.properties</include>\r
+        </includes>\r
+      </resource>\r
+      <resource>\r
+        <directory>src/main/resources</directory>\r
+      </resource>\r
+    </resources>\r
+    <plugins>\r
+      <plugin>\r
+        <artifactId>maven-jar-plugin</artifactId>\r
+        <version>2.4</version>\r
+        <configuration>\r
+          <archive>\r
+            <manifest>\r
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>\r
+            </manifest>\r
+          </archive>\r
+        </configuration>\r
+      </plugin>\r
+      <plugin>\r
+        <artifactId>maven-shade-plugin</artifactId>\r
+        <version>2.3</version>\r
+        <executions>\r
+          <execution>\r
+            <phase>package</phase>\r
+            <goals>\r
+              <goal>shade</goal>\r
+            </goals>\r
+            <configuration>\r
+              <transformers>\r
+                <transformer />\r
+                <transformer>\r
+                  <mainClass>org.openo.msb.ApiRouteApp</mainClass>\r
+                </transformer>\r
+              </transformers>\r
+            </configuration>\r
+          </execution>\r
+        </executions>\r
+        <configuration>\r
+          <createDependencyReducedPom>true</createDependencyReducedPom>\r
+          <filters>\r
+            <filter>\r
+              <artifact>*:*</artifact>\r
+              <excludes>\r
+                <exclude>META-INF/*.SF</exclude>\r
+                <exclude>META-INF/*.DSA</exclude>\r
+                <exclude>META-INF/*.RSA</exclude>\r
+              </excludes>\r
+            </filter>\r
+          </filters>\r
+        </configuration>\r
+      </plugin>\r
+      <plugin>\r
+        <artifactId>maven-surefire-plugin</artifactId>\r
+        <configuration>\r
+          <skip>true</skip>\r
+        </configuration>\r
+      </plugin>\r
+    </plugins>\r
+  </build>\r
+  <dependencies>\r
+    <dependency>\r
+      <groupId>junit</groupId>\r
+      <artifactId>junit</artifactId>\r
+      <version>4.11</version>\r
+      <scope>test</scope>\r
+      <exclusions>\r
+        <exclusion>\r
+          <artifactId>hamcrest-core</artifactId>\r
+          <groupId>org.hamcrest</groupId>\r
+        </exclusion>\r
+      </exclusions>\r
+    </dependency>\r
+  </dependencies>\r
+</project>\r
+\r
similarity index 96%
rename from apiroute/apiroute-service/pom.xml
rename to msb-core/apiroute/apiroute-service/pom.xml
index 1d812c6..0bddd98 100644 (file)
       <groupId>org.projectlombok</groupId>
       <artifactId>lombok</artifactId>
     </dependency>
-    <dependency> 
-      <groupId>net.sf.json-lib</groupId> 
-      <artifactId>json-lib</artifactId> 
-    </dependency> 
+    <dependency>
+        <groupId>net.sf.json-lib</groupId>
+        <artifactId>json-lib</artifactId>
+        <version>2.4</version>
+        <classifier>jdk15</classifier>
+    </dependency>
     <dependency>
                <groupId>junit</groupId>
                <artifactId>junit</artifactId>
similarity index 100%
rename from apiroute/pom.xml
rename to msb-core/apiroute/pom.xml
diff --git a/msb-core/distributions/pom.xml b/msb-core/distributions/pom.xml
new file mode 100644 (file)
index 0000000..c899f71
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+    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.msb.msb-core</groupId>
+    <artifactId>msb-core-parent</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>  
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.openo.msb.msb-core</groupId>
+  <artifactId>distributions-parent</artifactId>
+  <name>openo/msb/msb-core/distributions-parent</name>
+  <packaging>pom</packaging>
+  <version>1.0.0-SNAPSHOT</version>
+  
+  <modules>
+    <module>standalone</module>
+  </modules>
+
+  <properties>
+    <version.output>target/version</version.output>
+    <dockerFileDir>src/main/docker</dockerFileDir>
+  </properties>
+  
+</project>
diff --git a/msb-core/distributions/standalone/pom.xml b/msb-core/distributions/standalone/pom.xml
new file mode 100644 (file)
index 0000000..3d2de6b
--- /dev/null
@@ -0,0 +1,311 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+    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/maven-v4_0_0.xsd">
+    <parent>
+        <groupId>org.openo.msb.msb-core</groupId>
+        <artifactId>distributions-parent</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>  
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.openo.msb.msb-core.distributions</groupId>
+    <artifactId>msb-core-standalone</artifactId>
+    <name>openo/msb/msb-core/distributions/standalone</name>
+    <packaging>pom</packaging>
+    <version>1.0.0-SNAPSHOT</version>
+
+    <properties>
+      <packageid>msb-standalone</packageid>
+      <linux64id>linux64</linux64id>
+      <win64id>win64</win64id>
+      <linux64outputdir>target/assembly/${linux64id}</linux64outputdir>
+      <win64outputdir>target/assembly/${win64id}</win64outputdir>
+    </properties>
+
+       <dependencies>
+    <dependency>
+      <groupId>org.openo.msb.msb-core.apiroute</groupId>
+      <artifactId>apiroute-standalone</artifactId>
+      <version>${project.version}</version>
+      <type>zip</type>
+      <optional>true</optional>
+    </dependency>
+       
+    <dependency>
+        <groupId>org.openo.msb.msb-core</groupId>
+        <artifactId>redis</artifactId>
+        <type>zip</type>
+        <classifier>win64</classifier>
+        <version>${project.version}</version>
+        <optional>true</optional>
+    </dependency>
+    <dependency>
+        <groupId>org.openo.msb.msb-core</groupId>
+        <artifactId>redis</artifactId>
+        <type>tar.gz</type>
+        <classifier>linux64</classifier>
+        <version>${project.version}</version>
+        <optional>true</optional>
+    </dependency>
+    <dependency>
+        <groupId>org.openo.msb.msb-core</groupId>
+        <artifactId>redis-ext</artifactId>
+        <type>zip</type>
+        <version>${project.version}</version>
+        <optional>true</optional>
+    </dependency>
+
+    <dependency>
+        <groupId>org.openo.msb.msb-core</groupId>
+        <artifactId>openresty</artifactId>
+        <type>zip</type>
+        <classifier>win64</classifier>
+        <version>${project.version}</version>
+        <optional>true</optional>
+    </dependency>
+    <dependency>
+        <groupId>org.openo.msb.msb-core</groupId>
+        <artifactId>openresty</artifactId>
+        <type>tar.gz</type>
+        <classifier>linux64</classifier>
+        <version>${project.version}</version>
+        <optional>true</optional>
+    </dependency>
+
+    <dependency>
+        <groupId>org.openo.msb.msb-core</groupId>
+        <artifactId>openresty-ext</artifactId>
+        <type>zip</type>
+        <version>${project.version}</version>
+        <optional>true</optional>
+    </dependency>
+
+
+  </dependencies>   
+       <build>
+       
+       <plugins>    
+    <plugin>
+      <artifactId>maven-resources-plugin</artifactId>
+      <executions>
+        <execution>
+            <id>copy-resources-dockerfile</id>                 
+            <phase>prepare-package</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>            
+              <outputDirectory>${version.output}</outputDirectory>
+              <includeEmptyDirs>true</includeEmptyDirs>
+              <resources>     
+                <resource>
+                  <directory>${dockerFileDir}</directory>
+                  <filtering>false</filtering>
+                  <includes>
+                    <include>**/*</include>
+                  </includes>
+                </resource>  
+              </resources>
+              <overwrite>true</overwrite>
+            </configuration>
+        </execution>  
+        <execution>
+          <id>copy-msb-resources-${linux64id}</id>                 
+          <phase>prepare-package</phase>
+          <goals>
+            <goal>copy-resources</goal>
+          </goals>
+          <configuration>
+            <outputDirectory>${linux64outputdir}</outputDirectory>
+                     <includeEmptyDirs>true</includeEmptyDirs>
+            <resources>                  
+              <resource>
+                <directory>src/assembly/resource/</directory>
+                <filtering>false</filtering>
+                <includes>
+                  <include>**/*</include>
+                </includes>
+                <excludes>
+                  <exclude>**/*.bat</exclude>
+                </excludes>
+              </resource>  
+            </resources>
+            <overwrite>true</overwrite>
+          </configuration>
+        </execution>
+         
+           <execution>
+          <id>copy-msb-resources-${win64id}</id>                 
+          <phase>prepare-package</phase>
+          <goals>
+            <goal>copy-resources</goal>
+          </goals>
+          <configuration>
+            <outputDirectory>${win64outputdir}</outputDirectory>
+                     <includeEmptyDirs>true</includeEmptyDirs>
+            <resources>                  
+              <resource>
+                <directory>src/assembly/resource/</directory>
+                <filtering>false</filtering>
+                <includes>
+                  <include>**/*</include>
+                </includes>
+                <excludes>
+                  <exclude>**/*.sh</exclude>
+                </excludes>
+              </resource>  
+            </resources>
+            <overwrite>true</overwrite>
+          </configuration>
+        </execution>
+      </executions>
+    </plugin>
+    
+    <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-dependency-plugin</artifactId>
+      <executions>
+        <execution>
+            <id>unpacktolinux64</id>
+            <goals>
+                <goal>unpack</goal>
+            </goals>
+            <phase>prepare-package</phase>
+            <configuration>
+              <artifactItems>
+                  <artifactItem>
+                    <groupId>org.openo.msb.msb-core.apiroute</groupId>
+                    <artifactId>apiroute-standalone</artifactId>
+                    <type>zip</type>
+                  </artifactItem>                                                
+                  <artifactItem>
+                    <groupId>org.openo.msb.msb-core</groupId>
+                    <artifactId>redis</artifactId>
+                    <type>tar.gz</type>
+                    <classifier>linux64</classifier>               
+                  </artifactItem> 
+                  <artifactItem>
+                    <groupId>org.openo.msb.msb-core</groupId>
+                    <artifactId>redis-ext</artifactId>
+                    <type>zip</type>           
+                  </artifactItem> 
+                  <artifactItem>
+                    <groupId>org.openo.msb.msb-core</groupId>
+                    <artifactId>openresty</artifactId>
+                    <type>tar.gz</type>
+                    <classifier>linux64</classifier>               
+                  </artifactItem> 
+                  <artifactItem>
+                    <groupId>org.openo.msb.msb-core</groupId>
+                    <artifactId>openresty-ext</artifactId>
+                    <type>zip</type>            
+                  </artifactItem>                         
+              </artifactItems>
+              <excludes>**/*.bat,*.cmd</excludes>
+              <outputDirectory>${linux64outputdir}</outputDirectory>
+              <overWriteReleases>false</overWriteReleases>
+              <overWriteSnapshots>true</overWriteSnapshots>
+              <outputAbsoluteArtifactFilename>true</outputAbsoluteArtifactFilename>
+            </configuration>
+        </execution>
+        <execution>
+            <id>unpacktowin64</id>
+            <goals>
+                <goal>unpack</goal>
+            </goals>
+            <phase>prepare-package</phase>
+            <configuration>
+              <artifactItems>
+                  <artifactItem>
+                    <groupId>org.openo.msb.msb-core.apiroute</groupId>
+                    <artifactId>apiroute-standalone</artifactId>
+                    <type>zip</type>
+                  </artifactItem>               
+                  <artifactItem>
+                    <groupId>org.openo.msb.msb-core</groupId>
+                    <artifactId>redis</artifactId>
+                    <type>zip</type>
+                    <classifier>win64</classifier>               
+                  </artifactItem> 
+                  <artifactItem>
+                    <groupId>org.openo.msb.msb-core</groupId>
+                    <artifactId>redis-ext</artifactId>
+                    <type>zip</type>           
+                  </artifactItem> 
+                  <artifactItem>
+                    <groupId>org.openo.msb.msb-core</groupId>
+                    <artifactId>openresty</artifactId>
+                    <type>zip</type>
+                    <classifier>win64</classifier>               
+                  </artifactItem> 
+                  <artifactItem>
+                    <groupId>org.openo.msb.msb-core</groupId>
+                    <artifactId>openresty-ext</artifactId>
+                    <type>zip</type>            
+                  </artifactItem>            
+              </artifactItems>
+              <excludes>*.sh,*/*.sh,*/*/*.sh</excludes>
+              <outputDirectory>${win64outputdir}</outputDirectory>
+              <overWriteReleases>false</overWriteReleases>
+              <overWriteSnapshots>true</overWriteSnapshots>
+              <outputAbsoluteArtifactFilename>true</outputAbsoluteArtifactFilename>
+            </configuration>
+        </execution>
+      </executions>
+    </plugin>
+    
+    <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-antrun-plugin</artifactId>
+      <executions>
+        <execution>
+            <id>distribution</id>
+            <phase>package</phase>
+            <goals>
+                <goal>run</goal>
+            </goals>
+            <configuration>
+                <target name="distribution">
+                    <tar destfile="${version.output}/${packageid}-${project.version}-linux64.tar.gz" longfile="posix" compression="gzip">
+                        <tarfileset dir="target/assembly/linux64" filemode="0644" dirmode="0755">
+                            <exclude name="**/*.sh"/>
+                            <exclude name="openresty/nginx/sbin/nginx"/>
+                            <exclude name="redis/redis-*"/>
+                        </tarfileset>
+                        <tarfileset dir="target/assembly/linux64" filemode="0755" dirmode="0755">
+                            <include name="**/*.sh"/>
+                            <include name="openresty/nginx/sbin/nginx"/>
+                            <include name="redis/redis-*"/>
+                        </tarfileset>
+                    </tar>
+                    <attachartifact file="${version.output}/${packageid}-${project.version}-linux64.tar.gz" classifier="linux64" type="tar.gz"/>
+
+
+                      <zip destfile="${version.output}/${packageid}-${project.version}-win64.zip" update="true">
+                      <zipfileset dir="target/assembly/win64" includes="**"/>
+                    </zip>
+                    <attachartifact file="${version.output}/${packageid}-${project.version}-win64.zip" classifier="win64" type="zip"/>
+                </target>
+            </configuration>
+        </execution>
+      </executions>
+    </plugin>
+       </plugins>
+       </build>
+
+</project>
+
diff --git a/msb-core/distributions/standalone/src/assembly/resource/servicesInstall.bat b/msb-core/distributions/standalone/src/assembly/resource/servicesInstall.bat
new file mode 100644 (file)
index 0000000..f7b3b24
--- /dev/null
@@ -0,0 +1,34 @@
+@REM\r
+@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+@REM\r
+@REM Licensed under the Apache License, Version 2.0 (the "License");\r
+@REM you may not use this file except in compliance with the License.\r
+@REM You may obtain a copy of the License at\r
+@REM\r
+@REM         http://www.apache.org/licenses/LICENSE-2.0\r
+@REM\r
+@REM Unless required by applicable law or agreed to in writing, software\r
+@REM distributed under the License is distributed on an "AS IS" BASIS,\r
+@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+@REM See the License for the specific language governing permissions and\r
+@REM limitations under the License.\r
+@REM\r
+@echo off\r
+title msb install services\r
+\r
+set RUNHOME=%~dp0\r
+\r
+echo ### install redis\r
+cd "%RUNHOME%\redis"\r
+redisService.exe install\r
+\r
+echo ### install apiroute\r
+cd "%RUNHOME%\apiroute"\r
+apirouteService.exe install\r
+\r
+echo ### install openresty\r
+cd "%RUNHOME%\openresty\nginx"\r
+openrestyService.exe install\r
+\r
+:finalend\r
+cd "%RUNHOME%"
\ No newline at end of file
diff --git a/msb-core/distributions/standalone/src/assembly/resource/servicesRestart.bat b/msb-core/distributions/standalone/src/assembly/resource/servicesRestart.bat
new file mode 100644 (file)
index 0000000..4b28af8
--- /dev/null
@@ -0,0 +1,34 @@
+@REM\r
+@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+@REM\r
+@REM Licensed under the Apache License, Version 2.0 (the "License");\r
+@REM you may not use this file except in compliance with the License.\r
+@REM You may obtain a copy of the License at\r
+@REM\r
+@REM         http://www.apache.org/licenses/LICENSE-2.0\r
+@REM\r
+@REM Unless required by applicable law or agreed to in writing, software\r
+@REM distributed under the License is distributed on an "AS IS" BASIS,\r
+@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+@REM See the License for the specific language governing permissions and\r
+@REM limitations under the License.\r
+@REM\r
+@echo off\r
+title msb restart services\r
+\r
+set RUNHOME=%~dp0\r
+\r
+echo ### restart redis\r
+cd "%RUNHOME%\redis"\r
+redisService.exe restart\r
+\r
+echo ### restart apiroute\r
+cd "%RUNHOME%\apiroute"\r
+apirouteService.exe restart\r
+\r
+echo ### restart openresty\r
+cd "%RUNHOME%\openresty\nginx"\r
+openrestyService.exe restart\r
+\r
+:finalend\r
+cd "%RUNHOME%"
\ No newline at end of file
diff --git a/msb-core/distributions/standalone/src/assembly/resource/servicesStatus.bat b/msb-core/distributions/standalone/src/assembly/resource/servicesStatus.bat
new file mode 100644 (file)
index 0000000..138fd03
--- /dev/null
@@ -0,0 +1,34 @@
+@REM\r
+@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+@REM\r
+@REM Licensed under the Apache License, Version 2.0 (the "License");\r
+@REM you may not use this file except in compliance with the License.\r
+@REM You may obtain a copy of the License at\r
+@REM\r
+@REM         http://www.apache.org/licenses/LICENSE-2.0\r
+@REM\r
+@REM Unless required by applicable law or agreed to in writing, software\r
+@REM distributed under the License is distributed on an "AS IS" BASIS,\r
+@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+@REM See the License for the specific language governing permissions and\r
+@REM limitations under the License.\r
+@REM\r
+@echo off\r
+title msb status services\r
+\r
+set RUNHOME=%~dp0\r
+\r
+echo ### status redis\r
+cd "%RUNHOME%\redis"\r
+redisService.exe status\r
+\r
+echo ### status apiroute\r
+cd "%RUNHOME%\apiroute"\r
+apirouteService.exe status\r
+\r
+echo ### status openresty\r
+cd "%RUNHOME%\openresty\nginx"\r
+openrestyService.exe status\r
+\r
+:finalend\r
+cd "%RUNHOME%"
\ No newline at end of file
diff --git a/msb-core/distributions/standalone/src/assembly/resource/servicesUninstall.bat b/msb-core/distributions/standalone/src/assembly/resource/servicesUninstall.bat
new file mode 100644 (file)
index 0000000..b1cd76e
--- /dev/null
@@ -0,0 +1,37 @@
+@REM\r
+@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+@REM\r
+@REM Licensed under the Apache License, Version 2.0 (the "License");\r
+@REM you may not use this file except in compliance with the License.\r
+@REM You may obtain a copy of the License at\r
+@REM\r
+@REM         http://www.apache.org/licenses/LICENSE-2.0\r
+@REM\r
+@REM Unless required by applicable law or agreed to in writing, software\r
+@REM distributed under the License is distributed on an "AS IS" BASIS,\r
+@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+@REM See the License for the specific language governing permissions and\r
+@REM limitations under the License.\r
+@REM\r
+@echo off\r
+title msb uninstall services\r
+\r
+set RUNHOME=%~dp0\r
+\r
+echo ### uninstall redis\r
+cd "%RUNHOME%\redis"\r
+redisService.exe stop\r
+redisService.exe uninstall\r
+\r
+echo ### uninstall apiroute\r
+cd "%RUNHOME%\apiroute"\r
+apirouteService.exe stop\r
+apirouteService.exe uninstall\r
+\r
+echo ### uninstall openresty\r
+cd "%RUNHOME%\openresty\nginx"\r
+openrestyService.exe stop\r
+openrestyService.exe uninstall\r
+\r
+:finalend\r
+cd "%RUNHOME%"
\ No newline at end of file
diff --git a/msb-core/distributions/standalone/src/assembly/resource/shutdown.bat b/msb-core/distributions/standalone/src/assembly/resource/shutdown.bat
new file mode 100644 (file)
index 0000000..c304747
--- /dev/null
@@ -0,0 +1,37 @@
+@REM
+@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+@REM
+@REM Licensed under the Apache License, Version 2.0 (the "License");
+@REM you may not use this file except in compliance with the License.
+@REM You may obtain a copy of the License at
+@REM
+@REM         http://www.apache.org/licenses/LICENSE-2.0
+@REM
+@REM Unless required by applicable law or agreed to in writing, software
+@REM distributed under the License is distributed on an "AS IS" BASIS,
+@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@REM See the License for the specific language governing permissions and
+@REM limitations under the License.
+@REM
+@echo off
+title stopping msb
+
+set RUNHOME=%~dp0
+echo ##RUNHOME %RUNHOME%
+
+rem dir /B /S stop.bat > %~dp0\stop.tmp
+rem For /f %%i in (%~dp0\stop.tmp) DO start %%i
+
+echo ### Stopping openresty
+start /D %RUNHOME%openresty stop.bat  
+
+echo ### Stopping apiroute
+start /D %RUNHOME%apiroute stop.bat
+
+echo ### Stopping redis
+start /D %RUNHOME%redis stop.bat
+
+echo "Closing signal has been sent!";
+echo "Stopping in background,wait for a moment";
+rem del stop.tmp
+:finalend
\ No newline at end of file
diff --git a/msb-core/distributions/standalone/src/assembly/resource/shutdown.sh b/msb-core/distributions/standalone/src/assembly/resource/shutdown.sh
new file mode 100644 (file)
index 0000000..653eef4
--- /dev/null
@@ -0,0 +1,39 @@
+#!/bin/sh
+#
+# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+#
+# 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.
+#
+DIRNAME=`dirname $0`
+RUNHOME=`cd $DIRNAME/; pwd`
+echo @RUNHOME@ $RUNHOME
+
+echo "### Stopping openresty...";
+# nohup ./startup.sh >>./nohup.log 2>&1 &
+cd ./openresty
+./stop.sh &
+cd $RUNHOME
+
+echo "\n\n### Stopping apiroute"
+cd ./apiroute
+./stop.sh &
+cd $RUNHOME
+
+echo "### Stopping redis";
+cd ./redis
+./stop.sh &
+cd $RUNHOME
+
+echo "Closing signal has been sent!";
+echo "Stopping in background,wait for a moment";
+sleep 3;
\ No newline at end of file
diff --git a/msb-core/distributions/standalone/src/assembly/resource/startup.bat b/msb-core/distributions/standalone/src/assembly/resource/startup.bat
new file mode 100644 (file)
index 0000000..7373d05
--- /dev/null
@@ -0,0 +1,39 @@
+@REM
+@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+@REM
+@REM Licensed under the Apache License, Version 2.0 (the "License");
+@REM you may not use this file except in compliance with the License.
+@REM You may obtain a copy of the License at
+@REM
+@REM         http://www.apache.org/licenses/LICENSE-2.0
+@REM
+@REM Unless required by applicable law or agreed to in writing, software
+@REM distributed under the License is distributed on an "AS IS" BASIS,
+@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@REM See the License for the specific language governing permissions and
+@REM limitations under the License.
+@REM
+@echo off
+title msb
+
+set RUNHOME=%~dp0
+echo ##RUNHOME %RUNHOME%
+
+rem dir /B /S run.bat > %~dp0\run.tmp
+rem For /f %%i in (%~dp0\run.tmp) DO start %%i
+
+echo ### Starting redis
+start /D %RUNHOME%redis run.bat
+
+echo ### Starting apiroute
+start /D %RUNHOME%apiroute run.bat run
+
+echo ### Starting openresty
+start /D %RUNHOME%openresty run.bat  
+
+echo Startup will be finished in background...
+echo  + Run "start .\apiroute-works\logs\application.log" to see what's happening
+echo  + Wait a minute
+echo  + Open "http://<HOST>" in your browser to access the microservice bus !
+rem del run.tmp
+:finalend
\ No newline at end of file
diff --git a/msb-core/distributions/standalone/src/assembly/resource/startup.sh b/msb-core/distributions/standalone/src/assembly/resource/startup.sh
new file mode 100644 (file)
index 0000000..1d785ce
--- /dev/null
@@ -0,0 +1,45 @@
+#!/bin/sh
+#
+# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+#
+# 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.
+#
+DIRNAME=`dirname $0`
+RUNHOME=`cd $DIRNAME/; pwd`
+echo @RUNHOME@ $RUNHOME
+
+echo "### Starting redis";
+#nohup ./wso2bps/bin/wso2server.sh >>./OpenTOSCA/nohup.log 2>&1 &
+cd ./redis
+./run.sh &
+cd $RUNHOME
+
+
+echo "\n\n### Starting apiroute"
+cd ./apiroute
+./run.sh &
+cd $RUNHOME
+
+
+echo "### Starting openresty...";
+# nohup ./startup.sh >>./nohup.log 2>&1 &
+cd ./openresty
+./run.sh &
+cd $RUNHOME
+
+
+echo "Startup will be finished in background...";
+echo " + Run 'tail ./apiroute-works/logs/application.log -f' to see what's happening";
+echo " + Wait a minute";
+echo " + Open 'http://<HOST>' in your browser to access the microservice bus
+stem";
diff --git a/msb-core/distributions/standalone/src/assembly/resource/startup4docker.sh b/msb-core/distributions/standalone/src/assembly/resource/startup4docker.sh
new file mode 100644 (file)
index 0000000..134f1fe
--- /dev/null
@@ -0,0 +1,33 @@
+#!/bin/sh
+#
+# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+#
+# 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.
+#
+DIRNAME=`dirname $0`
+RUNHOME=`cd $DIRNAME/; pwd`
+echo @RUNHOME@ $RUNHOME
+
+echo "### Starting redis...";
+cd ./redis
+./run.sh 
+cd $RUNHOME
+
+echo "\n\n### Starting openresty...";
+cd ./openresty
+./run.sh 
+cd $RUNHOME
+
+echo "\n\n### Starting apiroute..."
+cd ./apiroute
+./run.sh
diff --git a/msb-core/distributions/standalone/src/main/docker/Dockerfile b/msb-core/distributions/standalone/src/main/docker/Dockerfile
new file mode 100644 (file)
index 0000000..8023ff4
--- /dev/null
@@ -0,0 +1,5 @@
+FROM java:8-alpine\r
+ADD msb-standalone-1.0.0-SNAPSHOT-linux64.tar.gz /opt/application\r
+WORKDIR /opt/application\r
+EXPOSE 10080\r
+ENTRYPOINT exec $PWD/startup4docker.sh
\ No newline at end of file
similarity index 77%
rename from openresty/pom.xml
rename to msb-core/openresty/pom.xml
index 97f311f..69765f0 100644 (file)
@@ -34,7 +34,6 @@
 \r
     <properties>\r
         <openresty.linux64.version>openresty-1.9.15.1-linux64</openresty.linux64.version>\r
-        <openresty.win32.version>openresty-1.9.14.1001-win32</openresty.win32.version>\r
         <openresty.win64.version>openresty-1.9.14.1001-win64</openresty.win64.version>\r
     </properties>\r
     <build>\r
                             </artifacts>\r
                         </configuration>\r
                     </execution>\r
-                    <execution>\r
-                        <id>attach-artifacts-win32</id>\r
-                        <phase>package</phase>\r
-                        <goals>\r
-                            <goal>attach-artifact</goal>\r
-                        </goals>\r
-                        <configuration>\r
-                            <artifacts>\r
-                                <artifact>\r
-                                    <file>src/assembly/resources/${openresty.win32.version}.zip</file>\r
-                                    <classifier>win32</classifier>\r
-                                    <type>zip</type>\r
-                                </artifact>\r
-                            </artifacts>\r
-                        </configuration>\r
-                    </execution>\r
                     <execution>\r
                         <id>attach-artifacts-win64</id>\r
                         <phase>package</phase>\r
diff --git a/msb-core/pom.xml b/msb-core/pom.xml
new file mode 100644 (file)
index 0000000..ef170cb
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+    Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
\r
+    Licensed under the Apache License, Version 2.0 (the "License");\r
+    you may not use this file except in compliance with the License.\r
+    You may obtain a copy of the License at\r
\r
+            http://www.apache.org/licenses/LICENSE-2.0\r
\r
+    Unless required by applicable law or agreed to in writing, software\r
+    distributed under the License is distributed on an "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
\r
+-->\r
+\r
+<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">\r
+    <parent>\r
+    <groupId>org.openo.msb</groupId>\r
+    <artifactId>msb-core-root</artifactId>\r
+    <version>1.0.0-SNAPSHOT</version>\r
+    </parent>\r
+       \r
+    <modelVersion>4.0.0</modelVersion>\r
+    <groupId>org.openo.msb.msb-core</groupId>\r
+    <artifactId>msb-core-parent</artifactId>\r
+    <version>1.0.0-SNAPSHOT</version>\r
+    <name>openo/msb/msb-core-parent</name>\r
+    <packaging>pom</packaging>\r
+    <modules>\r
+        <module>openresty</module>\r
+        <module>openresty-ext</module>\r
+        <module>redis</module>\r
+        <module>redis-ext</module>\r
+        <module>apiroute</module>\r
+        <module>distributions</module>\r
+    </modules>\r
+\r
+</project>
\ No newline at end of file
diff --git a/msb-core/redis-ext/pom.xml b/msb-core/redis-ext/pom.xml
new file mode 100644 (file)
index 0000000..907b690
--- /dev/null
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
\r
+    Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
\r
+    Licensed under the Apache License, Version 2.0 (the "License");\r
+    you may not use this file except in compliance with the License.\r
+    You may obtain a copy of the License at\r
\r
+            http://www.apache.org/licenses/LICENSE-2.0\r
\r
+    Unless required by applicable law or agreed to in writing, software\r
+    distributed under the License is distributed on an "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
\r
+-->\r
+\r
+<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">\r
+    <parent>\r
+        <groupId>org.openo.msb.msb-core</groupId>\r
+        <artifactId>msb-core-parent</artifactId>\r
+        <version>1.0.0-SNAPSHOT</version>\r
+    </parent>  \r
+\r
+\r
+    <modelVersion>4.0.0</modelVersion>\r
+    <groupId>org.openo.msb.msb-core</groupId>\r
+    <artifactId>redis-ext</artifactId>\r
+    <version>1.0.0-SNAPSHOT</version>\r
+    <name>openo/msb/msb-core/redis-ext</name>\r
+    <packaging>pom</packaging>\r
+\r
+    <properties>\r
+      <outputdir>target/assembly</outputdir>\r
+      <packageid>redis-ext</packageid>\r
+    </properties>\r
+\r
+    <build>\r
+    <plugins>    \r
+    <plugin>\r
+      <artifactId>maven-resources-plugin</artifactId>\r
+        <configuration>\r
+      <includeEmptyDirs>true</includeEmptyDirs>\r
+      </configuration>\r
+      <executions>\r
+        <execution>\r
+          <id>copy-resources</id>                 \r
+          <phase>process-resources</phase>\r
+          <goals>\r
+            <goal>copy-resources</goal>\r
+          </goals>\r
+          <configuration>\r
+            <outputDirectory>${outputdir}</outputDirectory>\r
+            <resources>           \r
+                    <resource>\r
+                <directory>src/assembly/resources/</directory>\r
+                <filtering>false</filtering>\r
+                <includes>\r
+                  <include>**/*</include>\r
+                </includes>\r
+              </resource> \r
+            </resources>\r
+            <overwrite>true</overwrite>\r
+          </configuration>\r
+        </execution>      \r
+      </executions>\r
+      </plugin>\r
+\r
+    <plugin>\r
+      <groupId>org.apache.maven.plugins</groupId>\r
+      <artifactId>maven-antrun-plugin</artifactId>\r
+      <executions>\r
+        <execution>\r
+            <id>distribution</id>\r
+            <phase>package</phase>\r
+            <goals>\r
+                <goal>run</goal>\r
+            </goals>\r
+            <configuration>\r
+                <target name="distribution">\r
+                    <zip destfile="target/${packageid}-${project.version}.zip" update="true">\r
+                      <zipfileset dir="target/assembly/" includes="**"/>\r
+                    </zip>\r
+                    <attachartifact file="target/${packageid}-${project.version}.zip" type="zip"/>\r
+                </target>\r
+            </configuration>\r
+        </execution>\r
+      </executions>\r
+    </plugin>\r
+\r
+    </plugins>\r
+    </build>\r
+    \r
+\r
+</project>
\ No newline at end of file
diff --git a/msb-core/redis-ext/src/assembly/resources/redis-works/placeholder.txt b/msb-core/redis-ext/src/assembly/resources/redis-works/placeholder.txt
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.bat b/msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.bat
new file mode 100644 (file)
index 0000000..b391f28
--- /dev/null
@@ -0,0 +1,41 @@
+@REM\r
+@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+@REM\r
+@REM Licensed under the Apache License, Version 2.0 (the "License");\r
+@REM you may not use this file except in compliance with the License.\r
+@REM You may obtain a copy of the License at\r
+@REM\r
+@REM         http://www.apache.org/licenses/LICENSE-2.0\r
+@REM\r
+@REM Unless required by applicable law or agreed to in writing, software\r
+@REM distributed under the License is distributed on an "AS IS" BASIS,\r
+@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+@REM See the License for the specific language governing permissions and\r
+@REM limitations under the License.\r
+@REM\r
+@echo off\r
+title close redis-server\r
+@if not "%ECHO%" == ""  echo %ECHO%\r
+@if "%OS%" == "Windows_NT"  setlocal\r
+\r
+set DIRNAME=.\r
+\r
+if "%OS%" == "Windows_NT" set DIRNAME=%~dp0%\r
+\r
+set HOME=%DIRNAME%\r
+set _REDISCLIENT=%DIRNAME%redis-cli.exe\r
+\r
+\r
+echo ================Redis config info =============================================\r
+echo Redis_HOME=$HOME\r
+echo TIP:This shell script rewrite the AOF file in the background!\r
+echo ===============================================================================\r
+\r
+\r
+cd /d "%HOME%"\r
+echo @WORK_DIR@%HOME%\r
+echo @C_CMD@ "%_REDISCLIENT%  -p 6379 BGREWRITEAOF"\r
+%_REDISCLIENT%  -p 6379 BGREWRITEAOF\r
+echo closing signal has been sent,stopping in background,WAIT...\r
+timeout /t 2 /nobreak > nul  \r
+exit\r
diff --git a/msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.sh b/msb-core/redis-ext/src/assembly/resources/redis/BGREWRITEAOF.sh
new file mode 100644 (file)
index 0000000..e401021
--- /dev/null
@@ -0,0 +1,28 @@
+#!/bin/sh
+#
+# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+#
+# 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.
+#
+DIRNAME=`dirname $0`
+HOME=`cd $DIRNAME/; pwd`
+_REDISCLIENT="$HOME/redis-cli"
+
+echo ===================== Redis info  =============================================
+echo Redis_HOME=$HOME
+echo TIP:This shell script rewrite the AOF file in the background!
+echo ===============================================================================
+cd $HOME; pwd
+
+echo @C_CMD@ $_REDISCLIENT  -p 6379 BGREWRITEAOF
+$_REDISCLIENT  -p 6379 BGREWRITEAOF
diff --git a/msb-core/redis-ext/src/assembly/resources/redis/redisService.exe b/msb-core/redis-ext/src/assembly/resources/redis/redisService.exe
new file mode 100644 (file)
index 0000000..c6e8fc2
Binary files /dev/null and b/msb-core/redis-ext/src/assembly/resources/redis/redisService.exe differ
diff --git a/msb-core/redis-ext/src/assembly/resources/redis/redisService.xml b/msb-core/redis-ext/src/assembly/resources/redis/redisService.xml
new file mode 100644 (file)
index 0000000..2083a69
--- /dev/null
@@ -0,0 +1,13 @@
+<service>\r
+  <id>msb_redis</id>\r
+  <name>msb_redis</name>\r
+  <description>This service runs redis.</description>\r
+  <workingdirectory>%BASE%</workingdirectory>\r
+  <env name="RUNHOME" value="%BASE%"/>\r
+  <executable>redis-server.exe</executable>\r
+  <arguments>redis.conf</arguments>\r
+  <stopexecutable>redis-cli.exe</stopexecutable>\r
+  <stopargument>shutdown</stopargument>\r
+  <logmode>rotate</logmode>\r
+  <!-- stopparentprocessfirst>true</stopparentprocessfirst -->\r
+</service>
\ No newline at end of file
diff --git a/msb-core/redis-ext/src/assembly/resources/redis/run.bat b/msb-core/redis-ext/src/assembly/resources/redis/run.bat
new file mode 100644 (file)
index 0000000..ad443ed
--- /dev/null
@@ -0,0 +1,47 @@
+@REM\r
+@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+@REM\r
+@REM Licensed under the Apache License, Version 2.0 (the "License");\r
+@REM you may not use this file except in compliance with the License.\r
+@REM You may obtain a copy of the License at\r
+@REM\r
+@REM         http://www.apache.org/licenses/LICENSE-2.0\r
+@REM\r
+@REM Unless required by applicable law or agreed to in writing, software\r
+@REM distributed under the License is distributed on an "AS IS" BASIS,\r
+@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+@REM See the License for the specific language governing permissions and\r
+@REM limitations under the License.\r
+@REM\r
+@echo off\r
+title redis-server\r
+@if not "%ECHO%" == ""  echo %ECHO%\r
+@if "%OS%" == "Windows_NT"  setlocal\r
+\r
+set DIRNAME=.\r
+\r
+if "%OS%" == "Windows_NT" set DIRNAME=%~dp0%\r
+\r
+set HOME=%DIRNAME%\r
+set _REDISCMD=%DIRNAME%redis-server.exe\r
+set _REDISCONF=%DIRNAME%redis.conf\r
+\r
+\r
+echo ================Redis config info =============================================\r
+echo Redis_HOME=%HOME%\r
+echo config file=$_REDISCONF\r
+echo Help:use $_REDISCMD --help for help\r
+echo ===============================================================================\r
+\r
+\r
+cd /d "%HOME%"\r
+echo @WORK_DIR@%HOME%\r
+echo @C_CMD@ "%_REDISCMD% %_REDISCONF%"\r
+%_REDISCMD% %_REDISCONF%\r
+IF ERRORLEVEL 1 goto showerror\r
+exit\r
+:showerror\r
+echo WARNING: Error occurred during startup or Server abnormally stopped by way of killing the process,Please check!\r
+echo After checking, press any key to close \r
+pause\r
+exit\r
diff --git a/msb-core/redis-ext/src/assembly/resources/redis/run.sh b/msb-core/redis-ext/src/assembly/resources/redis/run.sh
new file mode 100644 (file)
index 0000000..c20798d
--- /dev/null
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+#
+# 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.
+#
+DIRNAME=`dirname $0`
+HOME=`cd $DIRNAME/; pwd`
+_REDISCMD="$HOME/redis-server"
+_REDISCONF="$HOME/redis.conf"
+
+echo =========== Redis config info  =============================================
+echo Redis_HOME=$HOME
+echo config file=$_REDISCONF
+echo  Help:use $_REDISCMD --help for help
+echo ===============================================================================
+cd $HOME; pwd
+
+echo @C_CMD@ $_REDISCMD $_REDISCONF
+$_REDISCMD $_REDISCONF
diff --git a/msb-core/redis-ext/src/assembly/resources/redis/run4docker.sh b/msb-core/redis-ext/src/assembly/resources/redis/run4docker.sh
new file mode 100644 (file)
index 0000000..5640a62
--- /dev/null
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+#
+# 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.
+#
+DIRNAME=`dirname $0`
+HOME=`cd $DIRNAME/; pwd`
+_REDISCMD="$HOME/redis-server"
+_REDISCONF="$HOME/redis.conf"
+
+echo =========== Redis config info  =============================================
+echo Redis_HOME=$HOME
+echo config file=$_REDISCONF
+echo  Help:use $_REDISCMD --help for help
+echo ===============================================================================
+cd $HOME; pwd
+
+echo @C_CMD@ $_REDISCMD $_REDISCONF --daemonize no
+$_REDISCMD $_REDISCONF --daemonize no
diff --git a/msb-core/redis-ext/src/assembly/resources/redis/stop.bat b/msb-core/redis-ext/src/assembly/resources/redis/stop.bat
new file mode 100644 (file)
index 0000000..de4db69
--- /dev/null
@@ -0,0 +1,41 @@
+@REM\r
+@REM Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+@REM\r
+@REM Licensed under the Apache License, Version 2.0 (the "License");\r
+@REM you may not use this file except in compliance with the License.\r
+@REM You may obtain a copy of the License at\r
+@REM\r
+@REM         http://www.apache.org/licenses/LICENSE-2.0\r
+@REM\r
+@REM Unless required by applicable law or agreed to in writing, software\r
+@REM distributed under the License is distributed on an "AS IS" BASIS,\r
+@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+@REM See the License for the specific language governing permissions and\r
+@REM limitations under the License.\r
+@REM\r
+@echo off\r
+title close redis-server\r
+@if not "%ECHO%" == ""  echo %ECHO%\r
+@if "%OS%" == "Windows_NT"  setlocal\r
+\r
+set DIRNAME=.\r
+\r
+if "%OS%" == "Windows_NT" set DIRNAME=%~dp0%\r
+\r
+set HOME=%DIRNAME%\r
+set _REDISCLIENT=%DIRNAME%redis-cli.exe\r
+\r
+\r
+echo ================Redis config info =============================================\r
+echo Redis_HOME=$HOME\r
+echo TIP:This shell script close the Redis instance listening on 6379!\r
+echo ===============================================================================\r
+\r
+\r
+cd /d "%HOME%"\r
+echo @WORK_DIR@%HOME%\r
+echo @C_CMD@ "%_REDISCLIENT%  -p 6379 shutdown"\r
+%_REDISCLIENT%  -p 6379 shutdown\r
+echo closing signal has been sent,stopping in background,WAIT...\r
+timeout /t 2 /nobreak > nul  \r
+exit\r
diff --git a/msb-core/redis-ext/src/assembly/resources/redis/stop.sh b/msb-core/redis-ext/src/assembly/resources/redis/stop.sh
new file mode 100644 (file)
index 0000000..4100b04
--- /dev/null
@@ -0,0 +1,28 @@
+#!/bin/sh
+#
+# Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+#
+# 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.
+#
+DIRNAME=`dirname $0`
+HOME=`cd $DIRNAME/; pwd`
+_REDISCLIENT="$HOME/redis-cli"
+
+echo ===================== Redis info  =============================================
+echo Redis_HOME=$HOME
+echo TIP:This shell script close the Redis instance listening on 6379!
+echo ===============================================================================
+cd $HOME; pwd
+
+echo @C_CMD@ $_REDISCLIENT  -p 6379 shutdown
+$_REDISCLIENT  -p 6379 shutdown
diff --git a/msb-core/redis/pom.xml b/msb-core/redis/pom.xml
new file mode 100644 (file)
index 0000000..5c3930e
--- /dev/null
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
\r
+    Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
\r
+    Licensed under the Apache License, Version 2.0 (the "License");\r
+    you may not use this file except in compliance with the License.\r
+    You may obtain a copy of the License at\r
\r
+            http://www.apache.org/licenses/LICENSE-2.0\r
\r
+    Unless required by applicable law or agreed to in writing, software\r
+    distributed under the License is distributed on an "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
\r
+-->\r
+\r
+<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">\r
+    <parent>\r
+        <groupId>org.openo.msb.msb-core</groupId>\r
+        <artifactId>msb-core-parent</artifactId>\r
+        <version>1.0.0-SNAPSHOT</version>\r
+    </parent>  \r
+\r
+\r
+    <modelVersion>4.0.0</modelVersion>\r
+    <groupId>org.openo.msb.msb-core</groupId>\r
+    <artifactId>redis</artifactId>\r
+    <version>1.0.0-SNAPSHOT</version>\r
+    <name>openo/msb/msb-core/redis</name>\r
+    <packaging>pom</packaging>\r
+\r
+    <properties>\r
+        <redis.linux64.version>redis-3.2.1-linux64</redis.linux64.version>\r
+        <redis.win64.version>redis-3.2.100-win64</redis.win64.version>\r
+    </properties>\r
+    <build>\r
+        <plugins>\r
+            <plugin>\r
+                <groupId>org.codehaus.mojo</groupId>\r
+                <artifactId>build-helper-maven-plugin</artifactId>\r
+                <executions>\r
+                    <execution>\r
+                        <id>attach-artifacts-linux64</id>\r
+                        <phase>package</phase>\r
+                        <goals>\r
+                            <goal>attach-artifact</goal>\r
+                        </goals>\r
+                        <configuration>\r
+                            <artifacts>\r
+                                <artifact>\r
+                                    <file>src/assembly/resources/${redis.linux64.version}.tar.gz</file>\r
+                                    <classifier>linux64</classifier>\r
+                                    <type>tar.gz</type>\r
+                                </artifact>\r
+                            </artifacts>\r
+                        </configuration>\r
+                    </execution>\r
+                    <execution>\r
+                        <id>attach-artifacts-win64</id>\r
+                        <phase>package</phase>\r
+                        <goals>\r
+                            <goal>attach-artifact</goal>\r
+                        </goals>\r
+                        <configuration>\r
+                            <artifacts>\r
+                                <artifact>\r
+                                    <file>src/assembly/resources/${redis.win64.version}.zip</file>\r
+                                    <classifier>win64</classifier>\r
+                                    <type>zip</type>\r
+                                </artifact>\r
+                            </artifacts>\r
+                        </configuration>\r
+                    </execution>\r
+                </executions>\r
+            </plugin>\r
+        </plugins>\r
+    </build>\r
+\r
+</project>
\ No newline at end of file
diff --git a/msb-core/redis/src/assembly/resources/redis-3.2.1-linux64.tar.gz b/msb-core/redis/src/assembly/resources/redis-3.2.1-linux64.tar.gz
new file mode 100644 (file)
index 0000000..4328929
Binary files /dev/null and b/msb-core/redis/src/assembly/resources/redis-3.2.1-linux64.tar.gz differ
diff --git a/msb-core/redis/src/assembly/resources/redis-3.2.100-win64.zip b/msb-core/redis/src/assembly/resources/redis-3.2.100-win64.zip
new file mode 100644 (file)
index 0000000..73cf047
Binary files /dev/null and b/msb-core/redis/src/assembly/resources/redis-3.2.100-win64.zip differ
diff --git a/msb-parent/README.md b/msb-parent/README.md
new file mode 100644 (file)
index 0000000..2ef8e06
--- /dev/null
@@ -0,0 +1,17 @@
+modeldesign-parent\r
+============\r
+\r
+Root Pom of Project modeldesign\r
+\r
+**modeldesignparent-lite is descripe the maven repo and maven plugin .**\r
+\r
+**modeldesignparent is the parent pom of the this project ,which descripe the dependency Management of the thirdparty Supporting Libraries**\r
+\r
+you can use the following section to reference it .\r
+\r
+~~~\r
+  <groupId>org.openo.orchestrator.modeldesignparent</groupId>\r
+  <artifactId>modeldesignparent</artifactId>\r
+  <version>1.0.0</version>\r
+~~~\r
+\r
diff --git a/msb-parent/msbparent-lite/pom.xml b/msb-parent/msbparent-lite/pom.xml
new file mode 100644 (file)
index 0000000..a7b68c5
--- /dev/null
@@ -0,0 +1,255 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+    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">
+  <modelVersion>4.0.0</modelVersion>
+
+<!--
+  <parent>
+    <groupId>org.openo.oparent</groupId>
+    <artifactId>oparent</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
+-->
+
+  <groupId>org.openo.msb</groupId>
+  <artifactId>msbparent-lite</artifactId>
+  <version>1.0.0</version>
+  <packaging>pom</packaging>
+  <name>msbparent-lite</name> 
+
+  <properties>
+    
+    <nexus.repository.release>dav:http://nexus.open-o.com/repos/content/repositories/releases</nexus.repository.release>
+    <nexus.repository.snapshot>dav:http://nexus.open-o.com/repos/content/repositories/snapshots</nexus.repository.snapshot>
+
+    <stream>latest</stream><!-- CI should pass in -Dstream={stream} -->
+
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+    <!-- Java Versions -->
+    <!-- FIXME: confirm these two are picked by maven-compiler-plugin -->
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
+    <java.version.source>${maven.compiler.source}</java.version.source>
+    <java.version.target>${maven.compiler.target}</java.version.target>  
+
+
+    <!-- Maven plugin versions, in the 'canonical' format -->
+    <maven.antrun.plugin.version>1.8</maven.antrun.plugin.version>
+    <maven.bundle.version>3.0.0</maven.bundle.version>
+    <maven.clean.plugin.version>2.6.1</maven.clean.plugin.version>
+    <maven.compile.plugin.version>3.3</maven.compile.plugin.version>
+    <maven.jar.version>2.6</maven.jar.version>
+    <maven.javadoc.version>2.10.3</maven.javadoc.version>
+    <maven.plugin.version>3.4</maven.plugin.version>
+    <maven.release.version>2.5.2</maven.release.version>
+    <maven.surefire.version>2.18.1</maven.surefire.version>
+
+    <!-- Maven plugin versions, in random formats -->
+    <checkstyle.version>2.16</checkstyle.version>
+    <compiler.version>${maven.compile.plugin.version}</compiler.version>
+    <enforcer.version>1.4</enforcer.version>
+
+
+
+  </properties>
+
+  <distributionManagement>
+    <repository>
+      <id>releases</id>
+      <url>${nexus.repository.release}</url>
+    </repository>
+    <snapshotRepository>
+      <id>snapshots</id>
+      <url>${nexus.repository.snapshot}</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+
+  <build>
+    <extensions>
+        <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh</artifactId>
+            <version>2.10</version>
+        </extension>
+        <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ftp</artifactId>
+            <version>2.10</version>
+        </extension>
+        <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-webdav-jackrabbit</artifactId>
+            <version>2.10</version>
+        </extension>
+    </extensions>
+    <resources>
+        <resource>
+            <filtering>false</filtering>
+            <directory>src/main/resources</directory>
+            <includes>
+                <include>**/*</include>
+            </includes>
+        </resource>
+        <resource>
+            <filtering>true</filtering>
+            <directory>src/main/filters</directory>
+            <includes>
+                <include>**/*</include>
+            </includes>
+        </resource>
+    </resources>
+    <testResources>
+        <testResource>
+            <filtering>false</filtering>
+            <directory>src/test/resources</directory>
+            <includes>
+                <include>**/*</include>
+            </includes>
+        </testResource>
+        <testResource>
+            <filtering>true</filtering>
+            <directory>src/test/filters</directory>
+            <includes>
+                <include>**/*</include>
+            </includes>
+        </testResource>
+    </testResources>
+
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>2.8.1</version>
+        </plugin>
+
+        <!-- Official maven plugins, alpha-sorted by artifactId.
+             We do not need to specify the groupId. -->
+        <plugin>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>${maven.antrun.plugin.version}</version>
+        </plugin>
+        
+        <plugin>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>${maven.clean.plugin.version}</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.5.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.8.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>${maven.compile.plugin.version}</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>${enforcer.version}</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-failsafe-plugin</artifactId>
+          <version>${failsafe.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>2.0.0</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>${maven.jar.version}</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>${maven.javadoc.version}</version>
+          <configuration>
+            <!-- Keep things quiet except for warnings/errors -->
+            <quiet>true</quiet>
+          </configuration>
+          <executions>
+            <execution>
+              <id>attach-javadocs</id>
+              <goals>
+                <goal>jar</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>${maven.release.version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.10</version>          
+        </plugin>
+
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>${maven.plugin.version}</version>
+        </plugin>
+
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>2.4.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.4</version>
+          <executions>
+            <execution>
+              <id>attach-sources</id>
+              <goals>
+                <goal>jar-no-fork</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>${maven.surefire.version}</version>
+          <configuration>
+            <redirectTestOutputToFile>true</redirectTestOutputToFile>
+          </configuration>
+        </plugin>
+       
+      </plugins>
+    </pluginManagement>
+  </build> 
+
+
+</project>
diff --git a/msb-parent/msbparent/pom.xml b/msb-parent/msbparent/pom.xml
new file mode 100644 (file)
index 0000000..36b6c4f
--- /dev/null
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+    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">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.openo.msb</groupId>
+    <artifactId>msbparent-lite</artifactId>
+    <version>1.0.0</version>
+    <relativePath>../msbparent-lite</relativePath>
+  </parent>
+
+  <groupId>org.openo.msb</groupId>
+  <artifactId>msbparent</artifactId>
+  <packaging>pom</packaging>
+  <name>msbparent</name> 
+
+
+  <scm>
+    <connection>scm:git:ssh://gerrit.zte.com.cn:29418/paas/wisdom/modeldesign-parent.git</connection>
+    <developerConnection>scm:git:ssh://gerrit.zte.com.cn:29418/paas/wisdom/modeldesign-parent.git</developerConnection>
+    <tag>HEAD</tag>
+
+  </scm>
+
+
+  <properties>
+    <!-- Supporting Libraries -->
+    <dropwizard.version>0.8.0</dropwizard.version>
+    <swagger.version>1.5.3</swagger.version>  
+    <jedis.version>2.7.3</jedis.version>
+    <lombok.version>1.16.4</lombok.version>
+    <json-lib.version>2.4</json-lib.version>
+    <junit.version>4.11</junit.version>
+  </properties>
+
+  <dependencyManagement>
+    <dependencies>
+
+      <!-- Testing Dependencies -->
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+        <scope>test</scope>
+      </dependency>
+
+      <!-- Supporting Libraries -->
+      <dependency>
+        <groupId>io.dropwizard</groupId>
+        <artifactId>dropwizard-core</artifactId>
+        <version>${dropwizard.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.dropwizard</groupId>
+        <artifactId>dropwizard-assets</artifactId>
+        <version>${dropwizard.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>io.dropwizard</groupId>
+        <artifactId>dropwizard-client</artifactId>
+        <version>${dropwizard.version}</version>
+      </dependency>    
+
+      <dependency>
+        <groupId>io.swagger</groupId>
+        <artifactId>swagger-jersey2-jaxrs</artifactId>
+        <version>${swagger.version}</version>
+        <scope>compile</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>redis.clients</groupId>
+        <artifactId>jedis</artifactId>
+        <version>${jedis.version}</version>
+      </dependency>     
+      <dependency>
+        <groupId>org.projectlombok</groupId>
+        <artifactId>lombok</artifactId>
+        <version>${lombok.version}</version>
+      </dependency>
+      <dependency> 
+        <groupId>net.sf.json-lib</groupId> 
+        <artifactId>json-lib</artifactId> 
+        <version>${json-lib.version}</version> 
+      </dependency> 
+    </dependencies>
+  </dependencyManagement>
+
+<!--   <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>${checkstyle.version}</version>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>3.0.1</version>
+        <configuration>
+          <effort>Max</effort>
+          <threshold>Low</threshold>
+          <goal>site</goal>
+        </configuration>
+      </plugin>
+
+    </plugins>
+  </reporting> -->
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.19.1</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.7</version>
+        <configuration>
+          <formats>
+            <format>xml</format>
+            <format>html</format>
+          </formats>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.5</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>3.6</version>
+        <configuration>
+          <linkXref>true</linkXref>
+          <sourceEncoding>utf-8</sourceEncoding>
+          <minimumTokens>100</minimumTokens>
+          <targetJdk>1.8</targetJdk>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  
+</project>
diff --git a/msb-parent/pom.xml b/msb-parent/pom.xml
new file mode 100644 (file)
index 0000000..d4bedff
--- /dev/null
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)
+    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">
+<modelVersion>4.0.0</modelVersion>
+
+<parent>
+    <groupId>org.openo.msb</groupId>
+    <artifactId>msbparent-lite</artifactId>
+    <version>1.0.0</version>
+    <relativePath>msbparent-lite</relativePath>
+</parent>
+
+<groupId>org.openo.msb</groupId>
+<artifactId>msbparent-aggregator</artifactId>
+<version>1.0.0</version>
+<name>msbparent-aggregator</name> 
+<packaging>pom</packaging>
+
+
+<modules>
+    <module>msbparent</module>
+    <module>msbparent-lite</module>
+</modules>
+
+<build>
+    <plugins>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <version>2.8.2</version>
+            <configuration>
+                <skip>true</skip>
+            </configuration>
+        </plugin>
+    </plugins>
+</build>
+
+</project>
diff --git a/pom.xml b/pom.xml
new file mode 100644 (file)
index 0000000..34ec0d3
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<!--\r
+    Copyright (C) 2016 ZTE, Inc. and others. All rights reserved. (ZTE)\r
\r
+    Licensed under the Apache License, Version 2.0 (the "License");\r
+    you may not use this file except in compliance with the License.\r
+    You may obtain a copy of the License at\r
\r
+            http://www.apache.org/licenses/LICENSE-2.0\r
\r
+    Unless required by applicable law or agreed to in writing, software\r
+    distributed under the License is distributed on an "AS IS" BASIS,\r
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
\r
+-->\r
+\r
+  <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">\r
+\r
+    <modelVersion>4.0.0</modelVersion>\r
+\r
+    <parent>\r
+      <groupId>org.openo.msb</groupId>\r
+      <artifactId>msbparent</artifactId>\r
+      <version>1.0.0</version>\r
+      <relativePath>msb-parent/msbparent</relativePath>\r
+    </parent>  \r
+\r
+\r
+    <groupId>org.openo.msb</groupId>\r
+    <artifactId>msb-core-root</artifactId>\r
+    <version>1.0.0-SNAPSHOT</version>\r
+       <name>openo/msb/msb-core-root</name>\r
+    <packaging>pom</packaging>\r
+\r
+    <modules>\r
+      <module>msb-parent</module>\r
+      <module>msb-core</module>\r
+    </modules>\r
+\r
+  </project>
\ No newline at end of file