From cd9e255cc4032dc42e8f77d48bd65a808f3e6efa Mon Sep 17 00:00:00 2001 From: mmews Date: Thu, 14 Dec 2023 14:32:37 +0100 Subject: [PATCH] remove xtend nature from bundle transpiler --- plugins/org.eclipse.n4js.transpiler/.classpath | 1 - plugins/org.eclipse.n4js.transpiler/build.properties | 1 - plugins/org.eclipse.n4js.transpiler/pom.xml | 4 ---- plugins/org.eclipse.n4js.transpiler/xtend-gen/.gitignore | 2 -- 4 files changed, 8 deletions(-) delete mode 100644 plugins/org.eclipse.n4js.transpiler/xtend-gen/.gitignore diff --git a/plugins/org.eclipse.n4js.transpiler/.classpath b/plugins/org.eclipse.n4js.transpiler/.classpath index 3bc8444c24..bc000d436d 100644 --- a/plugins/org.eclipse.n4js.transpiler/.classpath +++ b/plugins/org.eclipse.n4js.transpiler/.classpath @@ -1,7 +1,6 @@ - diff --git a/plugins/org.eclipse.n4js.transpiler/build.properties b/plugins/org.eclipse.n4js.transpiler/build.properties index d9f34fffdd..0c38f4c755 100644 --- a/plugins/org.eclipse.n4js.transpiler/build.properties +++ b/plugins/org.eclipse.n4js.transpiler/build.properties @@ -1,5 +1,4 @@ source.. = src/,\ - xtend-gen/,\ emf-gen/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/plugins/org.eclipse.n4js.transpiler/pom.xml b/plugins/org.eclipse.n4js.transpiler/pom.xml index 786855639e..142a1e8d89 100644 --- a/plugins/org.eclipse.n4js.transpiler/pom.xml +++ b/plugins/org.eclipse.n4js.transpiler/pom.xml @@ -41,10 +41,6 @@ Contributors: maven-resources-plugin ${maven-resources-plugin.version} - - org.eclipse.xtend - xtend-maven-plugin - diff --git a/plugins/org.eclipse.n4js.transpiler/xtend-gen/.gitignore b/plugins/org.eclipse.n4js.transpiler/xtend-gen/.gitignore deleted file mode 100644 index c96a04f008..0000000000 --- a/plugins/org.eclipse.n4js.transpiler/xtend-gen/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore \ No newline at end of file