Skip to main content

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

according to
http://download.eclipse.org/eclipse/downloads/drops4/R-4.5.2-201602121500/#Repository
this should be
http://download.eclipse.org/eclipse/updates/4.5

-Matthias

On Sun, Apr 10, 2016 at 1:24 AM, paul <paul@xxxxxxxxxxxx> wrote:

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>

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top