Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Fix .classpath file
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritsuku committed Sep 8, 2016
1 parent eea0ddf commit 0ab4fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .classpath
Expand Up @@ -5,9 +5,9 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_COMPILER_CONTAINER"/> <classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_COMPILER_CONTAINER"/>
<classpathentry kind="src" path="src/main/scala"/> <classpathentry kind="src" path="src/main/scala"/>
<classpathentry kind="src" path="src/test/scala-2.11"/> <classpathentry kind="src" path="src/main/scala-2.12"/>
<classpathentry kind="src" path="src/test/scala-2.12"/>
<classpathentry kind="src" path="src/test/java"/> <classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="src" path="src/test/scala"/> <classpathentry kind="src" path="src/test/scala"/>
<classpathentry kind="src" path="src/main/scala-2.11"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

0 comments on commit 0ab4fce

Please sign in to comment.