Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMengxin Zhu2011-09-02 07:18:09 +0000
committerMengxin Zhu2011-09-02 08:07:23 +0000
commitdf0e3ecefa5df573f6b51a49155442d83fdb2a5f (patch)
tree726a1f93126212e5816f9b178f17cff618876b6c /bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo/artifacts.xml
parent8c591f781927fc324e96d166f1af22d125c8372a (diff)
downloadrt.equinox.p2-df0e3ecefa5df573f6b51a49155442d83fdb2a5f.tar.gz
rt.equinox.p2-df0e3ecefa5df573f6b51a49155442d83fdb2a5f.tar.xz
rt.equinox.p2-df0e3ecefa5df573f6b51a49155442d83fdb2a5f.zip
fix 350014 to use a system property to set the retrying number if socketv20110902-0807
timeout happened Change-Id: I1bab6db693a3ee739e058bda1a4d00fbc8bd1eb8
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo/artifacts.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo/artifacts.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo/artifacts.xml b/bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo/artifacts.xml
new file mode 100644
index 000000000..914362402
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo/artifacts.xml
@@ -0,0 +1,52 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?artifactRepository class='org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository' version='1.0.0'?>
+<repository name='HelloWorld Artifacts' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1.0.0'>
+ <properties size='5'>
+ <property name='publishPackFilesAsSiblings' value='true'/>
+ <property name='p2.compressed' value='false'/>
+ <property name='p2.timestamp' value='1222368069078'/>
+ <property name='eclipse.p2.force.threading' value='true'/>
+ <property name='p2.mirrorsURL' value='mirrors.xml'/>
+ </properties>
+ <mappings size='6'>
+ <rule filter='(&amp; (classifier=osgi.bundle) (format=packed))' output='${repoUrl}/plugins/${id}_${version}.jar.pack.gz'/>
+ <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'/>
+ <rule filter='(&amp; (classifier=test.txt) (format=packed))' output='${repoUrl}/plugins/${id}_${version}.txt.pack.gz'/>
+ <rule filter='(&amp; (classifier=test.txt))' output='${repoUrl}/plugins/${id}_${version}.txt'/>
+ </mappings>
+ <artifacts size='4'>
+ <artifact classifier='org.eclipse.update.feature' id='HelloWorldFeature' version='1.0.0'>
+ <properties size='2'>
+ <property name='artifact.size' value='0'/>
+ <property name='download.size' value='0'/>
+ </properties>
+ </artifact>
+ <artifact classifier='test.txt' id='HelloWorldText' version='1.0.0'>
+ <properties size='3'>
+ <property name='artifact.size' value='12'/>
+ <property name='download.size' value='12'/>
+ <property name='download.md5' value='ed076287532e86365e841e92bfc50d8c'/>
+ </properties>
+ </artifact>
+ <artifact classifier='test.txt' id='fail_to_canonical' version='1.0.0'>
+ <properties size='3'>
+ <property name='artifact.size' value='12'/>
+ <property name='download.size' value='12'/>
+ <property name='download.md5' value='ed076287532e86365e841e92bfc50d8c'/>
+ </properties>
+ </artifact>
+ <artifact classifier='test.txt' id='fail_to_canonical' version='1.0.0'>
+ <processing size='1'>
+ <step id='org.eclipse.equinox.p2.processing.Pack200Unpacker' required='true'/>
+ </processing>
+ <properties size='4'>
+ <property name='artifact.size' value='12'/>
+ <property name='download.size' value='12'/>
+ <property name='download.md5' value='ed076287532e86365e841e92bfc50d8c'/>
+ <property name='format' value='packed'/>
+ </properties>
+ </artifact>
+ </artifacts>
+</repository> \ No newline at end of file

Back to the top