Skip to content

Commit

Permalink
Removed classpath entries that refer to Kotlin.
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Jul 27, 2021
1 parent 37b8545 commit 23c1b40
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion org.lflang.ide/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="src" path="/org.lflang"/>
<classpathentry kind="con" path="org.jetbrains.kotlin.core.KOTLIN_CONTAINER"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
1 change: 0 additions & 1 deletion org.lflang.tests/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="con" path="org.jetbrains.kotlin.core.KOTLIN_CONTAINER"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
1 change: 0 additions & 1 deletion org.lflang.web/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.jetbrains.kotlin.core.KOTLIN_CONTAINER"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>
1 change: 0 additions & 1 deletion org.lflang/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="con" path="org.jetbrains.kotlin.core.KOTLIN_CONTAINER"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>

0 comments on commit 23c1b40

Please sign in to comment.