Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'update/org.eclipse.update.tests.core/data/dataEntrySiteTest/site1/site.xml')
-rw-r--r--update/org.eclipse.update.tests.core/data/dataEntrySiteTest/site1/site.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/update/org.eclipse.update.tests.core/data/dataEntrySiteTest/site1/site.xml b/update/org.eclipse.update.tests.core/data/dataEntrySiteTest/site1/site.xml
new file mode 100644
index 000000000..c41f21da8
--- /dev/null
+++ b/update/org.eclipse.update.tests.core/data/dataEntrySiteTest/site1/site.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site type="org.eclipse.update.core.file">
+<description url="info/siteInfo.html"/>
+ <feature url="install/features/feature3">
+ </feature>
+ <archive path="features/org.eclipse.update.core.tests.feature3_1.0.0/file.zip" url="file1.zip"/>
+</site> \ No newline at end of file

Back to the top