Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6b5c5e94b7bcec6b3bef2830c5c127c74e0bd0ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='artifact name' type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
  <properties size='3'>
    <property name='p2.compressed' value='false'/>
    <property name='p2.timestamp' value='1234'/>
    <property name='p2.atomic.composite.loading' value='true'/>
  </properties>
  <children size='3'>
    <child location='one'/>
    <child location='two'/>
    <child location='three'/>
  </children>
</repository>

Back to the top