Skip to content

Instantly share code, notes, and snippets.

@nickboldt
Created January 6, 2016 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickboldt/80da4b3548ab2b93e336 to your computer and use it in GitHub Desktop.
Save nickboldt/80da4b3548ab2b93e336 to your computer and use it in GitHub Desktop.
bug 483322 :: /releases/neon/maintenance/composite*.xml
In http://download.eclipse.org/releases/neon/maintenance/, we could have:
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='Eclipse Neon Simrel Update Site, including Maintenance' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.compressed' value='true'/>
<property name='p2.timestamp' value='1445951515000'/>
</properties>
<children size='5'>
<child location='http://download.eclipse.org/releases/neon/'/>
<child location='http://download.eclipse.org/eclipse/updates/4.6/'/>
<child location='http://download.eclipse.org/webtools/updates/3.8/'/>
<child location='http://download.eclipse.org/cdt/updates/7.9/'/>
<child location='http://download.eclipse.org/mylyn/updates/3.45/'/>
...
</children>
</repository>
and
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='Eclipse Neon Simrel Update Site, including Maintenance' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
<properties size='2'>
<property name='p2.compressed' value='true'/>
<property name='p2.timestamp' value='1445951507000'/>
</properties>
<children size='5'>
<child location='http://download.eclipse.org/releases/neon/'/>
<child location='http://download.eclipse.org/eclipse/updates/4.6/'/>
<child location='http://download.eclipse.org/webtools/updates/3.8/'/>
<child location='http://download.eclipse.org/cdt/updates/7.9/'/>
<child location='http://download.eclipse.org/mylyn/updates/3.45/'/>
...
</children>
</repository>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment