Loading org.etsi.mts.tdl.parent/pom.xml +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <module>../plugins/org.etsi.mts.tdl.to2tdl</module> <module>../plugins/org.etsi.mts.tdl.asn2tdl</module> <module>../plugins/org.etsi.mts.tdl.yang2tdl</module> <module>../plugins/org.etsi.mts.tdl.yang2json</module> <module>../plugins/org.etsi.mts.tdl.ttcn3</module> <module>../plugins/org.etsi.mts.tdl.ttcn3.ui</module> <module>../plugins/org.etsi.mts.tdl.importers.ui</module> Loading plugins/org.etsi.mts.tdl.yang2json/.classpath 0 → 100644 +11 −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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> <attributes> <attribute name="module" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="output" path="target/classes"/> </classpath> plugins/org.etsi.mts.tdl.yang2json/.project 0 → 100644 +45 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>org.etsi.mts.tdl.yang2json</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.pde.ManifestBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.pde.SchemaBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.m2e.core.maven2Builder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> <filteredResources> <filter> <id>1705077780129</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> plugins/org.etsi.mts.tdl.yang2json/.settings/org.eclipse.core.resources.prefs 0 → 100644 +2 −0 Original line number Diff line number Diff line eclipse.preferences.version=1 encoding/<project>=UTF-8 plugins/org.etsi.mts.tdl.yang2json/.settings/org.eclipse.jdt.core.prefs 0 → 100644 +9 −0 Original line number Diff line number Diff line eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning org.eclipse.jdt.core.compiler.release=enabled org.eclipse.jdt.core.compiler.source=11 Loading
org.etsi.mts.tdl.parent/pom.xml +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <module>../plugins/org.etsi.mts.tdl.to2tdl</module> <module>../plugins/org.etsi.mts.tdl.asn2tdl</module> <module>../plugins/org.etsi.mts.tdl.yang2tdl</module> <module>../plugins/org.etsi.mts.tdl.yang2json</module> <module>../plugins/org.etsi.mts.tdl.ttcn3</module> <module>../plugins/org.etsi.mts.tdl.ttcn3.ui</module> <module>../plugins/org.etsi.mts.tdl.importers.ui</module> Loading
plugins/org.etsi.mts.tdl.yang2json/.classpath 0 → 100644 +11 −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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11"> <attributes> <attribute name="module" value="true"/> </attributes> </classpathentry> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="output" path="target/classes"/> </classpath>
plugins/org.etsi.mts.tdl.yang2json/.project 0 → 100644 +45 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>org.etsi.mts.tdl.yang2json</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.pde.ManifestBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.pde.SchemaBuilder</name> <arguments> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.m2e.core.maven2Builder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.m2e.core.maven2Nature</nature> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> </natures> <filteredResources> <filter> <id>1705077780129</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>
plugins/org.etsi.mts.tdl.yang2json/.settings/org.eclipse.core.resources.prefs 0 → 100644 +2 −0 Original line number Diff line number Diff line eclipse.preferences.version=1 encoding/<project>=UTF-8
plugins/org.etsi.mts.tdl.yang2json/.settings/org.eclipse.jdt.core.prefs 0 → 100644 +9 −0 Original line number Diff line number Diff line eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning org.eclipse.jdt.core.compiler.release=enabled org.eclipse.jdt.core.compiler.source=11