Skip to main content
summaryrefslogtreecommitdiffstats
blob: 19e55d74605a0504749abafd5fdfd8b5bb2ed900 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version='1.0' encoding='UTF-8'?>
<?artifactRepository class='org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository' version='1.0.0'?>
<repository name='Good Test Repository' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1' description='Good test repository description'>
  <properties size='3'>
    <property name='p2.compressed' value='false'/>
    <property name='p2.timestamp' value='1218734853468'/>
    <property name='p2.system' value='false'/>
  </properties>
  <mappings size='3'>
    <rule filter='(&amp; (classifier=osgi.bundle))' output='${repoUrl}/plugins/${id}_${version}.jar'/>
    <rule filter='(&amp; (classifier=binary))' output='${repoUrl}/binary/${id}_${version}'/>
    <rule filter='(&amp; (classifier=org.eclipse.update.feature))' output='${repoUrl}/features/${id}_${version}.jar'/>
  </mappings>
  <artifacts size='2'>
    <artifact classifier='osgi.bundle' id='aaPlugin' version='1.0.0'>
      <properties size='3'>
        <property name='artifact.size' value='469'/>
        <property name='download.size' value='469'/>
        <property name='download.contentType' value='application/zip'/>
      </properties>
    </artifact>
    <artifact classifier='org.eclipse.update.feature' id='aaFeature' version='1.0.0'>
      <properties size='2'>
        <property name='artifact.size' value='670'/>
        <property name='download.size' value='670'/>
      </properties>
    </artifact>
  </artifacts>
</repository>

Back to the top