Skip to content

Commit

Permalink
Fix 2.9.x builds,updated manifest to latest 0.11 sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertp committed Sep 22, 2011
1 parent 0d8b10a commit b38b307
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.scala-ide.build-toolchain/build-toolchain-2.9.1.sh
Expand Up @@ -15,7 +15,7 @@ SCALA_PRECOMPILED=2_9_1-SNAPSHOT
# The scala version that was used to compile SBT dependencies (it is part of the artifact name)
# It is usually enough to have a binary compatible version of SCALA_VERSION
# For instance, here we can use 2.9.0, for a 2.9.1 compiler
SBT_SCALA_VERSION=2.9.0-1
SBT_SCALA_VERSION=2.9.1

SBINARY_VERSION=0.4.0

Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.build-toolchain/build-toolchain-2.9.x.sh
Expand Up @@ -15,7 +15,7 @@ SCALA_PRECOMPILED=2_9_1-SNAPSHOT
# The scala version that was used to compile SBT dependencies (it is part of the artifact name)
# It is usually enough to have a binary compatible version of SCALA_VERSION
# For instance, here we can use 2.9.0, for a 2.9.1 compiler
SBT_SCALA_VERSION=2.9.0-1
SBT_SCALA_VERSION=2.9.1

SBINARY_VERSION=0.4.0

Expand Down
2 changes: 1 addition & 1 deletion org.scala-ide.sdt.core/META-INF/MANIFEST.MF
Expand Up @@ -42,7 +42,7 @@ Require-Bundle:
org.scala-ide.scala.library,
org.scala-ide.scala.compiler,
org.scala-refactoring.library,
org.scala-ide.sbt.full.library;bundle-version="[0.10.3,0.10.4)",
org.scala-ide.sbt.full.library;bundle-version="[0.10.3,0.11.0)",
scalariform,
org.junit4;bundle-version="4.5.0",
org.eclipse.ui.browser;bundle-version="3.3.0"
Expand Down

0 comments on commit b38b307

Please sign in to comment.