Skip to content

Commit

Permalink
Add classpath entry so that xtend files are built.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp authored and NiklasRentzCAU committed Apr 16, 2024
1 parent b91a8f5 commit 63887e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/de.cau.cs.kieler.klighd.lsp/.classpath
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.xtend.XTEND_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="maven.pomderived" value="true"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
encoding/src=UTF-8
encoding/xtend-gen=UTF-8

0 comments on commit 63887e5

Please sign in to comment.