Skip to content

Commit

Permalink
remove xtend nature from bundle transpiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mmews committed Dec 14, 2023
1 parent 36a891c commit cd9e255
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion plugins/org.eclipse.n4js.transpiler/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="src" path="emf-gen">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
Expand Down
1 change: 0 additions & 1 deletion plugins/org.eclipse.n4js.transpiler/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source.. = src/,\
xtend-gen/,\
emf-gen/
output.. = bin/
bin.includes = META-INF/,\
Expand Down
4 changes: 0 additions & 4 deletions plugins/org.eclipse.n4js.transpiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ Contributors:
<artifactId>maven-resources-plugin</artifactId>
<version>${maven-resources-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down
2 changes: 0 additions & 2 deletions plugins/org.eclipse.n4js.transpiler/xtend-gen/.gitignore

This file was deleted.

0 comments on commit cd9e255

Please sign in to comment.