From b3284018a2293d51161e087db2099056723aeff1 Mon Sep 17 00:00:00 2001 From: Philip Makedonski Date: Thu, 22 Feb 2024 17:51:41 +0100 Subject: [PATCH] + updated dependencies and pom --- .../build.properties | 2 +- .../dependencies/pom.xml | 11 ++++++++--- .../dependencies/resources/.classpath | 2 +- .../dependencies/resources/META-INF/MANIFEST.MF | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/build.properties b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/build.properties index 5e583be..54c09fc 100644 --- a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/build.properties +++ b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/build.properties @@ -1,2 +1,2 @@ bin.includes = META-INF/,\ - lib/ + libs/ diff --git a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/pom.xml b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/pom.xml index dd251bf..006eb7b 100644 --- a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/pom.xml +++ b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/pom.xml @@ -26,7 +26,7 @@ - ${basedir}/../lib/ + ${basedir}/../libs/ **/* @@ -48,7 +48,7 @@ true - lib + libs true ${classpath.placeholder} ${basedir}/classpath.properties @@ -61,7 +61,7 @@ copy-dependencies - ${basedir}/../lib + ${basedir}/../libs false false true @@ -165,5 +165,10 @@ yang-parser-impl 13.0.1 + + org.opendaylight.yangtools + yang-repo-api + 13.0.1 + \ No newline at end of file diff --git a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/.classpath b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/.classpath index 9a72e7f..04acac2 100644 --- a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/.classpath +++ b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/.classpath @@ -1,7 +1,7 @@ - + diff --git a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/META-INF/MANIFEST.MF b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/META-INF/MANIFEST.MF index e28c86a..c7788c4 100644 --- a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/META-INF/MANIFEST.MF +++ b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/META-INF/MANIFEST.MF @@ -29,5 +29,5 @@ Export-Package: org.opendaylight.yangtools.concepts, org.opendaylight.yangtools.yang.parser.spi.source, org.opendaylight.yangtools.yang.parser.stmt.reactor Bundle-Vendor: ETSI -Bundle-Classpath: ${classpath} Automatic-Module-Name: org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn +Bundle-ClassPath: ${classpath} -- GitLab