Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMengxin Zhu2012-02-09 10:54:44 +0000
committerMengxin Zhu2012-02-09 10:54:44 +0000
commit91027ecca979ba174a9617241ff3999250490ae9 (patch)
tree1d8319216de7712aa9f073e53b6746647ab98a1e /bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo
parent5d2d6401627c5851207411a25c44dd56c17958da (diff)
downloadrt.equinox.p2-91027ecca979ba174a9617241ff3999250490ae9.tar.gz
rt.equinox.p2-91027ecca979ba174a9617241ff3999250490ae9.tar.xz
rt.equinox.p2-91027ecca979ba174a9617241ff3999250490ae9.zip
Rework the download progress event reports in the scenario of multiple agents. Signed-off-by: Mengxin Zhu <kane.zhu@windriver.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo')
-rw-r--r--bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo/content.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo/content.xml b/bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo/content.xml
new file mode 100644
index 000000000..fbcb1c4a5
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.testserver/webfiles/emptyJarRepo/content.xml
@@ -0,0 +1,29 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?metadataRepository version='1.1.0'?>
+
+<repository name='Test Repo'
+ type='org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository'
+ version='1'>
+
+ <properties size='1'>
+ <property name='p2.timestamp' value='1239212031654' />
+ </properties>
+
+ <units size='4'>
+ <unit id='A' version='1.0.0'>
+ <properties>
+ <property name='org.eclipse.equinox.p2.type.group' value='true' />
+ </properties>
+ <artifacts size='1'>
+ <artifact classifier='test.txt' id='HelloWorldText'
+ version='1.0.0' />
+ </artifacts>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='A'
+ version='1.0.0' />
+ </provides>
+ <touchpoint id="org.eclipse.equinox.p2.native" version="1.0.0"/>
+ </unit>
+ </units>
+
+</repository> \ No newline at end of file

Back to the top