From 609f193862339c50420553b45f3bb56f9711cf95 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 30 Oct 2018 09:39:59 -0400 Subject: Remove SDNR seed code Remove SDNR seed code to resolve license issues. Code is not currently used, so it will be removed for now and a cleaned version resubmitted for Dublin release. Change-Id: I37ca0feb458012626bf448739ff2497679fcb357 Issue-ID: CCSDK-641 Signed-off-by: Timoney, Dan (dt5972) --- .../code-Carbon-SR1/features/pom.xml | 138 --------------------- .../features/src/main/features/features.xml | 131 ------------------- 2 files changed, 269 deletions(-) delete mode 100644 sdnr/wireless-transport/code-Carbon-SR1/features/pom.xml delete mode 100644 sdnr/wireless-transport/code-Carbon-SR1/features/src/main/features/features.xml (limited to 'sdnr/wireless-transport/code-Carbon-SR1/features') diff --git a/sdnr/wireless-transport/code-Carbon-SR1/features/pom.xml b/sdnr/wireless-transport/code-Carbon-SR1/features/pom.xml deleted file mode 100644 index 5d54fd11..00000000 --- a/sdnr/wireless-transport/code-Carbon-SR1/features/pom.xml +++ /dev/null @@ -1,138 +0,0 @@ - - 4.0.0 - - org.opendaylight.odlparent - features-parent - 1.8.1-Carbon - - - - org.opendaylight.mwtn - mwtn-parent - 0.5.1-SNAPSHOT - ONF :: Wireless :: ${project.artifactId} - - - 3.3.3 - - - - 0.5.1-Carbon - 1.1.0 - 2.2.0 - 1.5.1-Carbon - 0.10.1-Carbon - 1.5.1-Carbon - 1.1.1-Carbon - 0.4.1-Carbon - etc/opendaylight/karaf - 1.2.1-Carbon - 2.4.2 - 1.17 - 2.11.0 - - - - - xerces - xercesImpl - ${xerces.version} - - - - org.opendaylight.yangtools - features-yangtools - features - xml - runtime - ${yangtools.version} - - - org.opendaylight.controller - features-mdsal - features - ${mdsal.version} - xml - runtime - - - org.opendaylight.netconf - features-restconf - features - ${mdsal.version} - xml - runtime - - - org.opendaylight.netconf - features-netconf-connector - features - ${netconf.version} - runtime - xml - - - org.opendaylight.openflowplugin - features-openflowplugin - features - ${openflow.plugin.version} - xml - - - - - ${project.groupId} - configuration - ${project.version} - - - ${project.groupId} - devicemodel - ${project.version} - - - ${project.groupId} - websocketmanager-api - ${project.version} - - - ${project.groupId} - websocketmanager-impl - ${project.version} - - - ${project.groupId} - websocketmanager-impl - ${project.version} - xml - config - - - ${project.groupId} - devicemanager-api - ${project.version} - - - ${project.groupId} - devicemanager-impl - ${project.version} - - - ${project.groupId} - devicemanager-impl - ${project.version} - xml - config - - - - - - - diff --git a/sdnr/wireless-transport/code-Carbon-SR1/features/src/main/features/features.xml b/sdnr/wireless-transport/code-Carbon-SR1/features/src/main/features/features.xml deleted file mode 100644 index 10b06b9b..00000000 --- a/sdnr/wireless-transport/code-Carbon-SR1/features/src/main/features/features.xml +++ /dev/null @@ -1,131 +0,0 @@ - - - - - - - mvn:com.highstreet.technologies.odl.dlux/mwtnFeatures/${project.version}/xml/features - mvn:com.highstreet.technologies.apigateway/apigateway-features/${project.version}/xml/features - mvn:com.highstreet.technologies.info/info-features/${project.version}/xml/features - mvn:com.highstreet.technologies.helpserver/helpserver-features/${project.version}/xml/features - mvn:com.highstreet.technologies.odl.app/route-features/${project.version}/xml/features - mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features - mvn:org.opendaylight.dluxapps/features-dluxapps/${dlux.version}/xml/features - - - - - odl-mdsal-clustering - odl-netconf-clustered-topology - odl-restconf-all - odl-mdsal-apidocs - - sdnr-wt-apps-all - sdnr-wt-ux-all - - - - odl-mwtn-apps-all - onap-sdnr-ux-all - - - - - odl-mwt-models - odl-mwt-websocketmanager - odl-mwt-devicemanager - - - - - - odl-dlux-preparation - odl-mwtn-apps-all - ht-mwtn-ux-poc180628 - - - - - odl-dlux-preparation - odl-mwtn-apps-all - odl-mwtn-ux-all - - - - - - - odl-mdsal-clustering - odl-netconf-clustered-topology - odl-restconf-all - odl-mdsal-apidocs - - - - - odl-netconf-topology - odl-netconf-connector - odl-restconf-all - odl-mdsal-apidocs - - - - - odl-dlux-core - odl-dluxapps-nodes - - - - - odl-ht-apigateway - odl-mwt-models - odl-mwt-websocketmanager - odl-mwt-devicemanager - odl-ht-helpserver - odl-ht-info - - - - - - mvn:org.opendaylight.mwtn/devicemodel/${project.version} - - - - mvn:org.opendaylight.mwtn/websocketmanager-api/{{VERSION}} - mvn:org.opendaylight.mwtn/websocketmanager-impl/{{VERSION}} - mvn:org.opendaylight.mwtn/websocketmanager-impl/${project.version}/xml/config - - - - odl-mdsal-broker - odl-mwt-models - odl-mwt-websocketmanager - mvn:org.opendaylight.mwtn/devicemanager-api/{{VERSION}} - mvn:org.opendaylight.mwtn/devicemanager-impl/{{VERSION}} - mvn:org.opendaylight.mwtn/devicemanager-impl/${project.version}/xml/config - - - - -- cgit