Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] What is the current url and id for mars?


I am working through a Tycho tutorial that is a couple years old.  At the time the current version was luna.  Now the current version is mars.  What is the correct values for the following tags with Mars.

  <repositories>
    <!-- configure p2 repository to resolve against -->
    <repository>
      <id>eclipse-project-luna</id>
      <layout>p2</layout>
      <url>http://download.eclipse.org/eclipse/updates/4.4milestones</url>
    </repository>
  </repositories>

Back to the top