Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

In the site.xml file, the file describing the mirrors is declared by the mirrorsURL.
The IvyDE Eclipse mirror configuration is there: http://ant.apache.org/ivy/ivyde/updatesite/eclipse-update--xml.cgiImage Removed
It declares that the plugins are also available on other updasite. Actually, Eclipse consider that the entire updatesite is mirrored. The only files that doesn't need to be mirrored is the mirrors configuration.

...

The update site is deployed on the Apache dist servers which are automatically mirrored. So the end user url for the updatesite is: http://www.apache.org/dist/ant/ivyde/updatesiteImage Removed

Only one file is hosted on the website. It is the file that declare the Apache mirrors: http://ant.apache.org/ivy/ivyde/updatesite/eclipse-update--xml.cgiImage Removed

Eclipse behaviour:

  1. Eclipse get the site.xml for the www.apache.org/dist server
  2. Eclipse then get the list of the mirrors via http://ant.apache.org/ivy/ivyde/updatesite/eclipse-update--xml.cgiImage Removed
  3. Eclipse 3.2 and 3.3 present then a list of mirrors to the end user. Eclipse 3.4 and 3.5 is selecting one without asking
  4. Then every operation will be done on the selected mirror, downloading the digest.zip, the jars, etc...