Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated ScalaTest plugin version from 0.9.2 to 0.9.3.
  • Loading branch information
cheeseng committed Aug 17, 2012
1 parent d329de4 commit f1758a5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -29,7 +29,7 @@ http://download.scala-ide.org/ecosystem/dev-2.0-2.9/site/
Contains development version of plugins for Scala IDE 2.0.2 and Scala 2.9.2.

* Scala IDE 2.0.2 - `website`__
* ScalaTest plugin for Scala IDE 0.9.2 - `project page`__
* ScalaTest plugin for Scala IDE 0.9.3 - `project page`__

__ scala-ide_
__ scalatest plugin_
Expand All @@ -44,7 +44,7 @@ http://download.scala-ide.org/ecosystem/dev-master-2.9/site/
Contains development version of plugins for Scala IDE 2.1.x and Scala 2.9.x.

* Scala IDE 2.1.x - `website`__
* ScalaTest plugin for Scala IDE 0.9.2 - `project page`__
* ScalaTest plugin for Scala IDE 0.9.3 - `project page`__

__ scala-ide_
__ scalatest plugin_
Expand Down
2 changes: 1 addition & 1 deletion dev-scala-ide-2.0-scala-2.9/README.rst
Expand Up @@ -4,4 +4,4 @@ Scala IDE ecosystem dev (Scala IDE 2.0.2, Scala 2.9.2)
Contains development version of plugins for Scala IDE 2.0.2 and Scala 2.9.2.

* Scala IDE 2.0.2
* ScalaTest plugin for Scala IDE 0.9.2
* ScalaTest plugin for Scala IDE 0.9.3
2 changes: 1 addition & 1 deletion dev-scala-ide-2.0-scala-2.9/pom.xml
Expand Up @@ -28,7 +28,7 @@

<!-- plugin repos -->
<repo.scala-ide>${repo.scala-ide.root}/releases-29/stable/tycho-site</repo.scala-ide>
<repo.scala-ide.scalatest>http://www.artima.com/newplugins2/stable</repo.scala-ide.scalatest>
<repo.scala-ide.scalatest>http://www.artima.com/newplugins3/stable</repo.scala-ide.scalatest>
</properties>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions dev-scala-ide-2.0-scala-2.9/site.xml
Expand Up @@ -9,10 +9,10 @@
<feature url="features/org.scala-ide.sdt.dev.feature_0.0.0.jar" id="org.scala-ide.sdt.dev.feature" version="2.0.2">
<category name="dev"/>
</feature>
<feature url="features/org.scala-ide.sdt.scalatest.feature_0.0.0.jar" id="org.scala-ide.sdt.scalatest.feature" version="0.9.2">
<feature url="features/org.scala-ide.sdt.scalatest.feature_0.0.0.jar" id="org.scala-ide.sdt.scalatest.feature" version="0.9.3">
<category name="sdt.scalatest"/>
</feature>
<feature url="features/org.scala-ide.sdt.scalatest.source.feature_0.0.0.jar" id="org.scala-ide.sdt.scalatest.source.feature" version="0.9.2">
<feature url="features/org.scala-ide.sdt.scalatest.source.feature_0.0.0.jar" id="org.scala-ide.sdt.scalatest.source.feature" version="0.9.3">
<category name="source"/>
</feature>
<category-def name="sdt" label="Scala IDE for Eclipse"/>
Expand Down
2 changes: 1 addition & 1 deletion dev-scala-ide-master-scala-2.9/README.rst
Expand Up @@ -4,4 +4,4 @@ Scala IDE ecosystem dev (Scala IDE 2.1.x, Scala 2.9.x)
Contains development version of plugins for Scala IDE 2.1.x and Scala 2.9.x.

* Scala IDE 2.1.x
* ScalaTest plugin for Scala IDE 0.9.2
* ScalaTest plugin for Scala IDE 0.9.3
2 changes: 1 addition & 1 deletion dev-scala-ide-master-scala-2.9/pom.xml
Expand Up @@ -28,7 +28,7 @@

<!-- plugin repos -->
<repo.scala-ide>${repo.scala-ide.root}/nightly-update-master-29x</repo.scala-ide>
<repo.scala-ide.scalatest>http://www.artima.com/newplugins2/dev</repo.scala-ide.scalatest>
<repo.scala-ide.scalatest>http://www.artima.com/newplugins3/dev</repo.scala-ide.scalatest>
</properties>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions dev-scala-ide-master-scala-2.9/site.xml
Expand Up @@ -9,10 +9,10 @@
<feature url="features/org.scala-ide.sdt.dev.feature_0.0.0.jar" id="org.scala-ide.sdt.dev.feature" version="2.1.0">
<category name="dev"/>
</feature>
<feature url="features/org.scala-ide.sdt.scalatest.feature_0.0.0.jar" id="org.scala-ide.sdt.scalatest.feature" version="0.9.2">
<feature url="features/org.scala-ide.sdt.scalatest.feature_0.0.0.jar" id="org.scala-ide.sdt.scalatest.feature" version="0.9.3">
<category name="sdt.scalatest"/>
</feature>
<feature url="features/org.scala-ide.sdt.scalatest.source.feature_0.0.0.jar" id="org.scala-ide.sdt.scalatest.source.feature" version="0.9.2">
<feature url="features/org.scala-ide.sdt.scalatest.source.feature_0.0.0.jar" id="org.scala-ide.sdt.scalatest.source.feature" version="0.9.3">
<category name="source"/>
</feature>
<category-def name="sdt" label="Scala IDE for Eclipse"/>
Expand Down

0 comments on commit f1758a5

Please sign in to comment.