Skip to content

Commit

Permalink
Update Scala IDs for Eclipse
Browse files Browse the repository at this point in the history
Adapt the Scala nature, builder and classpath container ids in the Eclipse
project files. Importing the projects in Eclipse should now work.
  • Loading branch information
misto committed Jun 23, 2010
1 parent ff2f49d commit 3c947a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion org.scala-ide.scala.compiler/.project
Expand Up @@ -16,7 +16,7 @@
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>ch.epfl.lamp.sdt.core.scalanature</nature>
<nature>org.scala-ide.sdt.core.scalanature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
2 changes: 1 addition & 1 deletion org.scala-ide.scala.library/.project
Expand Up @@ -16,7 +16,7 @@
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>ch.epfl.lamp.sdt.core.scalanature</nature>
<nature>org.scala-ide.sdt.core.scalanature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
1 change: 1 addition & 0 deletions org.scala-ide.sdt.core/.classpath
Expand Up @@ -5,5 +5,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions org.scala-ide.sdt.core/.project
Expand Up @@ -6,7 +6,7 @@
</projects>
<buildSpec>
<buildCommand>
<name>ch.epfl.lamp.sdt.core.scalabuilder</name>
<name>org.scala-ide.sdt.core.scalabuilder</name>
<arguments>
</arguments>
</buildCommand>
Expand All @@ -23,7 +23,7 @@
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>ch.epfl.lamp.sdt.core.scalanature</nature>
<nature>org.scala-ide.sdt.core.scalanature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

0 comments on commit 3c947a4

Please sign in to comment.