From 0bce413218560b0f5df834581f22841eb0bc7074 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 30 Aug 2017 10:28:08 -0400 Subject: Prune migrated components from sdnc/northbound Prune components that were migrated from sdnc/northbound to ccsdk by removing code and replacing with a README.md that redirects the reader to the appropriate CCSDK repo Change-Id: I317b1d0093a1dd4647feaf6b852826a2230f4879 Issue-ID: SDNC-59 Signed-off-by: Dan Timoney --- asdcApi/features/pom.xml | 138 ----------------------------------------------- 1 file changed, 138 deletions(-) delete mode 100755 asdcApi/features/pom.xml (limited to 'asdcApi/features/pom.xml') diff --git a/asdcApi/features/pom.xml b/asdcApi/features/pom.xml deleted file mode 100755 index f83f3791..00000000 --- a/asdcApi/features/pom.xml +++ /dev/null @@ -1,138 +0,0 @@ - - - 4.0.0 - - asdcApi - org.openecomp.sdnc.northbound - 1.1.2-SNAPSHOT - - asdcApi-features - - jar - - - - org.openecomp.sdnc.northbound - asdcApi-model - ${project.version} - - - org.openecomp.sdnc.northbound - asdcApi-provider - ${project.version} - config - xml - - - org.openecomp.sdnc.northbound - asdcApi-provider - ${project.version} - - - - org.opendaylight.mdsal - features-mdsal - ${odl.mdsal.features.version} - features - xml - - - runtime - - - - - - - org.opendaylight.controller - opendaylight-karaf-empty - ${odl.karaf.empty.distro.version} - zip - - - - - - org.opendaylight.odlparent - features-test - test - ${odl.commons.opendaylight.version} - - - - org.opendaylight.yangtools - features-yangtools - ${odl.yangtools.version} - features - xml - runtime - - - - - - - true - src/main/resources - - - - - org.apache.maven.plugins - maven-resources-plugin - - - filter - - resources - - generate-resources - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - - attach-artifact - - package - - - - ${project.build.directory}/classes/${features.file} - xml - features - - - - - - - - - -- cgit 1.2.3-korg