Skip to content

Commit

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

0 comments on commit bec2582

Please sign in to comment.