Loading features/org.etsi.mts.tdl.ttcn3.feature/pom.xml 0 → 100644 +18 −0 Original line number Diff line number Diff line <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.etsi.mts.tdl</groupId> <artifactId>org.etsi.mts.tdl.parent</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>../../org.etsi.mts.tdl.parent</relativePath> </parent> <artifactId>org.etsi.mts.tdl.ttcn3.feature</artifactId> <packaging>eclipse-feature</packaging> <name>TDL GR Editor Feature</name> </project> No newline at end of file org.etsi.mts.tdl.parent/pom.xml +3 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <module>../plugins/org.etsi.mts.tdl.json2tdl</module> <module>../plugins/org.etsi.mts.tdl.to2tdl</module> <module>../plugins/org.etsi.mts.tdl.asn2tdl</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> <!-- Converters Legacy --> <module>../plugins/org.etsi.mts.tdl.tools.to.docx</module> Loading Loading @@ -63,6 +65,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <module>../features/org.etsi.mts.tdl.util.feature</module> <module>../features/org.etsi.mts.tdl.tools.to.docx.feature</module> <module>../features/org.etsi.mts.tdl.graphical.editor.feature</module> <module>../features/org.etsi.mts.tdl.ttcn3.feature</module> <!-- Update Site --> <module>../updatesite/org.etsi.mts.tdl.updatesite</module> </modules> Loading plugins/org.etsi.mts.tdl.ttcn3.ui/pom.xml 0 → 100644 +19 −0 Original line number Diff line number Diff line <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.etsi.mts.tdl</groupId> <artifactId>org.etsi.mts.tdl.parent</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>../../org.etsi.mts.tdl.parent</relativePath> </parent> <artifactId>org.etsi.mts.tdl.ttcn3.ui</artifactId> <packaging>eclipse-plugin</packaging> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin> </plugins> </build> </project> No newline at end of file plugins/org.etsi.mts.tdl.ttcn3/pom.xml 0 → 100644 +19 −0 Original line number Diff line number Diff line <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.etsi.mts.tdl</groupId> <artifactId>org.etsi.mts.tdl.parent</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>../../org.etsi.mts.tdl.parent</relativePath> </parent> <artifactId>org.etsi.mts.tdl.ttcn3</artifactId> <packaging>eclipse-plugin</packaging> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin> </plugins> </build> </project> No newline at end of file updatesite/org.etsi.mts.tdl.updatesite/category.xml +2 −2 Original line number Diff line number Diff line Loading @@ -21,9 +21,9 @@ <feature id="org.etsi.mts.tdl.tools.to.docx.feature"> <category name="org.etsi.mts.tdl"/> </feature> <!-- <feature url="features/org.etsi.mts.tdl.ttcn3.feature_1.0.0.qualifier.jar" id="org.etsi.mts.tdl.ttcn3.feature" version="1.0.0.qualifier"> <feature id="org.etsi.mts.tdl.ttcn3.feature"> <category name="org.etsi.mts.tdl"/> </feature> --> </feature> <feature id="org.etsi.mts.tdl.constraints.feature"> <category name="org.etsi.mts.tdl"/> </feature> Loading Loading
features/org.etsi.mts.tdl.ttcn3.feature/pom.xml 0 → 100644 +18 −0 Original line number Diff line number Diff line <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.etsi.mts.tdl</groupId> <artifactId>org.etsi.mts.tdl.parent</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>../../org.etsi.mts.tdl.parent</relativePath> </parent> <artifactId>org.etsi.mts.tdl.ttcn3.feature</artifactId> <packaging>eclipse-feature</packaging> <name>TDL GR Editor Feature</name> </project> No newline at end of file
org.etsi.mts.tdl.parent/pom.xml +3 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <module>../plugins/org.etsi.mts.tdl.json2tdl</module> <module>../plugins/org.etsi.mts.tdl.to2tdl</module> <module>../plugins/org.etsi.mts.tdl.asn2tdl</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> <!-- Converters Legacy --> <module>../plugins/org.etsi.mts.tdl.tools.to.docx</module> Loading Loading @@ -63,6 +65,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <module>../features/org.etsi.mts.tdl.util.feature</module> <module>../features/org.etsi.mts.tdl.tools.to.docx.feature</module> <module>../features/org.etsi.mts.tdl.graphical.editor.feature</module> <module>../features/org.etsi.mts.tdl.ttcn3.feature</module> <!-- Update Site --> <module>../updatesite/org.etsi.mts.tdl.updatesite</module> </modules> Loading
plugins/org.etsi.mts.tdl.ttcn3.ui/pom.xml 0 → 100644 +19 −0 Original line number Diff line number Diff line <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.etsi.mts.tdl</groupId> <artifactId>org.etsi.mts.tdl.parent</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>../../org.etsi.mts.tdl.parent</relativePath> </parent> <artifactId>org.etsi.mts.tdl.ttcn3.ui</artifactId> <packaging>eclipse-plugin</packaging> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin> </plugins> </build> </project> No newline at end of file
plugins/org.etsi.mts.tdl.ttcn3/pom.xml 0 → 100644 +19 −0 Original line number Diff line number Diff line <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.etsi.mts.tdl</groupId> <artifactId>org.etsi.mts.tdl.parent</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>../../org.etsi.mts.tdl.parent</relativePath> </parent> <artifactId>org.etsi.mts.tdl.ttcn3</artifactId> <packaging>eclipse-plugin</packaging> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin> </plugins> </build> </project> No newline at end of file
updatesite/org.etsi.mts.tdl.updatesite/category.xml +2 −2 Original line number Diff line number Diff line Loading @@ -21,9 +21,9 @@ <feature id="org.etsi.mts.tdl.tools.to.docx.feature"> <category name="org.etsi.mts.tdl"/> </feature> <!-- <feature url="features/org.etsi.mts.tdl.ttcn3.feature_1.0.0.qualifier.jar" id="org.etsi.mts.tdl.ttcn3.feature" version="1.0.0.qualifier"> <feature id="org.etsi.mts.tdl.ttcn3.feature"> <category name="org.etsi.mts.tdl"/> </feature> --> </feature> <feature id="org.etsi.mts.tdl.constraints.feature"> <category name="org.etsi.mts.tdl"/> </feature> Loading