Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-12-01 19:45:01 +0000
committerCurtis D'Entremont2006-12-01 19:45:01 +0000
commitc5acf8193f80fcceda394f5bd6d712102ed697b4 (patch)
tree91bafd7c9d4f1157e8b109763757446355cdfca3 /org.eclipse.ua.tests/data/help/preferences
parent0b799832b6080baf9e14a7dcb7fe86498423b7fe (diff)
downloadeclipse.platform.ua-c5acf8193f80fcceda394f5bd6d712102ed697b4.tar.gz
eclipse.platform.ua-c5acf8193f80fcceda394f5bd6d712102ed697b4.tar.xz
eclipse.platform.ua-c5acf8193f80fcceda394f5bd6d712102ed697b4.zip
165168 [Help] Better control of how help content is arranged and ordered
Diffstat (limited to 'org.eclipse.ua.tests/data/help/preferences')
-rw-r--r--org.eclipse.ua.tests/data/help/preferences/helpData1.xml15
-rw-r--r--org.eclipse.ua.tests/data/help/preferences/helpData2.xml3
-rw-r--r--org.eclipse.ua.tests/data/help/preferences/helpData3.xml7
3 files changed, 25 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/preferences/helpData1.xml b/org.eclipse.ua.tests/data/help/preferences/helpData1.xml
new file mode 100644
index 000000000..c51e67644
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/preferences/helpData1.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<extensions>
+ <tocOrder>
+ <toc id="toc1"/>
+ <category id="category1"/>
+ <toc id="toc2"/>
+ <toc id="toc3"/>
+ </tocOrder>
+ <hidden>
+ <index id="index1"/>
+ <category id="category2"/>
+ <index id="index2"/>
+ <toc id="toc4"/>
+ </hidden>
+</extensions> \ No newline at end of file
diff --git a/org.eclipse.ua.tests/data/help/preferences/helpData2.xml b/org.eclipse.ua.tests/data/help/preferences/helpData2.xml
new file mode 100644
index 000000000..f660b6f3f
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/preferences/helpData2.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<extensions>
+</extensions> \ No newline at end of file
diff --git a/org.eclipse.ua.tests/data/help/preferences/helpData3.xml b/org.eclipse.ua.tests/data/help/preferences/helpData3.xml
new file mode 100644
index 000000000..2fdd8d75e
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/preferences/helpData3.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<extensions>
+ <tocOrder>
+ </tocOrder>
+ <hidden>
+ </hidden>
+</extensions> \ No newline at end of file

Back to the top