Clean up unused subprojects and configurations 69/59969/5
authorjensenzhang <jingxuan.n.zhang@gmail.com>
Wed, 5 Jul 2017 10:51:15 +0000 (18:51 +0800)
committerjensenzhang <jingxuan.n.zhang@gmail.com>
Fri, 14 Jul 2017 16:06:56 +0000 (00:06 +0800)
commit8f56a17eb0ab50ee6208d992cc94803ab95a96cf
tree9e42f20032f38f8610c1354c2a9499dfc1a98a8a
parent7a3c688fdebf3df78b6634603c1e2051e52c5a30
Clean up unused subprojects and configurations

Make the following changes:

- Remove redundant artifacts / features / karaf / it modules.
- Reduce `alto-core/standard-service-models/model-*/api` to
  `alto-core/standard-service-models/model-*`.
- Rename alto-service-model-*-api to alto-service-model-*.
- Unify modules name as "ODL :: alto :: ${project.artifactId}".
- Remove unused profiles from pom.xml.

Change-Id: I7b22badb37568a5d3a1c93999fca0e6ee35199d1
Signed-off-by: jensenzhang <jingxuan.n.zhang@gmail.com>
231 files changed:
.gitignore
alto-basic/auto-maps/api/pom.xml
alto-basic/auto-maps/artifacts/pom.xml [deleted file]
alto-basic/auto-maps/features/pom.xml [deleted file]
alto-basic/auto-maps/features/src/main/features/features.xml [deleted file]
alto-basic/auto-maps/impl/pom.xml
alto-basic/auto-maps/it/pom.xml [deleted file]
alto-basic/auto-maps/it/src/test/java/org/opendaylight/alto/basic/it/AltoAutoMapsIT.java [deleted file]
alto-basic/auto-maps/karaf/pom.xml [deleted file]
alto-basic/auto-maps/pom.xml
alto-basic/manual-maps/api/pom.xml
alto-basic/manual-maps/artifacts/pom.xml [deleted file]
alto-basic/manual-maps/features/pom.xml [deleted file]
alto-basic/manual-maps/features/src/main/features/features.xml [deleted file]
alto-basic/manual-maps/impl/pom.xml
alto-basic/manual-maps/karaf/pom.xml [deleted file]
alto-basic/manual-maps/pom.xml
alto-basic/simple-ecs/artifacts/pom.xml [deleted file]
alto-basic/simple-ecs/features/pom.xml [deleted file]
alto-basic/simple-ecs/features/src/main/features/features.xml [deleted file]
alto-basic/simple-ecs/hostnodetracker/pom.xml [deleted file]
alto-basic/simple-ecs/hostnodetracker/src/main/java/org/opendaylight/alto/basic/hostnode/tracker/topology/api/HostNodeTrackerService.java [deleted file]
alto-basic/simple-ecs/hostnodetracker/src/main/java/org/opendaylight/alto/basic/hostnode/tracker/topology/impl/HostNodeTrackerImpl.java [deleted file]
alto-basic/simple-ecs/impl/pom.xml
alto-basic/simple-ecs/it/pom.xml [deleted file]
alto-basic/simple-ecs/it/src/test/java/org/opendaylight/alto/basic/endpointcostservice/it/EndpointcostserviceIT.java [deleted file]
alto-basic/simple-ecs/karaf/pom.xml [deleted file]
alto-basic/simple-ecs/pom.xml
alto-basic/simple-ird/artifacts/pom.xml [deleted file]
alto-basic/simple-ird/features/pom.xml [deleted file]
alto-basic/simple-ird/features/src/main/features/features.xml [deleted file]
alto-basic/simple-ird/impl/pom.xml
alto-basic/simple-ird/it/pom.xml [deleted file]
alto-basic/simple-ird/it/src/test/java/org/opendaylight/alto/basic/it/AltoSimpleIrdIT.java [deleted file]
alto-basic/simple-ird/karaf/pom.xml [deleted file]
alto-basic/simple-ird/pom.xml
alto-core/northbound/artifacts/pom.xml [deleted file]
alto-core/northbound/features/pom.xml [deleted file]
alto-core/northbound/features/src/main/features/features.xml [deleted file]
alto-core/northbound/it/pom.xml [deleted file]
alto-core/northbound/it/src/test/java/org/opendaylight/alto/core/it/AltoNorthboundIT.java [deleted file]
alto-core/northbound/karaf/pom.xml [deleted file]
alto-core/northbound/pom.xml
alto-core/resourcepool/api/pom.xml
alto-core/resourcepool/impl/pom.xml
alto-core/resourcepool/pom.xml
alto-core/standard-northbound-routes/costmap/api/pom.xml
alto-core/standard-northbound-routes/costmap/impl/pom.xml
alto-core/standard-northbound-routes/costmap/pom.xml
alto-core/standard-northbound-routes/endpointcost/api/pom.xml
alto-core/standard-northbound-routes/endpointcost/impl/pom.xml
alto-core/standard-northbound-routes/endpointcost/pom.xml
alto-core/standard-northbound-routes/endpointproperty/api/pom.xml
alto-core/standard-northbound-routes/endpointproperty/impl/pom.xml
alto-core/standard-northbound-routes/endpointproperty/pom.xml
alto-core/standard-northbound-routes/example/pom.xml [deleted file]
alto-core/standard-northbound-routes/example/src/main/config/default-config.xml [deleted file]
alto-core/standard-northbound-routes/example/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-northbound-routes/example/src/main/java/org/opendaylight/alto/core/northbound/route/example/impl/AltoNorthboundRouteExample.java [deleted file]
alto-core/standard-northbound-routes/example/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/example/impl/rev151021/AltoNorthboundRouteExampleModule.java [deleted file]
alto-core/standard-northbound-routes/example/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/example/impl/rev151021/AltoNorthboundRouteExampleModuleFactory.java [deleted file]
alto-core/standard-northbound-routes/example/src/main/yang/alto-northbound-route-example-impl.yang [deleted file]
alto-core/standard-northbound-routes/example/src/test/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/example/impl/rev151021/AltoNorthboundRouteExampleModuleFactoryTest.java [deleted file]
alto-core/standard-northbound-routes/example/src/test/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/example/impl/rev151021/AltoNorthboundRouteExampleModuleTest.java [deleted file]
alto-core/standard-northbound-routes/networkmap/api/pom.xml
alto-core/standard-northbound-routes/networkmap/impl/pom.xml
alto-core/standard-northbound-routes/networkmap/pom.xml
alto-core/standard-northbound-routes/pom.xml
alto-core/standard-service-models/model-base/api/pom.xml [deleted file]
alto-core/standard-service-models/model-base/artifacts/pom.xml [deleted file]
alto-core/standard-service-models/model-base/features/pom.xml [deleted file]
alto-core/standard-service-models/model-base/features/src/main/features/features.xml [deleted file]
alto-core/standard-service-models/model-base/impl/pom.xml [deleted file]
alto-core/standard-service-models/model-base/impl/src/main/config/default-config.xml [deleted file]
alto-core/standard-service-models/model-base/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-service-models/model-base/impl/src/main/java/org/opendaylight/alto/core/impl/AltoModelBaseProvider.java [deleted file]
alto-core/standard-service-models/model-base/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/rev151021/AltoModelBaseModule.java [deleted file]
alto-core/standard-service-models/model-base/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/rev151021/AltoModelBaseModuleFactory.java [deleted file]
alto-core/standard-service-models/model-base/impl/src/main/yang/service-model-base-test-impl.yang [deleted file]
alto-core/standard-service-models/model-base/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/rev151021/AltoModelBaseModuleFactoryTest.java [deleted file]
alto-core/standard-service-models/model-base/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/rev151021/AltoModelBaseModuleTest.java [deleted file]
alto-core/standard-service-models/model-base/it/pom.xml [deleted file]
alto-core/standard-service-models/model-base/it/src/test/java/org/opendaylight/alto/core/it/AltoModelBaseIT.java [deleted file]
alto-core/standard-service-models/model-base/karaf/pom.xml [deleted file]
alto-core/standard-service-models/model-base/pom.xml
alto-core/standard-service-models/model-base/src/main/yang/service-model-base.yang [moved from alto-core/standard-service-models/model-base/api/src/main/yang/service-model-base.yang with 100% similarity]
alto-core/standard-service-models/model-config/api/pom.xml [deleted file]
alto-core/standard-service-models/model-config/artifacts/pom.xml [deleted file]
alto-core/standard-service-models/model-config/features/pom.xml [deleted file]
alto-core/standard-service-models/model-config/features/src/main/features/features.xml [deleted file]
alto-core/standard-service-models/model-config/impl/pom.xml [deleted file]
alto-core/standard-service-models/model-config/impl/src/main/config/default-config.xml [deleted file]
alto-core/standard-service-models/model-config/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-service-models/model-config/impl/src/main/java/org/opendaylight/alto/core/impl/config/test/AltoConfigProvider.java [deleted file]
alto-core/standard-service-models/model-config/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/config/rev151021/AltoConfigModule.java [deleted file]
alto-core/standard-service-models/model-config/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/config/rev151021/AltoConfigModuleFactory.java [deleted file]
alto-core/standard-service-models/model-config/impl/src/main/yang/config-impl.yang [deleted file]
alto-core/standard-service-models/model-config/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/config/rev151021/AltoConfigModuleFactoryTest.java [deleted file]
alto-core/standard-service-models/model-config/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/config/rev151021/AltoConfigModuleTest.java [deleted file]
alto-core/standard-service-models/model-config/it/pom.xml [deleted file]
alto-core/standard-service-models/model-config/it/src/test/java/org/opendaylight/alto/core/it/AltoIrdIT.java [deleted file]
alto-core/standard-service-models/model-config/karaf/pom.xml [deleted file]
alto-core/standard-service-models/model-config/pom.xml
alto-core/standard-service-models/model-config/src/main/yang/alto-model-config.yang [moved from alto-core/standard-service-models/model-config/api/src/main/yang/alto-model-config.yang with 100% similarity]
alto-core/standard-service-models/model-costmap/api/pom.xml [deleted file]
alto-core/standard-service-models/model-costmap/artifacts/pom.xml [deleted file]
alto-core/standard-service-models/model-costmap/features/pom.xml [deleted file]
alto-core/standard-service-models/model-costmap/features/src/main/features/features.xml [deleted file]
alto-core/standard-service-models/model-costmap/impl/pom.xml [deleted file]
alto-core/standard-service-models/model-costmap/impl/src/main/config/default-config.xml [deleted file]
alto-core/standard-service-models/model-costmap/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-service-models/model-costmap/impl/src/main/java/org/opendaylight/alto/core/impl/costmap/test/AltoCostmapProvider.java [deleted file]
alto-core/standard-service-models/model-costmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/costmap/rev151021/AltoCostmapModule.java [deleted file]
alto-core/standard-service-models/model-costmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/costmap/rev151021/AltoCostmapModuleFactory.java [deleted file]
alto-core/standard-service-models/model-costmap/impl/src/main/yang/costmap-impl.yang [deleted file]
alto-core/standard-service-models/model-costmap/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/costmap/rev151021/AltoCostmapModuleFactoryTest.java [deleted file]
alto-core/standard-service-models/model-costmap/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/costmap/rev151021/AltoCostmapModuleTest.java [deleted file]
alto-core/standard-service-models/model-costmap/it/pom.xml [deleted file]
alto-core/standard-service-models/model-costmap/it/src/test/java/org/opendaylight/alto/core/it/AltoCostmapIT.java [deleted file]
alto-core/standard-service-models/model-costmap/karaf/pom.xml [deleted file]
alto-core/standard-service-models/model-costmap/pom.xml
alto-core/standard-service-models/model-costmap/src/main/java/org/opendaylight/alto/core/service/model/costmap/CostmapUtils.java [moved from alto-core/standard-service-models/model-costmap/api/src/main/java/org/opendaylight/alto/core/service/model/costmap/CostmapUtils.java with 100% similarity]
alto-core/standard-service-models/model-costmap/src/main/yang/alto-model-costmap-rfc7285.yang [moved from alto-core/standard-service-models/model-costmap/api/src/main/yang/alto-model-costmap-rfc7285.yang with 100% similarity]
alto-core/standard-service-models/model-costmap/src/main/yang/alto-model-costmap.yang [moved from alto-core/standard-service-models/model-costmap/api/src/main/yang/alto-model-costmap.yang with 100% similarity]
alto-core/standard-service-models/model-endpointcost/api/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointcost/artifacts/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointcost/features/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointcost/features/src/main/features/features.xml [deleted file]
alto-core/standard-service-models/model-endpointcost/impl/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointcost/impl/src/main/config/default-config.xml [deleted file]
alto-core/standard-service-models/model-endpointcost/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-service-models/model-endpointcost/impl/src/main/java/org/opendaylight/alto/core/impl/endpointcost/test/AltoEndpointCostProvider.java [deleted file]
alto-core/standard-service-models/model-endpointcost/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointcost/rev151021/AltoEndpointCostModule.java [deleted file]
alto-core/standard-service-models/model-endpointcost/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointcost/rev151021/AltoEndpointCostModuleFactory.java [deleted file]
alto-core/standard-service-models/model-endpointcost/impl/src/main/yang/alto-endpoint-test-impl.yang [deleted file]
alto-core/standard-service-models/model-endpointcost/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointcost/rev151021/AltoEndpointCostModuleFactoryTest.java [deleted file]
alto-core/standard-service-models/model-endpointcost/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointcost/rev151021/AltoEndpointCostModuleTest.java [deleted file]
alto-core/standard-service-models/model-endpointcost/it/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointcost/it/src/test/java/org/opendaylight/alto/core/it/AltoEndpointcostIT.java [deleted file]
alto-core/standard-service-models/model-endpointcost/karaf/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointcost/pom.xml
alto-core/standard-service-models/model-endpointcost/src/main/java/org/opendaylight/alto/core/service/model/endpointcost/EndpointcostUtils.java [moved from alto-core/standard-service-models/model-endpointcost/api/src/main/java/org/opendaylight/alto/core/service/model/endpointcost/EndpointcostUtils.java with 100% similarity]
alto-core/standard-service-models/model-endpointcost/src/main/yang/alto-model-endpointcost-rfc7285.yang [moved from alto-core/standard-service-models/model-endpointcost/api/src/main/yang/alto-model-endpointcost-rfc7285.yang with 100% similarity]
alto-core/standard-service-models/model-endpointcost/src/main/yang/alto-model-endpointcost.yang [moved from alto-core/standard-service-models/model-endpointcost/api/src/main/yang/alto-model-endpointcost.yang with 100% similarity]
alto-core/standard-service-models/model-endpointproperty/api/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointproperty/artifacts/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointproperty/features/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointproperty/features/src/main/features/features.xml [deleted file]
alto-core/standard-service-models/model-endpointproperty/impl/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/config/default-config.xml [deleted file]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/java/org/opendaylight/alto/core/impl/endpointproperty/test/AltoEndpointPropertyProvider.java [deleted file]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointproperty/rev151021/AltoEndpointPropertyModule.java [deleted file]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointproperty/rev151021/AltoEndpointPropertyModuleFactory.java [deleted file]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/yang/alto-endpoint-test-impl.yang [deleted file]
alto-core/standard-service-models/model-endpointproperty/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointproperty/rev151021/AltoEndpointPropertyModuleFactoryTest.java [deleted file]
alto-core/standard-service-models/model-endpointproperty/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointproperty/rev151021/AltoEndpointPropertyModuleTest.java [deleted file]
alto-core/standard-service-models/model-endpointproperty/it/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointproperty/it/src/test/java/org/opendaylight/alto/core/it/AltoEndpointcostIT.java [deleted file]
alto-core/standard-service-models/model-endpointproperty/karaf/pom.xml [deleted file]
alto-core/standard-service-models/model-endpointproperty/pom.xml
alto-core/standard-service-models/model-endpointproperty/src/main/yang/alto-model-endpointproperty-rfc7285.yang [moved from alto-core/standard-service-models/model-endpointproperty/api/src/main/yang/alto-model-endpointproperty-rfc7285.yang with 100% similarity]
alto-core/standard-service-models/model-endpointproperty/src/main/yang/alto-model-endpointproperty.yang [moved from alto-core/standard-service-models/model-endpointproperty/api/src/main/yang/alto-model-endpointproperty.yang with 100% similarity]
alto-core/standard-service-models/model-ird/api/pom.xml [deleted file]
alto-core/standard-service-models/model-ird/artifacts/pom.xml [deleted file]
alto-core/standard-service-models/model-ird/features/pom.xml [deleted file]
alto-core/standard-service-models/model-ird/features/src/main/features/features.xml [deleted file]
alto-core/standard-service-models/model-ird/impl/pom.xml [deleted file]
alto-core/standard-service-models/model-ird/impl/src/main/config/default-config.xml [deleted file]
alto-core/standard-service-models/model-ird/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-service-models/model-ird/impl/src/main/java/org/opendaylight/alto/core/impl/ird/test/AltoIrdProvider.java [deleted file]
alto-core/standard-service-models/model-ird/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/ird/rev151021/AltoIrdModule.java [deleted file]
alto-core/standard-service-models/model-ird/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/ird/rev151021/AltoIrdModuleFactory.java [deleted file]
alto-core/standard-service-models/model-ird/impl/src/main/yang/ird-impl.yang [deleted file]
alto-core/standard-service-models/model-ird/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/ird/rev151021/AltoIrdModuleFactoryTest.java [deleted file]
alto-core/standard-service-models/model-ird/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/ird/rev151021/AltoIrdModuleTest.java [deleted file]
alto-core/standard-service-models/model-ird/it/pom.xml [deleted file]
alto-core/standard-service-models/model-ird/it/src/test/java/org/opendaylight/alto/core/it/AltoIrdIT.java [deleted file]
alto-core/standard-service-models/model-ird/karaf/pom.xml [deleted file]
alto-core/standard-service-models/model-ird/pom.xml
alto-core/standard-service-models/model-ird/src/main/yang/alto-model-ird.yang [moved from alto-core/standard-service-models/model-ird/api/src/main/yang/alto-model-ird.yang with 100% similarity]
alto-core/standard-service-models/model-networkmap/api/pom.xml [deleted file]
alto-core/standard-service-models/model-networkmap/artifacts/pom.xml [deleted file]
alto-core/standard-service-models/model-networkmap/features/pom.xml [deleted file]
alto-core/standard-service-models/model-networkmap/features/src/main/features/features.xml [deleted file]
alto-core/standard-service-models/model-networkmap/impl/pom.xml [deleted file]
alto-core/standard-service-models/model-networkmap/impl/src/main/config/default-config.xml [deleted file]
alto-core/standard-service-models/model-networkmap/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-service-models/model-networkmap/impl/src/main/java/org/opendaylight/alto/core/impl/networkmap/test/AltoNetworkmapProvider.java [deleted file]
alto-core/standard-service-models/model-networkmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/networkmap/rev151021/AltoNetworkmapModule.java [deleted file]
alto-core/standard-service-models/model-networkmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/networkmap/rev151021/AltoNetworkmapModuleFactory.java [deleted file]
alto-core/standard-service-models/model-networkmap/impl/src/main/yang/networkmap-impl.yang [deleted file]
alto-core/standard-service-models/model-networkmap/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/networkmap/rev151021/AltoNetworkmapModuleFactoryTest.java [deleted file]
alto-core/standard-service-models/model-networkmap/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/networkmap/rev151021/AltoNetworkmapModuleTest.java [deleted file]
alto-core/standard-service-models/model-networkmap/it/pom.xml [deleted file]
alto-core/standard-service-models/model-networkmap/it/src/test/java/org/opendaylight/alto/core/it/AltoNetworkmapIT.java [deleted file]
alto-core/standard-service-models/model-networkmap/karaf/pom.xml [deleted file]
alto-core/standard-service-models/model-networkmap/pom.xml
alto-core/standard-service-models/model-networkmap/src/main/yang/alto-model-networkmap-rfc7285.yang [moved from alto-core/standard-service-models/model-networkmap/api/src/main/yang/alto-model-networkmap-rfc7285.yang with 100% similarity]
alto-core/standard-service-models/model-networkmap/src/main/yang/alto-model-networkmap.yang [moved from alto-core/standard-service-models/model-networkmap/api/src/main/yang/alto-model-networkmap.yang with 100% similarity]
alto-extensions/incremental-update/api/pom.xml
alto-extensions/incremental-update/impl/pom.xml
alto-extensions/incremental-update/pom.xml
alto-extensions/multicost/api/pom.xml
alto-extensions/multicost/impl/pom.xml
alto-extensions/multicost/pom.xml
alto-extensions/rsade/api/pom.xml
alto-extensions/rsade/impl/pom.xml
alto-extensions/rsade/pom.xml
alto-extensions/simple-pce/artifacts/pom.xml [deleted file]
alto-extensions/simple-pce/features/pom.xml [deleted file]
alto-extensions/simple-pce/features/src/main/features/features.xml [deleted file]
alto-extensions/simple-pce/karaf/pom.xml [deleted file]
alto-extensions/simple-pce/pom.xml
alto-release-features/features-alto/pom.xml
alto-release-features/odl-alto-auto-maps/pom.xml
alto-release-features/odl-alto-manual-maps/pom.xml
alto-release-features/odl-alto-multicost/pom.xml
alto-release-features/odl-alto-nonstandard-northbound-route/pom.xml
alto-release-features/odl-alto-nonstandard-service-models/pom.xml
alto-release-features/odl-alto-nonstandard-types/pom.xml
alto-release-features/odl-alto-rsabs/pom.xml
alto-release-features/odl-alto-simpleecs/pom.xml
alto-release-features/odl-alto-simpleird/pom.xml
alto-release-features/odl-alto-spce/pom.xml
alto-release-features/odl-alto-standard-northbound-route/pom.xml
alto-release-features/odl-alto-standard-resource-translator/pom.xml
alto-release-features/odl-alto-standard-service-models/pom.xml
alto-release-features/odl-alto-standard-types/pom.xml
alto-release-features/pom.xml
pom.xml