From 4e633e1043e867fd24badeb0405f794793beb9a9 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Thu, 31 Jan 2019 10:57:40 +0100 Subject: VPP-1504: Remove JVPP As part of JVPP migration this removes JVPP completely from VPP. Change-Id: I6b74e7961aa474ae471e63fe43a624cd9fc3659b Signed-off-by: Michal Cmarada --- docs/reference/index.rst | 1 - docs/reference/jvpp.rst | 47 ----------------------------------------------- 2 files changed, 48 deletions(-) delete mode 100644 docs/reference/jvpp.rst (limited to 'docs/reference') diff --git a/docs/reference/index.rst b/docs/reference/index.rst index 8e143c5acc7..76156a2a07d 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -9,6 +9,5 @@ Reference cmdreference/index.rst vppvagrant/index.rst - jvpp.rst readthedocs/index.rst github/index.rst diff --git a/docs/reference/jvpp.rst b/docs/reference/jvpp.rst deleted file mode 100644 index 7dab4876782..00000000000 --- a/docs/reference/jvpp.rst +++ /dev/null @@ -1,47 +0,0 @@ -.. _jvpp: - -.. toctree:: - -Getting jvpp jar -================ - -VPP provides java bindings which can be downloaded at: - -* https://nexus.fd.io/content/repositories/fd.io.release/io/fd/vpp/jvpp-core/18.01/jvpp-core-18.01.jar - -Getting jvpp via maven ------------------------------------- - -**1. Add the following to the repositories section in your ~/.m2/settings.xml to pick up the fd.io maven repo:** - -.. code-block:: console - - - fd.io-release - fd.io-release - https://nexus.fd.io/content/repositories/fd.io.release/ - - false - - - true - - - -For more information on setting up maven repositories in settings.xml, please look at: - -* https://maven.apache.org/guides/mini/guide-multiple-repositories.html - -**2. Then you can get jvpp by putting in the dependencies section of your pom.xml file:** - -.. code-block:: console - - - io.fd.vpp - jvpp-core - 17.10 - - -For more information on maven dependency managment, please look at: - -* https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html -- cgit