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-integration/asciidoc/Readme.adoc | 3 - .../minimal-distribution/asciidoc/Readme.adoc | 3 - vpp-integration/minimal-distribution/pom.xml | 107 --------------------- vpp-integration/pom.xml | 56 ----------- 4 files changed, 169 deletions(-) delete mode 100644 vpp-integration/asciidoc/Readme.adoc delete mode 100644 vpp-integration/minimal-distribution/asciidoc/Readme.adoc delete mode 100644 vpp-integration/minimal-distribution/pom.xml delete mode 100644 vpp-integration/pom.xml (limited to 'vpp-integration') diff --git a/vpp-integration/asciidoc/Readme.adoc b/vpp-integration/asciidoc/Readme.adoc deleted file mode 100644 index cba82974b..000000000 --- a/vpp-integration/asciidoc/Readme.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= VPP-integration - -This is an integration project building HC distribution for VPP, including all available HC plugins for VPP diff --git a/vpp-integration/minimal-distribution/asciidoc/Readme.adoc b/vpp-integration/minimal-distribution/asciidoc/Readme.adoc deleted file mode 100644 index 420ac7210..000000000 --- a/vpp-integration/minimal-distribution/asciidoc/Readme.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= vpp-integration-distribution - -Overview of vpp-integration-distribution \ No newline at end of file diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml deleted file mode 100644 index 83fee5689..000000000 --- a/vpp-integration/minimal-distribution/pom.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - io.fd.honeycomb.common - minimal-distribution-parent - 1.16.12-SNAPSHOT - ../../common/minimal-distribution-parent - - - 4.0.0 - io.fd.honeycomb.vpp.integration - vpp-integration-distribution - ${project.artifactId} - 1.16.12-SNAPSHOT - - - io.fd.honeycomb.infra.distro.Main - 1.16.12-SNAPSHOT - 1.16.12-SNAPSHOT - 1.16.12-SNAPSHOT - 1.16.12-SNAPSHOT - 1.16.12-SNAPSHOT - 1.16.12-SNAPSHOT - - - io.fd.honeycomb.vpp.common.integration.VppCommonModule, - io.fd.honeycomb.lisp.LispModule, - io.fd.honeycomb.translate.v3po.V3poModule, - io.fd.honeycomb.nat.NatModule, - // io.fd.honeycomb.vppnsh.impl.VppNshModule, - - //io.fd.honeycomb.vppioam.impl.VppIoamModule - - - - - - - - maven-compiler-plugin - - - org.codehaus.gmaven - groovy-maven-plugin - - - org.apache.maven.plugins - maven-jar-plugin - - - org.apache.maven.plugins - maven-dependency-plugin - - - maven-assembly-plugin - - - - - - - io.fd.honeycomb.vpp - vpp-common-integration - ${vpp.common.integration.version} - - - io.fd.honeycomb.v3po - v3po2vpp - ${v3po.version} - - - io.fd.honeycomb.lisp - lisp2vpp - ${lisp.version} - - - io.fd.honeycomb.vppnsh - vppnsh-impl - ${vppnsh.version} - - - io.fd.honeycomb.nat - nat2vpp - ${nat.version} - - - io.fd.honeycomb.vppioam - vppioam-impl - ${ioam.version} - - - diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml deleted file mode 100644 index 3cd5c09f4..000000000 --- a/vpp-integration/pom.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - io.fd.honeycomb.common - honeycomb-parent - 1.16.12-SNAPSHOT - ../common/honeycomb-parent - - - io.fd.honeycomb.vpp.integration - vpp-integration - ${project.artifactId} - 1.16.12-SNAPSHOT - pom - 4.0.0 - Aggregator for Honeycomb's VPP distribution. Aggregating all VPP plugins. - - - minimal-distribution - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.apache.maven.plugins - maven-install-plugin - - true - - - - - -- cgit 1.2.3-korg