Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5f44a0850cb9fdaa068841f0077cfe4d30452c4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version='1.0' encoding='UTF-8'?>
<?artifactRepository class='org.eclipse.equinox.internal.provisional.p2.core.repository.ICompositeRepository' version='1.0.0'?>
<repository name='artifact name' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1'>
  <properties size='2'>
    <property name='p2.compressed' value='false'/>
    <property name='p2.timestamp' value='1226685461796'/>
  </properties>
  <UNRECOGNIZEDTAG>
  </UNRECOGNIZEDTAG>
  <children size='2'>
    <child loaction='http://www.eclipse.org/foo'/>
    <child location='http://www.eclipse.org/bar'/>
  </children>
</repository>

Back to the top