Loading plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/.classpath +53 −0 Original line number Diff line number Diff line Loading @@ -12,5 +12,58 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry exported="true" kind="lib" path="libs/yang-data-codec-gson-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/gson-2.10.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/guava-32.1.3-jre.jar"/> <classpathentry exported="true" kind="lib" path="libs/failureaccess-1.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"/> <classpathentry exported="true" kind="lib" path="libs/checker-qual-3.37.0.jar"/> <classpathentry exported="true" kind="lib" path="libs/error_prone_annotations-2.21.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/j2objc-annotations-2.8.jar"/> <classpathentry exported="true" kind="lib" path="libs/org.eclipse.jdt.annotation-2.2.800.jar"/> <classpathentry exported="true" kind="lib" path="libs/util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/triemap-1.3.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-common-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/value-2.10.0-annotations.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-impl-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8528-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8040-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8819-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc7952-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8819-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-rfc7950-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/antlr4-runtime-4.13.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/concepts-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-ri-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-reactor-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-repo-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-ir-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-repo-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-xpath-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/odlext-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/odlext-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-impl-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/openconfig-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/openconfig-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6241-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6241-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6536-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6536-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6643-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6643-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc7952-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8040-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8528-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8639-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8639-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-xpath-impl-13.0.1.jar"/> <classpathentry kind="output" path="target/classes"/> </classpath> plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/pom.xml +5 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,8 @@ --> <properties> <classpath.placeholder>!:!</classpath.placeholder> <classpath.separator>"/>${line.separator} <classpathentry exported="true" kind="lib" path="</classpath.separator> <!-- "/>${line.separator} <classpathentry exported="true" kind="lib" path=" --> </properties> <build> <plugins> Loading Loading @@ -96,6 +98,9 @@ <replace file="${project.build.outputDirectory}/META-INF/MANIFEST.MF" token="${classpath.placeholder}" value=",${line.separator} " /> <replace file="${project.build.outputDirectory}/.classpath" token="${classpath.placeholder}" value="${classpath.separator}" /> </target> </configuration> </execution> Loading plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/.classpath 0 → 100644 +17 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> <attributes> <attribute name="module" value="true"/> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry exported="true" kind="lib" path="${classpath}"/> <classpathentry kind="output" path="target/classes"/> </classpath> plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/pom.xml +4 −3 Original line number Diff line number Diff line Loading @@ -26,12 +26,13 @@ <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>META-INF</outputDirectory> <outputDirectory>${basedir}</outputDirectory> <resources> <resource> <directory>${basedir}/dependencies/target/classes/META-INF</directory> <directory>${basedir}/dependencies/target/classes</directory> <includes> <include>MANIFEST.MF</include> <include>META-INF/MANIFEST.MF</include> <include>.classpath</include> </includes> </resource> </resources> Loading plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn}/.classpath 0 → 100644 +54 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> <attributes> <attribute name="module" value="true"/> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry exported="true" kind="lib" path="libs/yang-data-codec-gson-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/gson-2.10.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/guava-32.1.3-jre.jar"/> <classpathentry exported="true" kind="lib" path="libs/failureaccess-1.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"/> <classpathentry exported="true" kind="lib" path="libs/checker-qual-3.37.0.jar"/> <classpathentry exported="true" kind="lib" path="libs/error_prone_annotations-2.21.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/j2objc-annotations-2.8.jar"/> <classpathentry exported="true" kind="lib" path="libs/org.eclipse.jdt.annotation-2.2.800.jar"/> <classpathentry exported="true" kind="lib" path="libs/util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/triemap-1.3.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-common-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/value-2.10.0-annotations.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-impl-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8528-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8040-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8819-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc7952-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8819-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-rfc7950-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/antlr4-runtime-4.13.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/concepts-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-ri-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-reactor-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-repo-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-ir-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-repo-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-xpath-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/odlext-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/odlext-model-api-13.0.1.jar"/> <classpathentry kind="output" path="target/classes"/> </classpath> Loading
plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/.classpath +53 −0 Original line number Diff line number Diff line Loading @@ -12,5 +12,58 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry exported="true" kind="lib" path="libs/yang-data-codec-gson-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/gson-2.10.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/guava-32.1.3-jre.jar"/> <classpathentry exported="true" kind="lib" path="libs/failureaccess-1.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"/> <classpathentry exported="true" kind="lib" path="libs/checker-qual-3.37.0.jar"/> <classpathentry exported="true" kind="lib" path="libs/error_prone_annotations-2.21.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/j2objc-annotations-2.8.jar"/> <classpathentry exported="true" kind="lib" path="libs/org.eclipse.jdt.annotation-2.2.800.jar"/> <classpathentry exported="true" kind="lib" path="libs/util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/triemap-1.3.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-common-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/value-2.10.0-annotations.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-impl-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8528-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8040-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8819-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc7952-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8819-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-rfc7950-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/antlr4-runtime-4.13.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/concepts-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-ri-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-reactor-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-repo-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-ir-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-repo-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-xpath-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/odlext-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/odlext-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-impl-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/openconfig-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/openconfig-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6241-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6241-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6536-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6536-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6643-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc6643-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc7952-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8040-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8528-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8639-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8639-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-xpath-impl-13.0.1.jar"/> <classpathentry kind="output" path="target/classes"/> </classpath>
plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/pom.xml +5 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,8 @@ --> <properties> <classpath.placeholder>!:!</classpath.placeholder> <classpath.separator>"/>${line.separator} <classpathentry exported="true" kind="lib" path="</classpath.separator> <!-- "/>${line.separator} <classpathentry exported="true" kind="lib" path=" --> </properties> <build> <plugins> Loading Loading @@ -96,6 +98,9 @@ <replace file="${project.build.outputDirectory}/META-INF/MANIFEST.MF" token="${classpath.placeholder}" value=",${line.separator} " /> <replace file="${project.build.outputDirectory}/.classpath" token="${classpath.placeholder}" value="${classpath.separator}" /> </target> </configuration> </execution> Loading
plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/dependencies/resources/.classpath 0 → 100644 +17 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> <attributes> <attribute name="module" value="true"/> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry exported="true" kind="lib" path="${classpath}"/> <classpathentry kind="output" path="target/classes"/> </classpath>
plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn/pom.xml +4 −3 Original line number Diff line number Diff line Loading @@ -26,12 +26,13 @@ <goal>copy-resources</goal> </goals> <configuration> <outputDirectory>META-INF</outputDirectory> <outputDirectory>${basedir}</outputDirectory> <resources> <resource> <directory>${basedir}/dependencies/target/classes/META-INF</directory> <directory>${basedir}/dependencies/target/classes</directory> <includes> <include>MANIFEST.MF</include> <include>META-INF/MANIFEST.MF</include> <include>.classpath</include> </includes> </resource> </resources> Loading
plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper.mvn}/.classpath 0 → 100644 +54 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> <attributes> <attribute name="module" value="true"/> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> <classpathentry exported="true" kind="lib" path="libs/yang-data-codec-gson-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/gson-2.10.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/guava-32.1.3-jre.jar"/> <classpathentry exported="true" kind="lib" path="libs/failureaccess-1.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"/> <classpathentry exported="true" kind="lib" path="libs/checker-qual-3.37.0.jar"/> <classpathentry exported="true" kind="lib" path="libs/error_prone_annotations-2.21.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/j2objc-annotations-2.8.jar"/> <classpathentry exported="true" kind="lib" path="libs/org.eclipse.jdt.annotation-2.2.800.jar"/> <classpathentry exported="true" kind="lib" path="libs/util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/triemap-1.3.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-common-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/value-2.10.0-annotations.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-impl-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-data-util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8528-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-util-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8040-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8819-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc7952-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/rfc8819-model-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-rfc7950-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/antlr4-runtime-4.13.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/concepts-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-model-ri-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-reactor-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-repo-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-ir-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-repo-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-xpath-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-spi-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/yang-parser-api-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/odlext-parser-support-13.0.1.jar"/> <classpathentry exported="true" kind="lib" path="libs/odlext-model-api-13.0.1.jar"/> <classpathentry kind="output" path="target/classes"/> </classpath>