Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ua.tests')
-rw-r--r--org.eclipse.ua.tests/data/help/toc/toc_data/helpDataCustomized.xml17
-rw-r--r--org.eclipse.ua.tests/data/test_customization.ini4
2 files changed, 18 insertions, 3 deletions
diff --git a/org.eclipse.ua.tests/data/help/toc/toc_data/helpDataCustomized.xml b/org.eclipse.ua.tests/data/help/toc/toc_data/helpDataCustomized.xml
new file mode 100644
index 000000000..1595babe5
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/toc/toc_data/helpDataCustomized.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?> <!--
+ Copyright (c) 2010 IBM Corporation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+ -->
+
+<extensions>
+ <tocOrder>
+ <toc id="/org.eclipse.platform.doc.isv/toc.xml"/>
+ <toc id="/org.eclipse.jdt.doc.isv/toc.xml"/>
+ </tocOrder> <hidden> <toc id="/org.eclipse.platform.doc.user/toc.xml"/> <toc id="/org.eclipse.jdt.doc.user/toc.xml"/> <toc id="/org.eclipse.pde.doc.user/toc.xml"/> </hidden>
+</extensions> \ No newline at end of file
diff --git a/org.eclipse.ua.tests/data/test_customization.ini b/org.eclipse.ua.tests/data/test_customization.ini
index c80b2dffc..3d26a19d0 100644
--- a/org.eclipse.ua.tests/data/test_customization.ini
+++ b/org.eclipse.ua.tests/data/test_customization.ini
@@ -1,6 +1,4 @@
-org.eclipse.help/baseTOCS=/org.eclipse.platform.doc.isv/toc.xml,/org.eclipse.jdt.doc.isv/toc.xml
-org.eclipse.help/ignoredTOCS=/org.eclipse.platform.doc.user/toc.xml,/org.eclipse.jdt.doc.user/toc.xml,/org.eclipse.pde.doc.user/toc.xml
-org.eclipse.help/HELP_DATA=
+org.eclipse.help/HELP_DATA=PLUGINS_ROOT/org.eclipse.ua.tests/data/help/toc/toc_data/helpDataCustomized.xml
org.eclipse.help.base/topic_css=/org.eclipse.ua.tests/non_junit/css/topic.css
org.eclipse.help.base/nav_css=/org.eclipse.ua.tests/non_junit/css/nav.css

Back to the top