Commit dc5bc131 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added yang tools wrapper

* updated readme and manifests
parent 7d6f196f
Loading
Loading
Loading
Loading
Loading
+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)
+11 −0
Original line number Diff line number Diff line
@@ -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>
+6 −0
Original line number Diff line number Diff line
@@ -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>
+11 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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