Skip to content

Commit 1ac0eef

Browse files
committed
Removed the build of 2.10 for 4.0, which is no longer needed.
1 parent 3b03471 commit 1ac0eef

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ecosystem-build.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ rm org.scala-ide.sdt.scalatest.feature/feature.xml.original
5656
rm org.scala-ide.sdt.scalatest.source.feature/feature.xml.original
5757
rm org.scala-ide.sdt.scalatest.tests/META-INF/MANIFEST.MF.original
5858
rm org.scala-ide.sdt.scalatest/META-INF/MANIFEST.MF.original
59-
git checkout kepler-nightly
60-
build scala-ide-4.0 http://download.scala-ide.org/sdk/lithium/e38/scala210/dev/site/ 2.10.4 e38-scala210-4.0 http://download.eclipse.org/releases/juno/
61-
git checkout .
62-
rm org.scala-ide.sdt.scalatest.feature/feature.xml.original
63-
rm org.scala-ide.sdt.scalatest.source.feature/feature.xml.original
64-
rm org.scala-ide.sdt.scalatest.tests/META-INF/MANIFEST.MF.original
65-
rm org.scala-ide.sdt.scalatest/META-INF/MANIFEST.MF.original
6659
git checkout kepler-nightly-2.11
6760
build scala-ide-4.0-2_11 http://download.scala-ide.org/sdk/lithium/e38/scala211/stable/site 2.11.6 e38-scala211-4.0 http://download.eclipse.org/releases/juno/
6861
git checkout .
@@ -77,7 +70,6 @@ mvn -Drepo.dest=${TARGET_DIR}/combined -Drepo.source=file://${TARGET_DIR}/e37-sc
7770
mvn -Drepo.dest=${TARGET_DIR}/combined -Drepo.source=file://${TARGET_DIR}/e38-scala29-3.0 package
7871
mvn -Drepo.dest=${TARGET_DIR}/combined -Drepo.source=file://${TARGET_DIR}/e37-scala210-3.0 package
7972
mvn -Drepo.dest=${TARGET_DIR}/combined -Drepo.source=file://${TARGET_DIR}/e38-scala210-3.0 package
80-
mvn -Drepo.dest=${TARGET_DIR}/combined -Drepo.source=file://${TARGET_DIR}/e38-scala210-4.0 package
8173
mvn -Drepo.dest=${TARGET_DIR}/combined -Drepo.source=file://${TARGET_DIR}/e38-scala211-3.0 package
8274
mvn -Drepo.dest=${TARGET_DIR}/combined -Drepo.source=file://${TARGET_DIR}/e38-scala211-4.0 package
8375
mvn -Drepo.dest=${TARGET_DIR}/combined -Drepo.source=file://${TARGET_DIR}/e44-scala211-4.0 package

0 commit comments

Comments
 (0)