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

+ added maven support to ttcn-3 export

parent 4a1ab423
Loading
Loading
Loading
Loading
+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
+3 −0
Original line number Diff line number Diff line
@@ -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>
@@ -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>
+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
+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
+2 −2
Original line number Diff line number Diff line
@@ -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>