seperated cluster service from mappingservice.implementation 24/5724/1
authorDavid Goldberg <david.goldberg@contextream.com>
Mon, 24 Mar 2014 07:41:03 +0000 (09:41 +0200)
committerDavid Goldberg <david.goldberg@contextream.com>
Mon, 24 Mar 2014 07:45:16 +0000 (09:45 +0200)
commitade28cd48ee6dbf05c5e500a7dbc060fa06c2ada
tree1083a7cfc17118f9cbbd5b57b68705ac99764125
parentef27058395272a8e7ed7472ef0eb0c6aeeb20306
seperated cluster service from mappingservice.implementation

Signed-off-by: David Goldberg <david.goldberg@contextream.com>
mappingservice/api/src/main/java/org/opendaylight/lispflowmapping/interfaces/dao/ILispDAO.java
mappingservice/clusterdao/.gitignore [new file with mode: 0644]
mappingservice/clusterdao/pom.xml [new file with mode: 0644]
mappingservice/clusterdao/src/main/java/org/opendaylight/lispflowmapping/clusterdao/Activator.java [new file with mode: 0644]
mappingservice/clusterdao/src/main/java/org/opendaylight/lispflowmapping/clusterdao/ClusterDAOService.java [moved from mappingservice/implementation/src/main/java/org/opendaylight/lispflowmapping/implementation/dao/ClusterDAOService.java with 97% similarity]
mappingservice/implementation/pom.xml
mappingservice/implementation/src/main/java/org/opendaylight/lispflowmapping/implementation/Activator.java
mappingservice/integrationtest/pom.xml
mappingservice/integrationtest/src/main/java/org/opendaylight/lispflowmapping/integrationtest/MappingServiceTestHelper.java
mappingservice/integrationtest/src/test/java/org/opendaylight/lispflowmapping/integrationtest/MappingServiceIntegrationTest.java
mappingservice/pom.xml