Fix kotlin ref

Sneaky kotlin. There's a reference to kotlinBuilder in the r4b project, likely autogenerated and committed, that breaks the build on systems without that specific kotlin setup.
This commit is contained in:
dotasek 2022-02-08 09:36:55 -05:00
parent 045299ae7a
commit 223f55b817
1 changed files with 0 additions and 13 deletions

View File

@ -5,11 +5,6 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.jetbrains.kotlin.ui.kotlinBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
@ -22,15 +17,7 @@
</buildCommand>
</buildSpec>
<natures>
<nature>org.jetbrains.kotlin.core.kotlinNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<linkedResources>
<link>
<name>kotlin_bin</name>
<type>2</type>
<locationURI>org.jetbrains.kotlin.core.filesystem:/org.hl7.fhir.r4b/kotlin_bin</locationURI>
</link>
</linkedResources>
</projectDescription>