Skip to content

Commit

Permalink
Added ScalaTest plugin to dev-scala-ide-master-scala-trunk build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeseng committed Sep 6, 2012
1 parent 3427295 commit 077c0cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dev-scala-ide-master-scala-trunk/pom.xml
Expand Up @@ -28,7 +28,7 @@

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

<repositories>
Expand All @@ -53,13 +53,13 @@
<url>${repo.scala-ide}</url>
<snapshots><enabled>false</enabled></snapshots>
</repository>
<!--<repository>
<repository>
<id>scala-ide.scalatest</id>
<name>Scalatest for Scala IDE p2 repository</name>
<layout>p2</layout>
<url>${repo.scala-ide.scalatest}</url>
<snapshots><enabled>false</enabled></snapshots>
</repository>-->
</repository>
</repositories>

<build>
Expand Down
6 changes: 3 additions & 3 deletions dev-scala-ide-master-scala-trunk/site.xml
Expand Up @@ -9,14 +9,14 @@
<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.3">
<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.3">
<category name="source"/>
</feature>-->
</feature>
<category-def name="sdt" label="Scala IDE for Eclipse"/>
<!--<category-def name="sdt.scalatest" label="ScalaTest for Scala IDE"/>-->
<category-def name="sdt.scalatest" label="ScalaTest for Scala IDE"/>
<category-def name="dev" label="Scala IDE for Eclipse development support"/>
<category-def name="source" label="Sources"/>
</site>

0 comments on commit 077c0cc

Please sign in to comment.