Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis D'Entremont2006-03-28 00:04:08 +0000
committerCurtis D'Entremont2006-03-28 00:04:08 +0000
commit00f34df469506f27923247657278c2d14f4e83cf (patch)
treeea63653bd38a724a8cbefdc9a75dc574c457cb34 /org.eclipse.ua.tests/data/intro
parent2d87dded5e13b9da3bbadcac10ecefa02ee59a94 (diff)
downloadeclipse.platform.ua-00f34df469506f27923247657278c2d14f4e83cf.tar.gz
eclipse.platform.ua-00f34df469506f27923247657278c2d14f4e83cf.tar.xz
eclipse.platform.ua-00f34df469506f27923247657278c2d14f4e83cf.zip
132251 New: NOT function on filters
Diffstat (limited to 'org.eclipse.ua.tests/data/intro')
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor2_expected.txt (renamed from org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor2_serialized.txt)0
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor_expected.txt (renamed from org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor_serialized.txt)0
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter.xhtml32
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_expected.txt (renamed from org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized_linux_gtk_x86.txt)26
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized.txt69
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized_macosx_carbon_ppc.txt69
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized_win32_win32_x86.txt69
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include2_expected.txt (renamed from org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include2_serialized.txt)0
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include_expected.txt (renamed from org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include_serialized.txt)0
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/content/root_expected.txt (renamed from org.eclipse.ua.tests/data/intro/dynamicXHTML/content/root_serialized.txt)0
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/content/static_expected.txt (renamed from org.eclipse.ua.tests/data/intro/dynamicXHTML/content/static_serialized.txt)0
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXHTML/introContent_expected.txt (renamed from org.eclipse.ua.tests/data/intro/dynamicXHTML/introContent_serialized.txt)3
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXML/introContent.xml33
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXML/introContent_expected.txt (renamed from org.eclipse.ua.tests/data/intro/dynamicXML/introContent_serialized_linux_gtk_x86.txt)34
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXML/introContent_serialized_macosx_carbon_ppc.txt279
-rw-r--r--org.eclipse.ua.tests/data/intro/dynamicXML/introContent_serialized_win32_win32_x86.txt279
-rw-r--r--org.eclipse.ua.tests/data/intro/platform/serialized.txt1062
17 files changed, 6 insertions, 1949 deletions
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor2_serialized.txt b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor2_expected.txt
index 7103980df..7103980df 100644
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor2_serialized.txt
+++ b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor2_expected.txt
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor_serialized.txt b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor_expected.txt
index 380e0aa7f..380e0aa7f 100644
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor_serialized.txt
+++ b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/anchor_expected.txt
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter.xhtml b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter.xhtml
index f073924c8..427b57111 100644
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter.xhtml
+++ b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter.xhtml
@@ -18,44 +18,12 @@
This page contains filtered content.
</p>
<ul>
-<li filter="os=win32">Your OS is <strong>win32</strong>.</li>
-<li filter="os=linux">Your OS is <strong>linux</strong>.</li>
-<li filter="os=macosx">Your OS is <strong>macosx</strong>.</li>
-
<!-- should never appear -->
<li filter="os=invalid">This line should never appear.</li>
-
-<li filter="ws=win32">Your WS is <strong>win32</strong>.</li>
-<li filter="ws=gtk">Your WS is <strong>gtk</strong>.</li>
-<li filter="ws=carbon">Your WS is <strong>carbon</strong>.</li>
-
-<!-- should never appear -->
<li filter="ws=invalid">This line should never appear.</li>
-
-<li filter="arch=x86">Your ARCH is <strong>x86</strong>.</li>
-<li filter="arch=ppc">Your ARCH is <strong>ppc</strong>.</li>
-
-<!-- should never appear -->
<li filter="arch=invalid">Your ARCH is <strong>invalid</strong>.</li>
<li>
<filter name="os" value="win32"/>
-<filter name="ws" value="win32"/>
-Your OS is <strong>win32</strong> AND your WS is <strong>win32</strong>.
-</li>
-<li>
-<filter name="os" value="linux"/>
-<filter name="ws" value="gtk"/>
-Your OS is <strong>linux</strong> AND your WS is <strong>gtk</strong>.
-</li>
-<li>
-<filter name="os" value="macosx"/>
-<filter name="ws" value="carbon"/>
-Your OS is <strong>macosx</strong> AND your WS is <strong>carbon</strong>.
-</li>
-
-<!-- should never appear -->
-<li>
-<filter name="os" value="win32"/>
<filter name="ws" value="invalid"/>
Your OS is <strong>win32</strong> AND your WS is <strong>invalid</strong>.
</li>
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized_linux_gtk_x86.txt b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_expected.txt
index 56c91ec81..2a53b71d8 100644
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized_linux_gtk_x86.txt
+++ b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_expected.txt
@@ -15,35 +15,11 @@
This page contains filtered content.
</p>
<ul>
-<li filter="os=linux">Your OS is <strong>linux</strong>.</li>
-
-
-
-<!-- should never appear -->
-
-
-<li filter="ws=gtk">Your WS is <strong>gtk</strong>.</li>
-
-
-
-<!-- should never appear -->
-
-
-<li filter="arch=x86">Your ARCH is <strong>x86</strong>.</li>
-
-
<!-- should never appear -->
-<li>
-<filter name="os" value="linux" />
-<filter name="ws" value="gtk" />
-Your OS is <strong>linux</strong> AND your WS is <strong>gtk</strong>.
-</li>
-<!-- should never appear -->
-
<li filter="plugin=org.eclipse.help">The plugin <code>org.eclipse.help</code> is installed.</li>
@@ -66,4 +42,4 @@ Your OS is <strong>linux</strong> AND your WS is <strong>gtk</strong>.
</ul>
</body>
-</html>
+</html> \ No newline at end of file
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized.txt b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized.txt
deleted file mode 100644
index b19542ce4..000000000
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized.txt
+++ /dev/null
@@ -1,69 +0,0 @@
-<!--
- The filter examples page. This tests filtering in intro XHTML. When viewed, this page
- displays facts about your environment. For example, your os is linux, your ws is gtk, etc.
- All the other content should be filtered out.
---><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-
-<title>filter.xhtml</title>
-</head>
-
-<body>
-<h2>filter.xhtml</h2>
-<p>
-This page contains filtered content.
-</p>
-<ul>
-<li filter="os=win32">Your OS is <strong>win32</strong>.</li>
-
-
-
-<!-- should never appear -->
-
-
-<li filter="ws=win32">Your WS is <strong>win32</strong>.</li>
-
-
-
-<!-- should never appear -->
-
-
-<li filter="arch=x86">Your ARCH is <strong>x86</strong>.</li>
-
-
-<!-- should never appear -->
-
-<li>
-<filter name="os" value="win32" />
-<filter name="ws" value="win32" />
-Your OS is <strong>win32</strong> AND your WS is <strong>win32</strong>.
-</li>
-
-
-
-<!-- should never appear -->
-
-
-<li filter="plugin=org.eclipse.help">The plugin <code>org.eclipse.help</code> is installed.</li>
-
-<!-- should never appear -->
-
-
-<li filter="product=org.eclipse.sdk.ide">The product <code>org.eclipse.sdk.ide</code> is running.</li>
-
-<!-- should never appear -->
-
-
-<li filter="category=org.eclipse.categories.developmentCategory">The category <code>org.eclipse.categories.developmentCategory</code> is enabled.</li>
-
-<!-- should never appear -->
-
-
-<li filter="activity=org.eclipse.javaDevelopment">The activity <code>org.eclipse.javaDevelopment</code> is enabled.</li>
-
-<!-- should never appear -->
-
-</ul>
-</body>
-</html> \ No newline at end of file
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized_macosx_carbon_ppc.txt b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized_macosx_carbon_ppc.txt
deleted file mode 100644
index 63685d8e3..000000000
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized_macosx_carbon_ppc.txt
+++ /dev/null
@@ -1,69 +0,0 @@
-<!--
- The filter examples page. This tests filtering in intro XHTML. When viewed, this page
- displays facts about your environment. For example, your os is linux, your ws is gtk, etc.
- All the other content should be filtered out.
---><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-
-<title>filter.xhtml</title>
-</head>
-
-<body>
-<h2>filter.xhtml</h2>
-<p>
-This page contains filtered content.
-</p>
-<ul>
-<li filter="os=macosx">Your OS is <strong>macosx</strong>.</li>
-
-
-
-<!-- should never appear -->
-
-
-<li filter="ws=carbon">Your WS is <strong>carbon</strong>.</li>
-
-
-
-<!-- should never appear -->
-
-
-<li filter="arch=ppc">Your ARCH is <strong>ppc</strong>.</li>
-
-
-<!-- should never appear -->
-
-<li>
-<filter name="os" value="macosx" />
-<filter name="ws" value="carbon" />
-Your OS is <strong>macosx</strong> AND your WS is <strong>carbon</strong>.
-</li>
-
-
-
-<!-- should never appear -->
-
-
-<li filter="plugin=org.eclipse.help">The plugin <code>org.eclipse.help</code> is installed.</li>
-
-<!-- should never appear -->
-
-
-<li filter="product=org.eclipse.sdk.ide">The product <code>org.eclipse.sdk.ide</code> is running.</li>
-
-<!-- should never appear -->
-
-
-<li filter="category=org.eclipse.categories.developmentCategory">The category <code>org.eclipse.categories.developmentCategory</code> is enabled.</li>
-
-<!-- should never appear -->
-
-
-<li filter="activity=org.eclipse.javaDevelopment">The activity <code>org.eclipse.javaDevelopment</code> is enabled.</li>
-
-<!-- should never appear -->
-
-</ul>
-</body>
-</html>
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized_win32_win32_x86.txt b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized_win32_win32_x86.txt
deleted file mode 100644
index 4e00a4367..000000000
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/filter_serialized_win32_win32_x86.txt
+++ /dev/null
@@ -1,69 +0,0 @@
-<!--
- The filter examples page. This tests filtering in intro XHTML. When viewed, this page
- displays facts about your environment. For example, your os is linux, your ws is gtk, etc.
- All the other content should be filtered out.
---><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-
-<title>filter.xhtml</title>
-</head>
-
-<body>
-<h2>filter.xhtml</h2>
-<p>
-This page contains filtered content.
-</p>
-<ul>
-<li filter="os=win32">Your OS is <strong>win32</strong>.</li>
-
-
-
-<!-- should never appear -->
-
-
-<li filter="ws=win32">Your WS is <strong>win32</strong>.</li>
-
-
-
-<!-- should never appear -->
-
-
-<li filter="arch=x86">Your ARCH is <strong>x86</strong>.</li>
-
-
-<!-- should never appear -->
-
-<li>
-<filter name="os" value="win32" />
-<filter name="ws" value="win32" />
-Your OS is <strong>win32</strong> AND your WS is <strong>win32</strong>.
-</li>
-
-
-
-<!-- should never appear -->
-
-
-<li filter="plugin=org.eclipse.help">The plugin <code>org.eclipse.help</code> is installed.</li>
-
-<!-- should never appear -->
-
-
-<li filter="product=org.eclipse.sdk.ide">The product <code>org.eclipse.sdk.ide</code> is running.</li>
-
-<!-- should never appear -->
-
-
-<li filter="category=org.eclipse.categories.developmentCategory">The category <code>org.eclipse.categories.developmentCategory</code> is enabled.</li>
-
-<!-- should never appear -->
-
-
-<li filter="activity=org.eclipse.javaDevelopment">The activity <code>org.eclipse.javaDevelopment</code> is enabled.</li>
-
-<!-- should never appear -->
-
-</ul>
-</body>
-</html>
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include2_serialized.txt b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include2_expected.txt
index 5376c3fe3..5376c3fe3 100644
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include2_serialized.txt
+++ b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include2_expected.txt
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include_serialized.txt b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include_expected.txt
index 32542bef0..32542bef0 100644
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include_serialized.txt
+++ b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/include_expected.txt
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/root_serialized.txt b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/root_expected.txt
index 04a6a3988..04a6a3988 100644
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/root_serialized.txt
+++ b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/root_expected.txt
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/static_serialized.txt b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/static_expected.txt
index e97e28431..e97e28431 100644
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/static_serialized.txt
+++ b/org.eclipse.ua.tests/data/intro/dynamicXHTML/content/static_expected.txt
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXHTML/introContent_serialized.txt b/org.eclipse.ua.tests/data/intro/dynamicXHTML/introContent_expected.txt
index 11cac79bf..40e52fb9e 100644
--- a/org.eclipse.ua.tests/data/intro/dynamicXHTML/introContent_serialized.txt
+++ b/org.eclipse.ua.tests/data/intro/dynamicXHTML/introContent_expected.txt
@@ -1,4 +1,3 @@
-
Intro Model Content:
======================
@@ -128,4 +127,4 @@ Model Flag Tests:
Anchors: 0
Content providers: 0
Elements with Text child(AbstractTextElemets): 0
- Groups and Links: 0
+ Groups and Links: 0 \ No newline at end of file
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXML/introContent.xml b/org.eclipse.ua.tests/data/intro/dynamicXML/introContent.xml
index 333083765..8d64db34c 100644
--- a/org.eclipse.ua.tests/data/intro/dynamicXML/introContent.xml
+++ b/org.eclipse.ua.tests/data/intro/dynamicXML/introContent.xml
@@ -41,43 +41,12 @@
<page id="filter">
<title>Filter Example</title>
<group>
- <link filter="os=win32" label="Your OS is win32." url="http://org.eclipse.ui.intro/showPage?id=filter"/>
- <link filter="os=linux" label="Your OS is linux." url="http://org.eclipse.ui.intro/showPage?id=filter"/>
- <link filter="os=macosx" label="Your OS is macosx." url="http://org.eclipse.ui.intro/showPage?id=filter"/>
+ <link label="Sanity test" url="http://org.eclipse.ui.intro/showPage?id=filter"/>
<!-- should never appear -->
<link filter="os=invalid" label="Your OS is invalid." url="http://org.eclipse.ui.intro/showPage?id=filter"/>
- </group>
- <group>
- <link filter="ws=win32" label="Your WS is win32." url="http://org.eclipse.ui.intro/showPage?id=filter"/>
- <link filter="ws=gtk" label="Your WS is gtk." url="http://org.eclipse.ui.intro/showPage?id=filter"/>
- <link filter="ws=carbon" label="Your WS is carbon." url="http://org.eclipse.ui.intro/showPage?id=filter"/>
-
- <!-- should never appear -->
<link filter="ws=invalid" label="Your WS is invalid." url="http://org.eclipse.ui.intro/showPage?id=filter"/>
- </group>
- <group>
- <link filter="arch=x86" label="Your ARCH is x86." url="http://org.eclipse.ui.intro/showPage?id=filter"/>
- <link filter="arch=ppc" label="Your ARCH is ppc." url="http://org.eclipse.ui.intro/showPage?id=filter"/>
-
- <!-- should never appear -->
<link filter="arch=invalid" label="Your ARCH is invalid." url="http://org.eclipse.ui.intro/showPage?id=filter"/>
- </group>
- <group>
- <link label="Your OS is win32 AND your WS is win32." url="http://org.eclipse.ui.intro/showPage?id=filter">
- <filter name="os" value="win32"/>
- <filter name="ws" value="win32"/>
- </link>
- <link label="Your OS is linux AND your WS is gtk." url="http://org.eclipse.ui.intro/showPage?id=filter">
- <filter name="os" value="linux"/>
- <filter name="ws" value="gtk"/>
- </link>
- <link label="Your OS is macosx AND your WS is carbon." url="http://org.eclipse.ui.intro/showPage?id=filter">
- <filter name="os" value="macosx"/>
- <filter name="ws" value="carbon"/>
- </link>
-
- <!-- should never appear -->
<link label="Your OS is win32 AND your WS is invalid." url="http://org.eclipse.ui.intro/showPage?id=filter">
<filter name="os" value="win32"/>
<filter name="ws" value="invalid"/>
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXML/introContent_serialized_linux_gtk_x86.txt b/org.eclipse.ua.tests/data/intro/dynamicXML/introContent_expected.txt
index ee4adc03f..342a515ad 100644
--- a/org.eclipse.ua.tests/data/intro/dynamicXML/introContent_serialized_linux_gtk_x86.txt
+++ b/org.eclipse.ua.tests/data/intro/dynamicXML/introContent_expected.txt
@@ -1,4 +1,3 @@
-
Intro Model Content:
======================
@@ -93,7 +92,7 @@ PAGE id = filter
style-id = null
page styles are =
page alt-styles are =
- page children = 9
+ page children = 6
TITLE: id = null
title = Filter Example
@@ -103,34 +102,7 @@ PAGE id = filter
children = 1
style-id = null
LINK: id = null
- label = Your OS is linux.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Your WS is gtk.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Your ARCH is x86.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Your OS is linux AND your WS is gtk.
+ label = Sanity test
text = null
url = http://org.eclipse.ui.intro/showPage?id=filter
style-id = null
@@ -276,4 +248,4 @@ Model Flag Tests:
Anchors: 0
Content providers: 0
Elements with Text child(AbstractTextElemets): 0
- Groups and Links: 1
+ Groups and Links: 1 \ No newline at end of file
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXML/introContent_serialized_macosx_carbon_ppc.txt b/org.eclipse.ua.tests/data/intro/dynamicXML/introContent_serialized_macosx_carbon_ppc.txt
deleted file mode 100644
index c2b422514..000000000
--- a/org.eclipse.ua.tests/data/intro/dynamicXML/introContent_serialized_macosx_carbon_ppc.txt
+++ /dev/null
@@ -1,279 +0,0 @@
-
-Intro Model Content:
-======================
-
-Model has valid config = true
-Presentation type = 2
-Home page id = root
-Number of pages (not including Root Page) = 5
-Number of shared groups = 0
-Number of unresolved extensions = 0
-
-HOME PAGE:
---------------
- is dynamic= true
- id = root
- title = Dynamic XML Intro
- style = null
- alt-style = null
- url = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 5
-
- TITLE: id = null
- title = Dynamic XML Intro
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Static Content Example
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=static
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Filter Example
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Include Example
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=include
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Anchor Example
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=anchor
- style-id = null
-
-PAGE id = static
-----------
- title = Static Content Example
- style = null
- alt-style = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 2
-
- TITLE: id = null
- title = Static Content Example
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = This page contains static content only.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=static
- style-id = null
-
-PAGE id = filter
-----------
- title = Filter Example
- style = null
- alt-style = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 9
-
- TITLE: id = null
- title = Filter Example
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Your OS is macosx.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Your WS is carbon.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Your ARCH is ppc.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Your OS is macosx AND your WS is carbon.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = The plugin org.eclipse.help is installed.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = The product org.eclipse.sdk.ide is running.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = The category org.eclipse.categories.developmentCategory is enabled.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = The activity org.eclipse.javaDevelopment is enabled.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
-
-PAGE id = include
-----------
- title = Include Example
- style = null
- alt-style = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 3
-
- TITLE: id = null
- title = Include Example
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = There should be one link below included from another page.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=include
- style-id = null
- GROUP: id = my.id.include2
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = This link is from page id=include2 and is to be included into other pages.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=include
- style-id = null
-
-PAGE id = include2
-----------
- title = Include Example 2
- style = null
- alt-style = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 2
-
- TITLE: id = null
- title = Include Example 2
- style-id = null
- GROUP: id = my.id.include2
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = This link is from page id=include2 and is to be included into other pages.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=include
- style-id = null
-
-PAGE id = anchor
-----------
- title = Anchor Example
- style = null
- alt-style = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 4
-
- TITLE: id = null
- title = Anchor Example
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = There is an anchor below this link that should be populated from another page.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=anchor
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = This link is from extension content ext.xml and is to be contributed into a page with an anchor.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=anchor
- style-id = null
- ANCHOR: id = my.id.anchor
-
-Model Flag Tests:
-----------------
- First page children are:
- Groups: 1
- Links: 0
- Texts: 0
- HTMLs: 0
- Images: 0
- Includes: 0
- Page Titles: 1
- Page Heads: 0
- Model Elements: 2
- Containers: 1
- All Pages: 0
- Anchors: 0
- Content providers: 0
- Elements with Text child(AbstractTextElemets): 0
- Groups and Links: 1
diff --git a/org.eclipse.ua.tests/data/intro/dynamicXML/introContent_serialized_win32_win32_x86.txt b/org.eclipse.ua.tests/data/intro/dynamicXML/introContent_serialized_win32_win32_x86.txt
deleted file mode 100644
index 8f242151d..000000000
--- a/org.eclipse.ua.tests/data/intro/dynamicXML/introContent_serialized_win32_win32_x86.txt
+++ /dev/null
@@ -1,279 +0,0 @@
-
-Intro Model Content:
-======================
-
-Model has valid config = true
-Presentation type = 2
-Home page id = root
-Number of pages (not including Root Page) = 5
-Number of shared groups = 0
-Number of unresolved extensions = 0
-
-HOME PAGE:
---------------
- is dynamic= true
- id = root
- title = Dynamic XML Intro
- style = null
- alt-style = null
- url = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 5
-
- TITLE: id = null
- title = Dynamic XML Intro
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Static Content Example
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=static
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Filter Example
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Include Example
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=include
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Anchor Example
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=anchor
- style-id = null
-
-PAGE id = static
-----------
- title = Static Content Example
- style = null
- alt-style = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 2
-
- TITLE: id = null
- title = Static Content Example
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = This page contains static content only.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=static
- style-id = null
-
-PAGE id = filter
-----------
- title = Filter Example
- style = null
- alt-style = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 9
-
- TITLE: id = null
- title = Filter Example
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Your OS is win32.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Your WS is win32.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Your ARCH is x86.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = Your OS is win32 AND your WS is win32.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = The plugin org.eclipse.help is installed.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = The product org.eclipse.sdk.ide is running.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = The category org.eclipse.categories.developmentCategory is enabled.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = The activity org.eclipse.javaDevelopment is enabled.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=filter
- style-id = null
-
-PAGE id = include
-----------
- title = Include Example
- style = null
- alt-style = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 3
-
- TITLE: id = null
- title = Include Example
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = There should be one link below included from another page.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=include
- style-id = null
- GROUP: id = my.id.include2
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = This link is from page id=include2 and is to be included into other pages.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=include
- style-id = null
-
-PAGE id = include2
-----------
- title = Include Example 2
- style = null
- alt-style = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 2
-
- TITLE: id = null
- title = Include Example 2
- style-id = null
- GROUP: id = my.id.include2
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = This link is from page id=include2 and is to be included into other pages.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=include
- style-id = null
-
-PAGE id = anchor
-----------
- title = Anchor Example
- style = null
- alt-style = null
- style-id = null
- page styles are =
- page alt-styles are =
- page children = 4
-
- TITLE: id = null
- title = Anchor Example
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = There is an anchor below this link that should be populated from another page.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=anchor
- style-id = null
- GROUP: id = null
- label = null
- children = 1
- style-id = null
- LINK: id = null
- label = This link is from extension content ext.xml and is to be contributed into a page with an anchor.
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=anchor
- style-id = null
- ANCHOR: id = my.id.anchor
-
-Model Flag Tests:
-----------------
- First page children are:
- Groups: 1
- Links: 0
- Texts: 0
- HTMLs: 0
- Images: 0
- Includes: 0
- Page Titles: 1
- Page Heads: 0
- Model Elements: 2
- Containers: 1
- All Pages: 0
- Anchors: 0
- Content providers: 0
- Elements with Text child(AbstractTextElemets): 0
- Groups and Links: 1
diff --git a/org.eclipse.ua.tests/data/intro/platform/serialized.txt b/org.eclipse.ua.tests/data/intro/platform/serialized.txt
deleted file mode 100644
index 5873bb081..000000000
--- a/org.eclipse.ua.tests/data/intro/platform/serialized.txt
+++ /dev/null
@@ -1,1062 +0,0 @@
-
-Intro Model Content:
-======================
-
-Model has valid config = true
-Presentation type = 2
-Home page id = root
-Number of pages (not including Root Page) = 7
-Number of shared groups = 0
-Number of unresolved extensions = 0
-
-HOME PAGE:
---------------
- is dynamic= true
- id = root
- title = Welcome to Eclipse 3.2
- style = file:/<filtered>/root.css
- alt-style = file:/<filtered>/root.properties
- url = null
- style-id = page
- page styles are =
- page alt-styles are =
- page children = 9
-
- TITLE: id = null
- title = Welcome to Eclipse 3.2
- style-id = intro-header
- GROUP: id = links-background
- label = null
- children = 1
- style-id = null
- GROUP: id = page-links
- label = null
- children = 4
- style-id = null
- LINK: id = overview
- label = Overview
- text = Find out what Eclipse is all about
- url = http://org.eclipse.ui.intro/showPage?id=overview
- style-id = left
- LINK: id = tutorials
- label = Tutorials
- text = Go through tutorials
- url = http://org.eclipse.ui.intro/showPage?id=tutorials
- style-id = left
- LINK: id = samples
- label = Samples
- text = Try out the samples
- url = http://org.eclipse.ui.intro/showPage?id=samples
- style-id = right
- LINK: id = whatsnew
- label = What's New
- text = Find out what is new
- url = http://org.eclipse.ui.intro/showPage?id=whatsnew
- style-id = right
- GROUP: id = action-links
- label = null
- children = 1
- style-id = null
- LINK: id = workbench
- label = Workbench
- text = Go to the workbench
- url = http://org.eclipse.ui.intro/switchToLaunchBar
- style-id = right
- GROUP: id = branding
- label = null
- children = 1
- style-id = null
- IMAGE: id = null
- src = file:/D:/eclipse/plugins/org.eclipse.sdk_3.2.0.v20060307/intro-eclipse.png
- alt = Eclipse Project
- style-id = null
- GROUP: id = extra-group1
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group2
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group3
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group4
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group5
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
-
-PAGE id = overview
-----------
- title = Welcome to Eclipse 3.2
- style = file:/<filtered>/overview.css
- alt-style = file:/<filtered>/overview.properties
- style-id = page
- page styles are = file:/<filtered>/overview.css
- file:/<filtered>/overview.css
- file:/<filtered>/overview.css
-
- page alt-styles are = file:/<filtered>/overview.properties from org.eclipse.platform
- file:/<filtered>/swt.properties from org.eclipse.jdt
- file:/<filtered>/swt.properties from org.eclipse.pde
-
- page children = 7
-
- TITLE: id = null
- title = Welcome to Eclipse 3.2
- style-id = intro-header
- GROUP: id = extra-group1
- label = null
- children = 0
- style-id = null
- GROUP: id = navigation-links
- label = null
- children = 2
- style-id = null
- GROUP: id = page-links
- label = null
- children = 4
- style-id = null
- LINK: id = overview
- label = Overview
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=overview
- style-id = left nav_link1
- LINK: id = tutorials
- label = Tutorials
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=tutorials
- style-id = left nav_link2
- LINK: id = samples
- label = Samples
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=samples
- style-id = right nav_link3
- LINK: id = whatsnew
- label = What's New
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=whatsnew
- style-id = right nav_link4
- GROUP: id = action-links
- label = null
- children = 1
- style-id = null
- LINK: id = workbench
- label = Workbench
- text = Go to the workbench
- url = http://org.eclipse.ui.intro/switchToLaunchBar
- style-id = null
- GROUP: id = page-content
- label = null
- children = 8
- style-id = null
- GROUP: id = content-header
- label = OVERVIEW
- children = 0
- style-id = null
- TEXT: id = page-title
- text = Overview
- style-id = page-title
- TEXT: id = page-description
- text = Eclipse is a kind of universal tool platform - an open extensible IDE for anything and nothing in particular. It provides a feature-rich development environment that allows the developer to efficiently create tools that integrate seamlessly into the Eclipse Platform.
- style-id = page-description
- GROUP: id = top-left
- label = null
- children = 3
- style-id = null
- GROUP: id = content-group
- label = null
- children = 2
- style-id = content-group
- LINK: id = basics
- label = Workbench basics
- text = Learn about basic Eclipse workbench concepts
- url = http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.platform.doc.user/gettingStarted/intro/overview.htm&embedTarget=page-content
- style-id = content-link
- LINK: id = team
- label = Team support
- text = Find out how to collaborate with other developers
- url = http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.platform.doc.user/concepts/concepts-26.htm&embedTarget=page-content
- style-id = content-link
- ANCHOR: id = org.eclipse.ui.workbench
- ANCHOR: id = defaultAnchor
- GROUP: id = top-right
- label = null
- children = 5
- style-id = null
- GROUP: id = content-group
- label = null
- children = 1
- style-id = content-group
- LINK: id = java
- label = Java development
- text = Get familiar with developing Java programs using Eclipse
- url = http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/gettingStarted/intro/overview.htm&embedTarget=page-content
- style-id = content-link
- ANCHOR: id = org.eclipse.jdt
- GROUP: id = content-group
- label = null
- children = 1
- style-id = content-group
- LINK: id = pde
- label = Eclipse plug-in development
- text = Learn how to extend Eclipse by building new plug-ins
- url = http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.pde.doc.user/guide/intro/pde_overview.htm&embedTarget=page-content
- style-id = content-link
- ANCHOR: id = org.eclipse.pde
- ANCHOR: id = defaultAnchor
- GROUP: id = content-divider
- label = null
- children = 0
- style-id = null
- GROUP: id = bottom-left
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = bottom-right
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = extra-group2
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group3
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group4
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
-
-PAGE id = tutorials
-----------
- title = Welcome to Eclipse 3.2
- style = file:/<filtered>/tutorials.css
- alt-style = file:/<filtered>/tutorials.properties
- style-id = page
- page styles are = file:/<filtered>/tutorials.css
- file:/<filtered>/tutorials.css
-
- page alt-styles are = file:/<filtered>/swt.properties from org.eclipse.jdt
- file:/<filtered>/swt.properties from org.eclipse.pde
-
- page children = 7
-
- TITLE: id = null
- title = Welcome to Eclipse 3.2
- style-id = intro-header
- GROUP: id = extra-group1
- label = null
- children = 0
- style-id = null
- GROUP: id = navigation-links
- label = null
- children = 2
- style-id = null
- GROUP: id = page-links
- label = null
- children = 4
- style-id = null
- LINK: id = overview
- label = Overview
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=overview
- style-id = left nav_link1
- LINK: id = tutorials
- label = Tutorials
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=tutorials
- style-id = left nav_link2
- LINK: id = samples
- label = Samples
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=samples
- style-id = right nav_link3
- LINK: id = whatsnew
- label = What's New
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=whatsnew
- style-id = right nav_link4
- GROUP: id = action-links
- label = null
- children = 1
- style-id = null
- LINK: id = workbench
- label = Workbench
- text = Go to the workbench
- url = http://org.eclipse.ui.intro/switchToLaunchBar
- style-id = null
- GROUP: id = page-content
- label = null
- children = 8
- style-id = null
- GROUP: id = content-header
- label = TUTORIALS
- children = 0
- style-id = null
- TEXT: id = page-title
- text = Tutorials
- style-id = page-title
- TEXT: id = page-description
- text = Learn how to be productive using Eclipse by completing end-to-end tutorials that will guide you along the way.
- style-id = page-description
- GROUP: id = top-left
- label = null
- children = 3
- style-id = null
- GROUP: id = java
- label = JAVA DEVELOPMENT
- children = 2
- style-id = content-group
- LINK: id = hello-world
- label = Build a simple Java application
- text = Create a small Java program that will print "Hello, World" on the console
- url = http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&input=org.eclipse.jdt.helloworld
- style-id = content-link
- LINK: id = swt
- label = Build a standalone SWT application
- text = Create a SWT application that runs without the workbench
- url = http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&input=org.eclipse.jdt.helloworld.swt
- style-id = content-link
- ANCHOR: id = org.eclipse.jdt
- ANCHOR: id = defaultAnchor
- GROUP: id = top-right
- label = null
- children = 3
- style-id = null
- GROUP: id = pde
- label = ECLIPSE PLUG-IN DEVELOPMENT
- children = 3
- style-id = content-group
- LINK: id = pde-hello-world
- label = Create a "Hello, World" plug-in
- text = Create an Eclipse plug-in that will open a message box from the menu
- url = http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&input=org.eclipse.pde.helloworld
- style-id = content-link
- LINK: id = features
- label = Deploy a feature on an update site
- text = End-to-end tutorial in building and deploying features
- url = http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&input=org.eclipse.pde.updates
- style-id = content-link
- LINK: id = rcp
- label = Build a Rich Client Platform application
- text = Create a full RCP application step by step
- url = http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&input=org.eclipse.pde.rcpapp
- style-id = content-link
- ANCHOR: id = org.eclipse.pde
- ANCHOR: id = defaultAnchor
- GROUP: id = content-divider
- label = null
- children = 0
- style-id = null
- GROUP: id = bottom-left
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = bottom-right
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = extra-group2
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group3
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group4
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
-
-PAGE id = samples
-----------
- title = Welcome to Eclipse 3.2
- style = file:/<filtered>/samples.css
- alt-style = file:/<filtered>/samples.properties
- style-id = page
- page styles are = file:/<filtered>/samples.css
- file:/<filtered>/samples.css
-
- page alt-styles are = file:/<filtered>/swt.properties from org.eclipse.jdt
- file:/<filtered>/swt.properties from org.eclipse.pde
-
- page children = 7
-
- TITLE: id = null
- title = Welcome to Eclipse 3.2
- style-id = intro-header
- GROUP: id = extra-group1
- label = null
- children = 0
- style-id = null
- GROUP: id = navigation-links
- label = null
- children = 2
- style-id = null
- GROUP: id = page-links
- label = null
- children = 4
- style-id = null
- LINK: id = overview
- label = Overview
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=overview
- style-id = left nav_link1
- LINK: id = tutorials
- label = Tutorials
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=tutorials
- style-id = left nav_link2
- LINK: id = samples
- label = Samples
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=samples
- style-id = right nav_link3
- LINK: id = whatsnew
- label = What's New
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=whatsnew
- style-id = right nav_link4
- GROUP: id = action-links
- label = null
- children = 1
- style-id = null
- LINK: id = workbench
- label = Workbench
- text = Go to the workbench
- url = http://org.eclipse.ui.intro/switchToLaunchBar
- style-id = null
- GROUP: id = page-content
- label = null
- children = 8
- style-id = null
- GROUP: id = content-header
- label = SAMPLES
- children = 0
- style-id = null
- TEXT: id = page-title
- text = Samples
- style-id = page-title
- TEXT: id = page-description
- text = Explore Eclipse by installing prefabricated samples (may require Internet connection).
- style-id = page-description
- GROUP: id = top-left
- label = null
- children = 3
- style-id = null
- GROUP: id = workbench
- label = WORKBENCH
- children = 6
- style-id = content-group
- TEXT: id = null
- text = The following samples demonstrate how to tightly integrate into the Eclipse workbench.
- style-id = group-description
- LINK: id = multi-page-editor
- label = Multi-page editor
- text = Shows how to create an editor with multiple pages
- url = http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.pde.ui&class=org.eclipse.pde.internal.ui.samples.ShowSampleAction&id=org.eclipse.sdk.samples.multipageeditor
- style-id = content-link
- LINK: id = property-sheet
- label = Property sheet and outline
- text = Demonstrates how to use property sheet and outline views
- url = http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.pde.ui&class=org.eclipse.pde.internal.ui.samples.ShowSampleAction&id=org.eclipse.sdk.samples.propertysheet
- style-id = content-link
- LINK: id = readmetool
- label = Readme tool
- text = Shows how to create your own extension points
- url = http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.pde.ui&class=org.eclipse.pde.internal.ui.samples.ShowSampleAction&id=org.eclipse.sdk.samples.readmetool
- style-id = content-link
- ANCHOR: id = jdtAnchor
- ANCHOR: id = workbenchGroupAnchor
- ANCHOR: id = org.eclipse.pde.workbench
- ANCHOR: id = defaultAnchor
- GROUP: id = top-right
- label = null
- children = 5
- style-id = null
- GROUP: id = jdt
- label = JDT
- children = 2
- style-id = content-group
- TEXT: id = null
- text = Add the blurb about JDT samples here.
- style-id = group-description
- LINK: id = java-editor
- label = Java editor
- text = Demonstrates standard features available to custom text editors
- url = http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.pde.ui&class=org.eclipse.pde.internal.ui.samples.ShowSampleAction&id=org.eclipse.sdk.samples.javaeditor
- style-id = content-link
- ANCHOR: id = org.eclipse.jdt
- GROUP: id = swt
- label = SWT
- children = 3
- style-id = content-group
- TEXT: id = null
- text = Run SWT samples using either the standalone SWT launcher or as an integrated workbench view.
- style-id = group-description
- LINK: id = swt-examples
- label = Workbench views and standalone applications
- text = The SWT Example launcher will allow you to launch a collection of SWT examples. Some of the examples can be run independent of the eclipse platform and others will be available as views inside the workbench.
- url = http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.pde.ui&class=org.eclipse.pde.internal.ui.samples.ShowSampleAction&id=org.eclipse.sdk.samples.swt.examples
- style-id = content-link
- ANCHOR: id = swtGroupAnchor
- ANCHOR: id = org.eclipse.pde.swt
- ANCHOR: id = defaultAnchor
- GROUP: id = content-divider
- label = null
- children = 0
- style-id = null
- GROUP: id = bottom-left
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = bottom-right
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = extra-group2
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group3
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group4
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
-
-PAGE id = whatsnew
-----------
- title = Welcome to Eclipse 3.2
- style = file:/<filtered>/whatsnew.css
- alt-style = file:/<filtered>/whatsnew.properties
- style-id = page
- page styles are = file:/<filtered>/news.css
- file:/<filtered>/whatsnew.css
-
- page alt-styles are = file:/<filtered>/swt.properties from org.eclipse.pde
- file:/<filtered>/whatsnew.properties from org.eclipse.platform
-
- page children = 7
-
- TITLE: id = null
- title = Welcome to Eclipse 3.2
- style-id = intro-header
- GROUP: id = extra-group1
- label = null
- children = 0
- style-id = null
- GROUP: id = navigation-links
- label = null
- children = 2
- style-id = null
- GROUP: id = page-links
- label = null
- children = 4
- style-id = null
- LINK: id = overview
- label = Overview
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=overview
- style-id = left nav_link1
- LINK: id = tutorials
- label = Tutorials
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=tutorials
- style-id = left nav_link2
- LINK: id = samples
- label = Samples
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=samples
- style-id = right nav_link3
- LINK: id = whatsnew
- label = What's New
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=whatsnew
- style-id = right nav_link4
- GROUP: id = action-links
- label = null
- children = 1
- style-id = null
- LINK: id = workbench
- label = Workbench
- text = Go to the workbench
- url = http://org.eclipse.ui.intro/switchToLaunchBar
- style-id = null
- GROUP: id = page-content
- label = null
- children = 7
- style-id = null
- GROUP: id = content-header
- label = WHAT'S NEW
- children = 0
- style-id = null
- TEXT: id = page-title
- text = What's New
- style-id = page-title
- GROUP: id = top-left
- label = null
- children = 7
- style-id = null
- GROUP: id = content-group
- label = null
- children = 1
- style-id = content-group
- LINK: id = platform-noteworthy
- label = Eclipse Platform
- text = Find out about the major new features in this release
- url = http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html&embedTarget=page-content
- style-id = content-link
- ANCHOR: id = org.eclipse.ui.workbench.news
- GROUP: id = content-group
- label = null
- children = 1
- style-id = content-group
- LINK: id = jdt-noteworthy
- label = Java development tools
- text = Find out about significant changes made to the Java development tools
- url = http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.jdt.doc.user/whatsNew/jdt_whatsnew.html&embedTarget=page-content
- style-id = content-link
- ANCHOR: id = org.eclipse.jdt
- GROUP: id = content-group
- label = null
- children = 1
- style-id = content-group
- LINK: id = pde-noteworthy
- label = Plug-in Development Environment
- text = Learn about significant changes made to PDE for this release
- url = http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.pde.doc.user/whatsNew/pde_whatsnew.htm&embedTarget=page-content
- style-id = content-link
- ANCHOR: id = org.eclipse.pde.changes
- ANCHOR: id = defaultAnchor
- GROUP: id = top-right
- label = null
- children = 3
- style-id = null
- GROUP: id = content-group
- label = null
- children = 3
- style-id = content-group
- LINK: id = updates
- label = New Updates
- text = Get the latest updates from Eclipse.org
- url = http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.platform&class=org.eclipse.platform.internal.LaunchUpdateIntroAction
- style-id = content-link
- LINK: id = eclipse
- label = Eclipse community
- text = Join the community, read articles and news on Eclipse.org
- url = http://www.eclipse.org
- style-id = content-link
- GROUP: id = rss-news
- label = LATEST NEWS
- children = 1
- style-id = null
- CONTENT PROVIDER: id = rss-viewer
- class = org.eclipse.platform.internal.EclipseRSSViewer
- pluginId = org.eclipse.platform
- ANCHOR: id = org.eclipse.ui.workbench
- ANCHOR: id = defaultAnchor
- GROUP: id = content-divider
- label = null
- children = 0
- style-id = null
- GROUP: id = bottom-left
- label = null
- children = 3
- style-id = null
- GROUP: id = content-group
- label = null
- children = 1
- style-id = content-group
- LINK: id = migration
- label = Migration from the previous release
- text = Learn what you need to do to make your old code work in Eclipse 3.1
- url = http://org.eclipse.ui.intro/showHelpTopic?id=/org.eclipse.platform.doc.isv/porting/eclipse_3_1_porting_guide.html&embedTarget=page-content
- style-id = content-link
- ANCHOR: id = org.eclipse.pde.migration
- ANCHOR: id = defaultAnchor
- GROUP: id = bottom-right
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = extra-group2
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group3
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group4
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
-
-PAGE id = firststeps
-----------
- title = Welcome to Eclipse 3.2
- style = file:/<filtered>/firststeps.css
- alt-style = file:/<filtered>/firststeps.properties
- style-id = page
- page styles are =
- page alt-styles are =
- page children = 7
-
- TITLE: id = null
- title = Welcome to Eclipse 3.2
- style-id = intro-header
- GROUP: id = extra-group1
- label = null
- children = 0
- style-id = null
- GROUP: id = navigation-links
- label = null
- children = 2
- style-id = null
- GROUP: id = page-links
- label = null
- children = 4
- style-id = null
- LINK: id = overview
- label = Overview
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=overview
- style-id = left nav_link1
- LINK: id = tutorials
- label = Tutorials
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=tutorials
- style-id = left nav_link2
- LINK: id = samples
- label = Samples
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=samples
- style-id = right nav_link3
- LINK: id = whatsnew
- label = What's New
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=whatsnew
- style-id = right nav_link4
- GROUP: id = action-links
- label = null
- children = 1
- style-id = null
- LINK: id = workbench
- label = Workbench
- text = Go to the workbench
- url = http://org.eclipse.ui.intro/switchToLaunchBar
- style-id = null
- GROUP: id = page-content
- label = null
- children = 7
- style-id = null
- GROUP: id = content-header
- label = FIRST STEPS
- children = 0
- style-id = null
- TEXT: id = page-title
- text = First Steps
- style-id = page-title
- GROUP: id = top-left
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = top-right
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = content-divider
- label = null
- children = 0
- style-id = null
- GROUP: id = bottom-left
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = bottom-right
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = extra-group2
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group3
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group4
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
-
-PAGE id = webresources
-----------
- title = Welcome to Eclipse 3.2
- style = file:/<filtered>/webresources.css
- alt-style = file:/<filtered>/webresources.properties
- style-id = page
- page styles are =
- page alt-styles are =
- page children = 7
-
- TITLE: id = null
- title = Welcome to Eclipse 3.2
- style-id = intro-header
- GROUP: id = extra-group1
- label = null
- children = 0
- style-id = null
- GROUP: id = navigation-links
- label = null
- children = 2
- style-id = null
- GROUP: id = page-links
- label = null
- children = 4
- style-id = null
- LINK: id = overview
- label = Overview
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=overview
- style-id = left nav_link1
- LINK: id = tutorials
- label = Tutorials
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=tutorials
- style-id = left nav_link2
- LINK: id = samples
- label = Samples
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=samples
- style-id = right nav_link3
- LINK: id = whatsnew
- label = What's New
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=whatsnew
- style-id = right nav_link4
- GROUP: id = action-links
- label = null
- children = 1
- style-id = null
- LINK: id = workbench
- label = Workbench
- text = Go to the workbench
- url = http://org.eclipse.ui.intro/switchToLaunchBar
- style-id = null
- GROUP: id = page-content
- label = null
- children = 7
- style-id = null
- GROUP: id = content-header
- label = WEB RESOURCES
- children = 0
- style-id = null
- TEXT: id = page-title
- text = Web Resources
- style-id = page-title
- GROUP: id = top-left
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = top-right
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = content-divider
- label = null
- children = 0
- style-id = null
- GROUP: id = bottom-left
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = bottom-right
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = extra-group2
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group3
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group4
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
-
-PAGE id = migrate
-----------
- title = Welcome to Eclipse 3.2
- style = file:/<filtered>/migrate.css
- alt-style = file:/<filtered>/migrate.properties
- style-id = page
- page styles are =
- page alt-styles are =
- page children = 7
-
- TITLE: id = null
- title = Welcome to Eclipse 3.2
- style-id = intro-header
- GROUP: id = extra-group1
- label = null
- children = 0
- style-id = null
- GROUP: id = navigation-links
- label = null
- children = 2
- style-id = null
- GROUP: id = page-links
- label = null
- children = 4
- style-id = null
- LINK: id = overview
- label = Overview
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=overview
- style-id = left nav_link1
- LINK: id = tutorials
- label = Tutorials
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=tutorials
- style-id = left nav_link2
- LINK: id = samples
- label = Samples
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=samples
- style-id = right nav_link3
- LINK: id = whatsnew
- label = What's New
- text = null
- url = http://org.eclipse.ui.intro/showPage?id=whatsnew
- style-id = right nav_link4
- GROUP: id = action-links
- label = null
- children = 1
- style-id = null
- LINK: id = workbench
- label = Workbench
- text = Go to the workbench
- url = http://org.eclipse.ui.intro/switchToLaunchBar
- style-id = null
- GROUP: id = page-content
- label = null
- children = 7
- style-id = null
- GROUP: id = content-header
- label = MIGRATE
- children = 0
- style-id = null
- TEXT: id = page-title
- text = Migrate
- style-id = page-title
- GROUP: id = top-left
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = top-right
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = content-divider
- label = null
- children = 0
- style-id = null
- GROUP: id = bottom-left
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = bottom-right
- label = null
- children = 1
- style-id = null
- ANCHOR: id = defaultAnchor
- GROUP: id = extra-group2
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group3
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
- GROUP: id = extra-group4
- label = null
- children = 1
- style-id = null
- ANCHOR: id = anchor
-
-Model Flag Tests:
-----------------
- First page children are:
- Groups: 6
- Links: 0
- Texts: 0
- HTMLs: 0
- Images: 0
- Includes: 0
- Page Titles: 1
- Page Heads: 0
- Model Elements: 7
- Containers: 6
- All Pages: 0
- Anchors: 0
- Content providers: 0
- Elements with Text child(AbstractTextElemets): 0
- Groups and Links: 6

Back to the top