From 23576f08ad6bd8d9553bfdb342e79b36315231c7 Mon Sep 17 00:00:00 2001 From: Philip Makedonski Date: Thu, 15 Feb 2024 20:48:14 +0100 Subject: [PATCH] + generate updated classpath automatically for eclipse compatibility --- .../.classpath | 53 ++++++++++++++++++ .../dependencies/pom.xml | 5 ++ .../dependencies/resources/.classpath | 17 ++++++ .../pom.xml | 7 +-- .../.classpath | 54 +++++++++++++++++++ 5 files changed, 133 insertions(+), 3 deletions(-) create mode 100644 plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/.classpath create mode 100644 plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn}/.classpath diff --git a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/.classpath b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/.classpath index 956fb88..e786fb7 100644 --- a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/.classpath +++ b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/.classpath @@ -12,5 +12,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 1016d6c..fd29fc1 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 @@ -15,6 +15,8 @@ --> !:! + "/>${line.separator} <classpathentry exported="true" kind="lib" path=" + @@ -96,6 +98,9 @@ + 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 new file mode 100644 index 0000000..9a1bbce --- /dev/null +++ b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/.classpath @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/pom.xml b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/pom.xml index 548dbf1..a7183b1 100644 --- a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/pom.xml +++ b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/pom.xml @@ -26,12 +26,13 @@ copy-resources - META-INF + ${basedir} - ${basedir}/dependencies/target/classes/META-INF + ${basedir}/dependencies/target/classes - MANIFEST.MF + META-INF/MANIFEST.MF + .classpath diff --git a/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn}/.classpath b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn}/.classpath new file mode 100644 index 0000000..8bb3747 --- /dev/null +++ b/plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn}/.classpath @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab