From 8e0c7007906730fe4547b0265a895ad8a322a7dc Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Thu, 10 Nov 2016 12:22:28 +0100 Subject: Remove hc2vpp codebase Moved to a dedicated hc2vpp project in fd.io Change-Id: I03dc3b3029f21b127a00c69a86bcd8e467896241 Signed-off-by: Maros Marsalek --- vpp-common/naming-context-api/asciidoc/Readme.adoc | 3 -- vpp-common/naming-context-api/pom.xml | 31 --------------- .../src/main/yang/naming-context.yang | 44 ---------------------- 3 files changed, 78 deletions(-) delete mode 100644 vpp-common/naming-context-api/asciidoc/Readme.adoc delete mode 100644 vpp-common/naming-context-api/pom.xml delete mode 100644 vpp-common/naming-context-api/src/main/yang/naming-context.yang (limited to 'vpp-common/naming-context-api') diff --git a/vpp-common/naming-context-api/asciidoc/Readme.adoc b/vpp-common/naming-context-api/asciidoc/Readme.adoc deleted file mode 100644 index 42eeb60c9..000000000 --- a/vpp-common/naming-context-api/asciidoc/Readme.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= naming-context-api - -Overview of naming-context-api \ No newline at end of file diff --git a/vpp-common/naming-context-api/pom.xml b/vpp-common/naming-context-api/pom.xml deleted file mode 100644 index f197daaff..000000000 --- a/vpp-common/naming-context-api/pom.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - io.fd.honeycomb.common - api-parent - 1.16.12-SNAPSHOT - ../../common/api-parent - - - 4.0.0 - io.fd.honeycomb.vpp - naming-context-api - ${project.artifactId} - 1.16.12-SNAPSHOT - bundle - - diff --git a/vpp-common/naming-context-api/src/main/yang/naming-context.yang b/vpp-common/naming-context-api/src/main/yang/naming-context.yang deleted file mode 100644 index c101b5c26..000000000 --- a/vpp-common/naming-context-api/src/main/yang/naming-context.yang +++ /dev/null @@ -1,44 +0,0 @@ -module naming-context { - yang-version 1; - namespace "urn:honeycomb:params:xml:ns:yang:naming:context"; - prefix "nc"; - - description - "This module contains data definition for naming mapping context"; - - revision "2016-05-13" { - description - "Initial revision."; - } - - container contexts { - config false; - // context data - - list naming-context { - - key "name"; - - leaf name { - type string; - } - - container mappings { - list mapping { - - key "name"; - unique "index"; - - leaf name { - type string; - } - - leaf index { - type int32; - } - } - } - } - } - -} \ No newline at end of file -- cgit 1.2.3-korg