Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-01-08 19:57:17 +0000
committerChris Goldthorpe2010-01-08 19:57:17 +0000
commit3ba79722ab08d1a09d2ff7d688ae232279c9f896 (patch)
treee48849a53f377a4716701f1b9ad09222a87a904b /org.eclipse.ua.tests/data
parentaace23df09c8a3438df18379c815730360d306a7 (diff)
downloadeclipse.platform.ua-3ba79722ab08d1a09d2ff7d688ae232279c9f896.tar.gz
eclipse.platform.ua-3ba79722ab08d1a09d2ff7d688ae232279c9f896.tar.xz
eclipse.platform.ua-3ba79722ab08d1a09d2ff7d688ae232279c9f896.zip
Bug 298510 – [Help][Search] org.eclipse.help.base API uses classes from Lucene
Diffstat (limited to 'org.eclipse.ua.tests/data')
-rw-r--r--org.eclipse.ua.tests/data/help/search/participant_xml_1.xml22
-rw-r--r--org.eclipse.ua.tests/data/help/search/participant_xml_2.xml23
2 files changed, 45 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/data/help/search/participant_xml_1.xml b/org.eclipse.ua.tests/data/help/search/participant_xml_1.xml
new file mode 100644
index 000000000..74d095c4a
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/search/participant_xml_1.xml
@@ -0,0 +1,22 @@
+<?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
+ -->
+
+<participant title = "Participant XML 1">
+ <text title="ignored title" summary = "Summary for">
+ search word jfplepdl
+ </text>
+ <text summary = "file Participant XML1">
+ search word memdjkemd
+ </text>
+</participant>
+
diff --git a/org.eclipse.ua.tests/data/help/search/participant_xml_2.xml b/org.eclipse.ua.tests/data/help/search/participant_xml_2.xml
new file mode 100644
index 000000000..fea9fc6ae
--- /dev/null
+++ b/org.eclipse.ua.tests/data/help/search/participant_xml_2.xml
@@ -0,0 +1,23 @@
+<?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
+ -->
+
+<outer>
+<participant title = "Participant XML 2 - tests nesting">
+ <text title="ignored title" summary = "Summary for">
+ search word odoeofoedo
+ <text summary = "file Participant XML2">
+ search word odkeofkeks
+ </text>
+ </text>
+</participant>
+</outer>

Back to the top