Skip to content

Commit

Permalink
remove xtend nature from semver.ide and semver.model
Browse files Browse the repository at this point in the history
  • Loading branch information
mmews committed Dec 14, 2023
1 parent cd9e255 commit ba80df3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion plugins/org.eclipse.n4js.semver.ide/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="xtend-gen"/>
<classpathentry kind="src" path="src-gen">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
Expand Down
3 changes: 1 addition & 2 deletions plugins/org.eclipse.n4js.semver.ide/build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
source.. = src/,\
src-gen/,\
xtend-gen/
src-gen/
bin.includes = META-INF/,\
.
4 changes: 0 additions & 4 deletions plugins/org.eclipse.n4js.semver.ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,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>
</plugins>
</build>

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

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/org.eclipse.n4js.semver.model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,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

0 comments on commit ba80df3

Please sign in to comment.