Loading README.md +3 −1 Original line number Diff line number Diff line # TOP: TDL Open source Project: Extras This repository contains additional components for the TDL Open source Project (TOP). Currently it only includes a wrapper for the OpenAPI Generator. This repository contains additional components for the TDL Open source Project (TOP). Currently, it includes: - a wrapper for the OpenAPI Generator - a wrapper for the YANG Tools More info at [TDL website](https://tdl.etsi.org) features/org.etsi.mts.tdl.extras.feature/.project +11 −0 Original line number Diff line number Diff line Loading @@ -20,4 +20,15 @@ <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.pde.FeatureNature</nature> </natures> <filteredResources> <filter> <id>1704887424736</id> <name></name> <type>30</type> <matcher> <id>org.eclipse.core.resources.regexFilterMatcher</id> <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments> </matcher> </filter> </filteredResources> </projectDescription> features/org.etsi.mts.tdl.extras.feature/feature.xml +6 −0 Original line number Diff line number Diff line Loading @@ -314,5 +314,11 @@ any resulting litigation. install-size="0" version="0.0.0" unpack="false"/> <plugin id="org.etsi.mts.tdl.extras.yang.tools.wrapper" download-size="0" install-size="0" version="0.0.0" unpack="false"/> </feature> org.etsi.mts.tdl.extras.parent/.project +11 −0 Original line number Diff line number Diff line Loading @@ -14,4 +14,15 @@ <natures> <nature>org.eclipse.m2e.core.maven2Nature</nature> </natures> <filteredResources> <filter> <id>1704887424740</id> <name></name> <type>30</type> <matcher> <id>org.eclipse.core.resources.regexFilterMatcher</id> <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments> </matcher> </filter> </filteredResources> </projectDescription> org.etsi.mts.tdl.extras.parent/pom.xml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <modules> <!-- Converters --> <module>../plugins/org.etsi.mts.tdl.extras.openapi.generator.wrapper</module> <module>../plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper</module> <!-- Features --> <module>../features/org.etsi.mts.tdl.extras.feature</module> <!-- Update Site --> Loading Loading
README.md +3 −1 Original line number Diff line number Diff line # TOP: TDL Open source Project: Extras This repository contains additional components for the TDL Open source Project (TOP). Currently it only includes a wrapper for the OpenAPI Generator. This repository contains additional components for the TDL Open source Project (TOP). Currently, it includes: - a wrapper for the OpenAPI Generator - a wrapper for the YANG Tools More info at [TDL website](https://tdl.etsi.org)
features/org.etsi.mts.tdl.extras.feature/.project +11 −0 Original line number Diff line number Diff line Loading @@ -20,4 +20,15 @@ <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.pde.FeatureNature</nature> </natures> <filteredResources> <filter> <id>1704887424736</id> <name></name> <type>30</type> <matcher> <id>org.eclipse.core.resources.regexFilterMatcher</id> <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments> </matcher> </filter> </filteredResources> </projectDescription>
features/org.etsi.mts.tdl.extras.feature/feature.xml +6 −0 Original line number Diff line number Diff line Loading @@ -314,5 +314,11 @@ any resulting litigation. install-size="0" version="0.0.0" unpack="false"/> <plugin id="org.etsi.mts.tdl.extras.yang.tools.wrapper" download-size="0" install-size="0" version="0.0.0" unpack="false"/> </feature>
org.etsi.mts.tdl.extras.parent/.project +11 −0 Original line number Diff line number Diff line Loading @@ -14,4 +14,15 @@ <natures> <nature>org.eclipse.m2e.core.maven2Nature</nature> </natures> <filteredResources> <filter> <id>1704887424740</id> <name></name> <type>30</type> <matcher> <id>org.eclipse.core.resources.regexFilterMatcher</id> <arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments> </matcher> </filter> </filteredResources> </projectDescription>
org.etsi.mts.tdl.extras.parent/pom.xml +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <modules> <!-- Converters --> <module>../plugins/org.etsi.mts.tdl.extras.openapi.generator.wrapper</module> <module>../plugins/org.etsi.mts.tdl.extras.yang.tools.wrapper</module> <!-- Features --> <module>../features/org.etsi.mts.tdl.extras.feature</module> <!-- Update Site --> Loading