Skip to content

Commit

Permalink
cleanup obsolete xtend bundle natures
Browse files Browse the repository at this point in the history
  • Loading branch information
mmews committed Dec 15, 2023
1 parent 19c5c0c commit 47568b1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 15 deletions.
4 changes: 0 additions & 4 deletions plugins/org.eclipse.n4js.cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ Contributors:
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down
1 change: 0 additions & 1 deletion plugins/org.eclipse.n4js.common.unicode/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src-gen">
<attributes>
Expand Down
3 changes: 1 addition & 2 deletions plugins/org.eclipse.n4js.common.unicode/build.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
source.. = src/,\
src-gen/,\
grammar-gen/,\
xtend-gen/
grammar-gen/
bin.includes = META-INF/,\
.,\
about.html
6 changes: 0 additions & 6 deletions plugins/org.eclipse.n4js.common.unicode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ Contributors:
</execution>
</executions>
</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.common.unicode/xtend-gen/.gitignore

This file was deleted.

0 comments on commit 47568b1

Please sign in to comment.