Skip to content

Commit

Permalink
Added tycho-versions plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
dragos committed Sep 12, 2012
1 parent a0b43fa commit 55eab4f
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions pom.xml
Expand Up @@ -53,15 +53,25 @@
</properties>

<profiles>
<!-- this is the default profile, using the stable builds-->
<profile>
<!-- this is the default profile, using the stable builds-->
<id>scala-ide-2.0-scala-2.9</id>
<!-- Milestone Scala IDE with Scala 2.9 -->
<id>scala-ide-milestone-scala-2.9</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<repo.scala-ide>${repo.scala-ide.root}/incoming-release-29/jenkins/site</repo.scala-ide>
</properties>
</profile>
<profile>
<!-- 2.0.x Scala IDE with Scala 2.9 -->
<id>scala-ide-2.0.x-scala-2.9</id>
<!-- Milestone Scala IDE with Scala 2.9 -->
<id>scala-ide-milestone-scala-2.10</id>
<properties>
<repo.scala-ide>${repo.scala-ide.root}/nightly-update-2-0-x-29x</repo.scala-ide>
<scala.version>2.10.0-SNAPSHOT</scala.version>
<version.suffix>2_10</version.suffix>
<scala.version.short>2.10</scala.version.short>
<repo.scala-ide>${repo.scala-ide.root}/incoming-release-210/jenkins/site</repo.scala-ide>
</properties>
</profile>
<profile>
Expand Down Expand Up @@ -282,6 +292,11 @@
<archiveSite>true</archiveSite>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-versions-plugin</artifactId>
<version>${tycho.version}</version>
</plugin>
<!-- plugin used to extract the git hash-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 55eab4f

Please sign in to comment.