From dc40f24e13082ec0f12db7e48014721c0a2ec995 Mon Sep 17 00:00:00 2001 From: Philip Makedonski Date: Fri, 16 Feb 2024 17:03:52 +0100 Subject: [PATCH] * updated readme --- .../README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper/README.md b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper/README.md index c635043..24224f0 100644 --- a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper/README.md +++ b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper/README.md @@ -1,3 +1,11 @@ # YANG Tools Wrapper -This plug-in wraps the [YANG Tools](https://wiki.opendaylight.org/display/ODL/YANG+Tools) licensed under the EPL 1.0 Software Licence for consumption as an Eclipse plug-in. It is currently used as a dependency in the YANG-to-TDL generator. \ No newline at end of file +This plug-in wraps the [YANG Tools](https://wiki.opendaylight.org/display/ODL/YANG+Tools) licensed under the EPL 1.0 Software Licence for consumption as an Eclipse plug-in. It is currently used as a dependency in the YANG-to-TDL generator. + +The dependencies are specified and fetched from Maven in the nested dependencies folder, then copied to the libs folder. The MANIFEST.MF and .classpath files are updated accordingly as part of the build. + +Note: Offline builds run fine. When loading the project in Eclipse it seems to require that the .classpath is set to export all the jars. When installing the plugin from the repository, it still cannot be referenced correctly it seems. + +TODO: Check what is missing. + +TODO: Explore using Maven artifacts as part of the target platform? \ No newline at end of file -- GitLab