Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 455a25f3689eb36a0150291d7dc9a89b2dde7052 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version='1.0' encoding='UTF-8'?>
<?compositeMetadataRepository version='1.0.0'?>
<repository name='metadata name' type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
  <properties size='2'>
    <property name='p2.compressed' value='false'/>
    <property name='p2.timestamp' value='1234'/>
    <property name='p2.atomic.composite.loading' value='false'/>
  </properties>
  <children size='2'>
    <child location='http://www.eclipse.org/foo'/>
    <child location='http://www.eclipse.org/bar'/>
  </children>
</repository>

Back to the top