Skip to content

Commit

Permalink
Fixed Helium 2.9.x nightly.
Browse files Browse the repository at this point in the history
The POM cleanup performed Friday removed the ``scala.version.short`` property
from the ``sbt-2.9`` profile in the ``org.scala-ide.build-toolchain`` POM file.
Added back, this should fix the build.
  • Loading branch information
dotta committed Mar 26, 2012
1 parent 684a051 commit a84e1be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions org.scala-ide.build-toolchain/pom.xml
Expand Up @@ -95,9 +95,8 @@
<profile> <profile>
<id>sbt-2.9</id> <id>sbt-2.9</id>
<properties> <properties>
<scala.compiler.groupid>org.scala-lang</scala.compiler.groupid>
<scala.compiler.version>${scala.version}</scala.compiler.version>
<version.suffix>2_09</version.suffix> <version.suffix>2_09</version.suffix>
<scala.version.short>2.9</scala.version.short>


<!-- Used as part of the directory name for compiler-interface.jar. --> <!-- Used as part of the directory name for compiler-interface.jar. -->
<scala.major.minor.version>${scala.version.short}</scala.major.minor.version> <scala.major.minor.version>${scala.version.short}</scala.major.minor.version>
Expand Down

0 comments on commit a84e1be

Please sign in to comment.