prep towards e4 based builds
diff --git a/releng.wtpbuilder/components/dalie4-sdk/allElements.xml b/releng.wtpbuilder/components/dalie4-sdk/allElements.xml
new file mode 100644
index 0000000..ee3ae3c
--- /dev/null
+++ b/releng.wtpbuilder/components/dalie4-sdk/allElements.xml
@@ -0,0 +1,113 @@
+<project
+    name="allElements Delegator">
+    <property
+        name="defaultAssemblyEnabled"
+        value="true"/>
+    <!--
+        =====================================================================
+    -->
+    <!-- Run a given ${target} on all elements being built -->
+    <!--
+        By default ${topLevelElementType} and ${topLevelElementId}
+        should be
+    -->
+    <!--
+        defined in the builder's build.properties file. You can
+        customize by
+    -->
+    <!-- setting the type/id values directly here. -->
+    <!--
+        You can add additional calls to ${genericTargets} to build more
+        top
+    -->
+    <!-- level elements. -->
+    <!-- -->
+    <!--
+        The top level must exist in the ${buildDirectory},
+        ${baseLocation} or
+    -->
+    <!-- ${pluginPath} locations. -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="allElementsDelegator">
+        <ant
+            antfile="${genericTargets}"
+            target="${target}">
+            <property
+                name="type"
+                value="${topLevelElementType}"/>
+            <property
+                name="id"
+                value="${topLevelElementId}"/>
+        </ant>
+    </target>
+    <!--
+        ======================================================================
+    -->
+    <!--
+        The default assemble target, this will be called to assemble
+        each
+    -->
+    <!-- config if a custom assemble target is not defined. -->
+    <!-- The following properties will be defined: -->
+    <!--
+        config : The configuration being assembled eg "win32.win32.x86"
+    -->
+    <!-- element: The element being assembled eg "org.eclipse.sdk" -->
+    <!-- assembleScriptName: The assemble script to be called -->
+    <!--
+        ======================================================================
+    -->
+    <target
+        name="defaultAssemble">
+        <echo
+            message="defaultAssemble assembleScriptName: ${assembleScriptName}"/>
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Custom targets to assemble the built elements for particular -->
+    <!--
+        configurations. These generally call the generated assemble
+        scripts
+    -->
+    <!--
+        (named in ${assembleScriptName}) but may also add pre and post
+    -->
+    <!-- processing -->
+    <!--
+        Add one target for each root element and each configuration for
+        which
+    -->
+    <!--
+        custom processing is desired. Replace element.id with the id of
+        the
+    -->
+    <!--
+        top level element being built. A property with a matching name
+        must
+    -->
+    <!--
+        be defined for this custom target to be called instead of the
+    -->
+    <!-- defaultAssemble target above. -->
+    <!-- Example: name="assemble.org.eclipse.sdk" -->
+    <!-- Example: name="assemble.org.eclipse.sdk.win32.win32.x86" -->
+    <!--
+        ======================================================================
+    -->
+    <property
+        name="assemble.element.id[.config.spec]"
+        value="true"/>
+    <target
+        name="assemble.element.id[.config.spec]">
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/dalie4-sdk/build.properties b/releng.wtpbuilder/components/dalie4-sdk/build.properties
new file mode 100644
index 0000000..86c0fe7
--- /dev/null
+++ b/releng.wtpbuilder/components/dalie4-sdk/build.properties
@@ -0,0 +1,45 @@
+###############################################################################
+# Copyright (c) 2006 Oracle.
+# 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:
+#     Oracle - initial API and implementation
+###############################################################################
+
+# This property file is used automatically by the PDE build process
+
+runPackager=true
+
+# This is a subdirectory of $buildDirectory
+# Set collectingFolder and archivePrefix to . if you want to create archives without
+# trailing eclipse in the paths of the included files
+collectingFolder=eclipse
+logExtension=.xml
+# The prefix that will be used in the generated archive. 
+# Does not make sense to use a different archivePrefix than collectingFolder, 
+# because zip wouldn't find any files to include into the target zip otherwise
+archivePrefix=eclipse
+
+# Whether or not to include debug info in the output jars
+javacDebugInfo=true 
+
+# Whether or not to fail the build if there are compiler errors
+javacFailOnError=false
+
+##################################################
+# Asks the compiler for verbose output.  This should be set to true in order for *.bin.log files to be generated when
+# using the JDT Compiler Adapter to compile.
+javacVerbose=true
+
+sign=true
+
+p2.gathering=true
+p2.compress=true
+skipMirroring=true
+
+compilelogsDir=compilelogs
+topLevelElementType=feature
+topLevelElementId=org.eclipse.jpt_sdk.assembly.feature
diff --git a/releng.wtpbuilder/components/dalie4-sdk/category.xml b/releng.wtpbuilder/components/dalie4-sdk/category.xml
new file mode 100644
index 0000000..9a37198
--- /dev/null
+++ b/releng.wtpbuilder/components/dalie4-sdk/category.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+    <feature
+        url="features/org.eclipse.jpt_sdk.feature_2.3.0.qualifier.jar"
+        id="org.eclipse.jpt_sdk.feature"
+        version="2.3.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jpt.eclipselink_sdk.feature_2.3.0.qualifier.jar"
+        id="org.eclipse.jpt.eclipselink_sdk.feature"
+        version="2.3.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+
+    <feature
+        url="features/org.eclipse.jpt.feature_2.3.0.qualifier.jar"
+        id="org.eclipse.jpt.feature"
+        version="2.3.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jpt.eclipselink.feature_2.3.0.qualifier.jar"
+        id="org.eclipse.jpt.eclipselink.feature"
+        version="2.3.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+
+
+
+
+    <category-def
+        name="Web Tools Platform (WTP) 3.2.0"
+        label="Web Tools Platform (WTP) 3.2.0">
+        <description>
+            These features provide functionality with the executable code only and are recommended for most users.
+        </description>
+    </category-def>
+    <category-def
+        name="Web Tools Platform SDK (WTP SDK) 3.2.0"
+        label="Web Tools Platform SDK (WTP SDK) 3.2.0">
+        <description>
+            These features provide functionality with the executable code and the source code and are recommended for those
+            extending or debugging
+            WTP.
+      </description>
+    </category-def>
+</site>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/dalie4-sdk/customTargets.xml b/releng.wtpbuilder/components/dalie4-sdk/customTargets.xml
new file mode 100644
index 0000000..5b71fda
--- /dev/null
+++ b/releng.wtpbuilder/components/dalie4-sdk/customTargets.xml
@@ -0,0 +1,364 @@
+<project
+    name="PDECustomTargets"
+    default="noDefault"
+    basedir=".">
+    <!--
+        = = = standard properties pattern = = = Note to be
+        cross-platform, "environment variables" are only appropriate for
+        some variables, e.g. ones we set, since properties are case
+        sensitive, even if the environment variables on your operating
+        system are not, e.g. it will be ${env.Path} not ${env.PATH} on
+        Windows
+    -->
+    <property
+        environment="env"/>
+    <!--
+        Let users override standard properties, if desired. If
+        directory, file, or some properties do not exist, then standard
+        properties will be used.
+    -->
+    <property
+        file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"/>
+
+    <!-- let this project specify properties, if not already set -->
+    <property
+        file="build.properties"/>
+    <fail
+        message="dependency.properties must be specified by distribution script"
+        unless="dependency.properties"/>
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be set"/>
+    <echo
+        message="buildDirectory: ${buildDirectory}"/>
+    <property
+        name="archiveName"
+        value="${component}-buildrepo-${buildLabel}.zip"/>
+    <property
+        name="p2.metadata.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2.artifact.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2buildrepoDirectory"
+        value="${buildDirectory}/${buildLabel}/buildrepository/${component}/"/>
+    <property
+        name="p2.build.repo"
+        value="file://${p2buildrepoDirectory}/"/>
+    <property
+        name="p2.category.definition"
+        value="file://${wtp.builder.home}/components/${component}/category.xml"/>
+    <echo
+        message="p2.build.repo: ${p2.build.repo}"/>
+    <echo
+        message="p2.category.definition: ${p2.category.definition}"/>
+    <!--
+        Run a given ${target} on all elements being built Add on <ant>
+        task for each top level element being built.
+    -->
+    <available
+        property="allElementsFile"
+        file="${builder}/allElements.xml"
+        value="${builder}/allElements.xml"/>
+    <property
+        name="allElementsFile"
+        location="${eclipse.pdebuild.templates}/headless-build/allElements.xml"/>
+    <import
+        file="${allElementsFile}"/>
+    <target
+        name="allElements">
+        <echo
+            level="info"
+            message="target: ${target} "/>
+        <echo
+            level="info"
+            message="basedir: ${basedir}"/>
+        <echo
+            level="info"
+            message="component: ${component}"/>
+        <echo
+            level="info"
+            message="buildDirectory: ${buildDirectory}"/>
+        <echo
+            level="info"
+            message="baseLocation: ${baseLocation}"/>
+        <echo
+            level="info"
+            message="generic target: ${genericTargets}"/>
+        <echo
+            level="info"
+            message="topLevelElementId: ${topLevelElementId}"/>
+        <echo
+            message="compilerArg: ${compilerArg}"/>
+        <echo
+            message="individualSourceBundles: ${individualSourceBundles}"/>
+        <antcall
+            target="allElementsDelegator"/>
+    </target>
+
+    <!--
+        Check out map files from repository
+    -->
+    <target
+        name="getMapFiles">
+
+        <!-- for now, get all, at once. May componetize later. -->
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/maptasks.xml"
+            target="fetchAllMaps"/>
+    </target>
+
+
+    <!--
+        Steps to do before setup
+    -->
+    <target
+        name="preSetup">
+    </target>
+    <!--
+        Steps to do after setup but before starting the build proper
+    -->
+    <target
+        name="postSetup">
+        <dirname
+            file="${ant.file}"
+            property="component.dir"/>
+        <echo
+            level="debug"
+            message="ant.file: ${ant.file}"/>
+        <echo
+            level="debug"
+            message="component.dir: ${component.dir}"/>
+
+        <!-- Get the dependencies -->
+        <antcall
+            target="getDependencies"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Get the dependencies based on releng maps -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="getDependencies">
+        <ant
+            antfile="${component.dir}/dependency.xml"
+            target="get">
+            <property
+                name="base.install.dir"
+                value="${buildRoot}"/>
+        </ant>
+    </target>
+
+    <!--
+        Steps to do before fetching the build elements
+    -->
+    <target
+        name="preFetch">
+    </target>
+    <target
+        name="postFetch">
+    </target>
+    <!--
+        Steps to do before the repositories are being processed
+    -->
+    <target
+        name="preProcessRepos">
+    </target>
+    <!--
+        Steps to do after the repositories have been processed
+    -->
+    <target
+        name="postProcessRepos">
+    </target>
+
+    <!--
+        Steps to do before generating the build scripts.
+    -->
+    <target
+        name="preGenerate">
+    </target>
+
+    <!--
+        Steps to do after generating the build scripts.
+    -->
+    <target
+        name="postGenerate">
+        <echo
+            message="buildDirectory: ${buildDirectory}"/>
+        <customizeAccessRules
+            bundleDirectory="${buildDirectory}/plugins"
+            defaultRules="+org/eclipse/wst/**/*, +org/eclipse/jst/**/*"/>
+    </target>
+    <!--
+        Steps to do before running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="preProcess">
+        <replace
+            dir="${buildDirectory}/plugins"
+            value="${timestamp}"
+            token="@build@">
+            <include
+                name="**/about.mappings"/>
+        </replace>
+    </target>
+    <!--
+        Steps to do after running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="postProcess">
+        <condition
+            property="logsAvailable">
+            <istrue
+                value="${javacVerbose}"/>
+        </condition>
+        <antcall
+            target="gatherLogs"/>
+    </target>
+
+    <!-- Steps to do before running assemble. -->
+    <target
+        name="preAssemble">
+    </target>
+
+    <!--
+        Steps to do after running assemble.
+    -->
+    <target
+        name="postAssemble">
+
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="conditionAndSignJars"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="finishPackages"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createTraditionalZipFiles">
+        </ant>
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="prePackage">
+    </target>
+
+    <!-- Steps to do after running package. -->
+    <target
+        name="postPackage">
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="postBuild">
+    </target>
+
+    <!--
+        Steps to do to test the build results
+    -->
+    <target
+        name="test">
+    </target>
+
+    <!--
+        Steps to do to publish the build results
+    -->
+    <target
+        name="publish">
+    </target>
+
+    <!--
+        Helper targets
+    -->
+    <target
+        name="gatherLogs"
+        if="logsAvailable">
+        <mkdir
+            dir="${buildDirectory}/${buildLabel}/${compilelogsDir}"/>
+        <echo
+            level="debug"
+            message="logExtension: ${logExtension}"/>
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="gatherLogs"/>
+            <param
+                name="logExtension"
+                value="${logExtension}"/>
+        </antcall>
+        <unzip
+            dest="${buildDirectory}/${buildLabel}/${compilelogsDir}"
+            overwrite="true">
+            <fileset
+                dir="${buildDirectory}/features/${topLevelElementId}">
+                <include
+                    name="**/*.log.zip"/>
+            </fileset>
+        </unzip>
+        <!--
+            workaround: see
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=156043 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=172361 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=294070
+        -->
+
+        <copy
+            todir="${buildDirectory}/${buildLabel}/${compilelogsDir}/plugins"
+            overwrite="true">
+            <!--
+                we want all @dot.xml files, but assumes a certain
+                structure, to include directory for name of plugin
+            -->
+            <fileset
+                dir="${buildDirectory}/features/">
+                <include
+                    name="**/feature.temp.folder/"/>
+                <exclude
+                    name="**/*tests*feature*/feature.temp.folder/"/>
+            </fileset>
+            <compositemapper>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/@dot.xml"
+                    to="/\2/@dot.xml"/>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/(.*)bin.xml"
+                    to="/\2/\3bin.xml"/>
+            </compositemapper>
+        </copy>
+
+    </target>
+    <target
+        name="clean"
+        unless="noclean">
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="cleanElement"/>
+        </antcall>
+    </target>
+
+    <!--
+        Default target
+    -->
+    <target
+        name="noDefault">
+        <echo
+            level="error"
+            message="You must specify a target when invoking this file"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/dalie4-sdk/dependency.xml b/releng.wtpbuilder/components/dalie4-sdk/dependency.xml
new file mode 100644
index 0000000..70c0bd3
--- /dev/null
+++ b/releng.wtpbuilder/components/dalie4-sdk/dependency.xml
@@ -0,0 +1,79 @@
+<?xml version="1.0"?>
+<!--
+    ======================================================================
+    Properties that must be passed to this script: base.install.dir
+    dependencyTargets local.cache.dir dependency.properties
+
+    ======================================================================
+-->
+<project
+    name="test"
+    default="get">
+
+    <target
+        name="get">
+
+        <!--
+            read in this properties, just so we can make sure our
+            requested pre-reqs are defined via {groupId}.url
+        -->
+        <property
+            file="${dependency.properties}"/>
+
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emf"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emfxsd"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="gef"/>
+        </antcall>
+
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="dtp"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="e4"/>
+        </antcall>
+
+    </target>
+    <target
+        name="getAndInstall"
+        if="${groupId}.url">
+        <ant
+            antfile="${dependencyTargets}"
+            target="checkDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+        </ant>
+        <ant
+            antfile="${dependencyTargets}"
+            target="installDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+            <property
+                name="install.destination"
+                value="${base.install.dir}"/>
+        </ant>
+    </target>
+
+</project>
+
diff --git a/releng.wtpbuilder/components/dalie4.tests/allElements.xml b/releng.wtpbuilder/components/dalie4.tests/allElements.xml
new file mode 100644
index 0000000..ee3ae3c
--- /dev/null
+++ b/releng.wtpbuilder/components/dalie4.tests/allElements.xml
@@ -0,0 +1,113 @@
+<project
+    name="allElements Delegator">
+    <property
+        name="defaultAssemblyEnabled"
+        value="true"/>
+    <!--
+        =====================================================================
+    -->
+    <!-- Run a given ${target} on all elements being built -->
+    <!--
+        By default ${topLevelElementType} and ${topLevelElementId}
+        should be
+    -->
+    <!--
+        defined in the builder's build.properties file. You can
+        customize by
+    -->
+    <!-- setting the type/id values directly here. -->
+    <!--
+        You can add additional calls to ${genericTargets} to build more
+        top
+    -->
+    <!-- level elements. -->
+    <!-- -->
+    <!--
+        The top level must exist in the ${buildDirectory},
+        ${baseLocation} or
+    -->
+    <!-- ${pluginPath} locations. -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="allElementsDelegator">
+        <ant
+            antfile="${genericTargets}"
+            target="${target}">
+            <property
+                name="type"
+                value="${topLevelElementType}"/>
+            <property
+                name="id"
+                value="${topLevelElementId}"/>
+        </ant>
+    </target>
+    <!--
+        ======================================================================
+    -->
+    <!--
+        The default assemble target, this will be called to assemble
+        each
+    -->
+    <!-- config if a custom assemble target is not defined. -->
+    <!-- The following properties will be defined: -->
+    <!--
+        config : The configuration being assembled eg "win32.win32.x86"
+    -->
+    <!-- element: The element being assembled eg "org.eclipse.sdk" -->
+    <!-- assembleScriptName: The assemble script to be called -->
+    <!--
+        ======================================================================
+    -->
+    <target
+        name="defaultAssemble">
+        <echo
+            message="defaultAssemble assembleScriptName: ${assembleScriptName}"/>
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Custom targets to assemble the built elements for particular -->
+    <!--
+        configurations. These generally call the generated assemble
+        scripts
+    -->
+    <!--
+        (named in ${assembleScriptName}) but may also add pre and post
+    -->
+    <!-- processing -->
+    <!--
+        Add one target for each root element and each configuration for
+        which
+    -->
+    <!--
+        custom processing is desired. Replace element.id with the id of
+        the
+    -->
+    <!--
+        top level element being built. A property with a matching name
+        must
+    -->
+    <!--
+        be defined for this custom target to be called instead of the
+    -->
+    <!-- defaultAssemble target above. -->
+    <!-- Example: name="assemble.org.eclipse.sdk" -->
+    <!-- Example: name="assemble.org.eclipse.sdk.win32.win32.x86" -->
+    <!--
+        ======================================================================
+    -->
+    <property
+        name="assemble.element.id[.config.spec]"
+        value="true"/>
+    <target
+        name="assemble.element.id[.config.spec]">
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/dalie4.tests/build.properties b/releng.wtpbuilder/components/dalie4.tests/build.properties
new file mode 100644
index 0000000..e7dcede
--- /dev/null
+++ b/releng.wtpbuilder/components/dalie4.tests/build.properties
@@ -0,0 +1,46 @@
+###############################################################################
+# Copyright (c) 2005 Oracle 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:
+#     Oracle Corporation - initial API and implementation
+###############################################################################
+
+# This property file is used automatically by the PDE build process
+
+runPackager=true
+
+# This is a subdirectory of $buildDirectory
+# Set collectingFolder and archivePrefix to . if you want to create archives without
+# trailing eclipse in the paths of the included files
+collectingFolder=eclipse
+logExtension=.xml
+# The prefix that will be used in the generated archive.
+# Does not make sense to use a different archivePrefix than collectingFolder, 
+# because zip wouldn't find any files to include into the target zip otherwise
+archivePrefix=eclipse
+
+# Whether or not to include debug info in the output jars
+javacDebugInfo=true 
+
+# Whether or not to fail the build if there are compiler errors
+javacFailOnError=false
+
+##################################################
+# Asks the compiler for verbose output.  This should be set to true in order for *.bin.log files to be generated when
+# using the JDT Compiler Adapter to compile.
+javacVerbose=true
+
+sign=false
+
+p2.gathering=true
+p2.compress=true
+skipMirroring=true
+
+compilelogsDir=testcompilelogs
+
+topLevelElementType=feature
+topLevelElementId=org.eclipse.jpt.tests.assembly.feature
diff --git a/releng.wtpbuilder/components/dalie4.tests/category.xml b/releng.wtpbuilder/components/dalie4.tests/category.xml
new file mode 100644
index 0000000..4cfedc6
--- /dev/null
+++ b/releng.wtpbuilder/components/dalie4.tests/category.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+
+    <feature
+        url="features/org.eclipse.jpt.tests_2.1.0.qualifier.jar"
+        id="org.eclipse.jpt.tests"
+        version="2.1.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <category-def
+        name="Web Tools Platform Tests (WTP Tests) 3.2.0"
+        label="Web Tools Platform Tests (WTP Tests) 3.2.0">
+        <description>
+            These features provide Unit tests for WTP. WTP Committers, or others testing WTP, will need these in at least
+            their PDE Targets.
+        </description>
+    </category-def>
+</site>
diff --git a/releng.wtpbuilder/components/dalie4.tests/customTargets.xml b/releng.wtpbuilder/components/dalie4.tests/customTargets.xml
new file mode 100644
index 0000000..ed00810
--- /dev/null
+++ b/releng.wtpbuilder/components/dalie4.tests/customTargets.xml
@@ -0,0 +1,362 @@
+<project
+    name="PDECustomTargets"
+    default="noDefault"
+    basedir=".">
+    <!--
+        = = = standard properties pattern = = = Note to be
+        cross-platform, "environment variables" are only appropriate for
+        some variables, e.g. ones we set, since properties are case
+        sensitive, even if the environment variables on your operating
+        system are not, e.g. it will be ${env.Path} not ${env.PATH} on
+        Windows
+    -->
+    <property
+        environment="env"/>
+    <!--
+        Let users override standard properties, if desired. If
+        directory, file, or some properties do not exist, then standard
+        properties will be used.
+    -->
+    <property
+        file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"/>
+
+    <!-- let this project specify properties, if not already set -->
+    <property
+        file="build.properties"/>
+    <fail
+        message="dependency.properties must be specified by distribution script"
+        unless="dependency.properties"/>
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be set"/>
+    <echo
+        message="buildDirectory: ${buildDirectory}"/>
+    <property
+        name="archiveName"
+        value="${component}-buildrepo-${buildLabel}.zip"/>
+    <property
+        name="p2.metadata.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2.artifact.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2buildrepoDirectory"
+        value="${buildDirectory}/${buildLabel}/buildrepository/${component}/"/>
+    <property
+        name="p2.build.repo"
+        value="file://${p2buildrepoDirectory}/"/>
+    <property
+        name="p2.category.definition"
+        value="file://${wtp.builder.home}/components/${component}/category.xml"/>
+    <echo
+        message="p2.build.repo: ${p2.build.repo}"/>
+    <echo
+        message="p2.category.definition: ${p2.category.definition}"/>
+    <!--
+        Run a given ${target} on all elements being built Add on <ant>
+        task for each top level element being built.
+    -->
+    <available
+        property="allElementsFile"
+        file="${builder}/allElements.xml"
+        value="${builder}/allElements.xml"/>
+    <property
+        name="allElementsFile"
+        location="${eclipse.pdebuild.templates}/headless-build/allElements.xml"/>
+    <import
+        file="${allElementsFile}"/>
+    <target
+        name="allElements">
+        <echo
+            level="info"
+            message="target: ${target} "/>
+        <echo
+            level="info"
+            message="basedir: ${basedir}"/>
+        <echo
+            level="info"
+            message="component: ${component}"/>
+        <echo
+            level="info"
+            message="buildDirectory: ${buildDirectory}"/>
+        <echo
+            level="info"
+            message="baseLocation: ${baseLocation}"/>
+        <echo
+            level="info"
+            message="generic target: ${genericTargets}"/>
+        <echo
+            level="info"
+            message="topLevelElementId: ${topLevelElementId}"/>
+        <echo
+            message="compilerArg: ${compilerArg}"/>
+        <echo
+            message="individualSourceBundles: ${individualSourceBundles}"/>
+        <antcall
+            target="allElementsDelegator"/>
+    </target>
+
+    <!--
+        Check out map files from repository
+    -->
+    <target
+        name="getMapFiles">
+
+        <!-- for now, get all, at once. May componetize later. -->
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/maptasks.xml"
+            target="fetchAllMaps"/>
+    </target>
+
+
+    <!--
+        Steps to do before setup
+    -->
+    <target
+        name="preSetup">
+    </target>
+    <!--
+        Steps to do after setup but before starting the build proper
+    -->
+    <target
+        name="postSetup">
+        <dirname
+            file="${ant.file}"
+            property="component.dir"/>
+        <echo
+            level="debug"
+            message="ant.file: ${ant.file}"/>
+        <echo
+            level="debug"
+            message="component.dir: ${component.dir}"/>
+
+        <!-- Get the dependencies -->
+        <antcall
+            target="getDependencies"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Get the dependencies based on releng maps -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="getDependencies">
+        <ant
+            antfile="${component.dir}/dependency.xml"
+            target="get">
+            <property
+                name="base.install.dir"
+                value="${buildRoot}"/>
+        </ant>
+    </target>
+
+    <!--
+        Steps to do before fetching the build elements
+    -->
+    <target
+        name="preFetch">
+    </target>
+    <target
+        name="postFetch">
+    </target>
+    <!--
+        Steps to do before the repositories are being processed
+    -->
+    <target
+        name="preProcessRepos">
+    </target>
+    <!--
+        Steps to do after the repositories have been processed
+    -->
+    <target
+        name="postProcessRepos">
+    </target>
+
+    <!--
+        Steps to do before generating the build scripts.
+    -->
+    <target
+        name="preGenerate">
+    </target>
+
+    <!--
+        Steps to do after generating the build scripts.
+    -->
+    <target
+        name="postGenerate">
+        <echo
+            message="buildDirectory: ${buildDirectory}"/>
+        <customizeAccessRules
+            bundleDirectory="${buildDirectory}/plugins"
+            defaultRules="+org/eclipse/wst/**/*, +org/eclipse/jst/**/*"/>
+    </target>
+    <!--
+        Steps to do before running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="preProcess">
+        <replace
+            dir="${buildDirectory}/plugins"
+            value="${timestamp}"
+            token="@build@">
+            <include
+                name="**/about.mappings"/>
+        </replace>
+    </target>
+    <!--
+        Steps to do after running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="postProcess">
+        <condition
+            property="logsAvailable">
+            <istrue
+                value="${javacVerbose}"/>
+        </condition>
+        <antcall
+            target="gatherLogs"/>
+    </target>
+
+    <!-- Steps to do before running assemble. -->
+    <target
+        name="preAssemble">
+    </target>
+
+    <!--
+        Steps to do after running assemble.
+    -->
+    <target
+        name="postAssemble">
+
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="conditionAndSignJars"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="finishPackages"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createTraditionalZipFiles">
+        </ant>
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="prePackage">
+    </target>
+
+    <!-- Steps to do after running package. -->
+    <target
+        name="postPackage">
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="postBuild">
+    </target>
+
+    <!--
+        Steps to do to test the build results
+    -->
+    <target
+        name="test">
+    </target>
+
+    <!--
+        Steps to do to publish the build results
+    -->
+    <target
+        name="publish">
+    </target>
+
+    <!--
+        Helper targets
+    -->
+    <target
+        name="gatherLogs"
+        if="logsAvailable">
+        <mkdir
+            dir="${buildDirectory}/${buildLabel}/${compilelogsDir}"/>
+        <echo
+            level="debug"
+            message="logExtension: ${logExtension}"/>
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="gatherLogs"/>
+            <param
+                name="logExtension"
+                value="${logExtension}"/>
+        </antcall>
+        <unzip
+            dest="${buildDirectory}/${buildLabel}/${compilelogsDir}"
+            overwrite="true">
+            <fileset
+                dir="${buildDirectory}/features/${topLevelElementId}">
+                <include
+                    name="**/*.log.zip"/>
+            </fileset>
+        </unzip>
+        <!--
+            workaround: see
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=156043 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=172361 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=294070
+        -->
+
+        <copy
+            todir="${buildDirectory}/${buildLabel}/${compilelogsDir}/plugins"
+            overwrite="true">
+            <!--
+                we want all @dot.xml files, but assumes a certain
+                structure, to include directory for name of plugin
+            -->
+            <fileset
+                dir="${buildDirectory}/features/">
+                <include
+                    name="**/*tests*feature*/feature.temp.folder/"/>
+            </fileset>
+            <compositemapper>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/@dot.xml"
+                    to="/\2/@dot.xml"/>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/(.*)bin.xml"
+                    to="/\2/\3bin.xml"/>
+            </compositemapper>
+        </copy>
+
+    </target>
+    <target
+        name="clean"
+        unless="noclean">
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="cleanElement"/>
+        </antcall>
+    </target>
+
+    <!--
+        Default target
+    -->
+    <target
+        name="noDefault">
+        <echo
+            level="error"
+            message="You must specify a target when invoking this file"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/dalie4.tests/dependency.xml b/releng.wtpbuilder/components/dalie4.tests/dependency.xml
new file mode 100644
index 0000000..3703d9e
--- /dev/null
+++ b/releng.wtpbuilder/components/dalie4.tests/dependency.xml
@@ -0,0 +1,89 @@
+<?xml version="1.0"?>
+<!--
+    ======================================================================
+    Properties that must be passed to this script: base.install.dir
+    dependencyTargets local.cache.dir dependency.properties
+
+
+    ======================================================================
+-->
+<project
+    name="test"
+    default="get">
+
+    <target
+        name="get">
+
+        <!--
+            read in this properties, just so we can make sure our
+            requested pre-reqs are defined via {groupId}.url
+        -->
+        <property
+            file="${dependency.properties}"/>
+
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emf"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emfxsd"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="gef"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="dtp"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="e4"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="eclipseTestFramework"/>
+        </antcall>
+
+    </target>
+
+
+    <target
+        name="getAndInstall"
+        unless="skipGetAndInstall"
+        if="${groupId}.url">
+
+        <ant
+            antfile="${dependencyTargets}"
+            target="checkDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+        </ant>
+        <ant
+            antfile="${dependencyTargets}"
+            target="installDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+            <property
+                name="install.destination"
+                value="${base.install.dir}"/>
+        </ant>
+
+    </target>
+
+</project>
diff --git a/releng.wtpbuilder/components/jste4-sdk/allElements.xml b/releng.wtpbuilder/components/jste4-sdk/allElements.xml
new file mode 100644
index 0000000..ee3ae3c
--- /dev/null
+++ b/releng.wtpbuilder/components/jste4-sdk/allElements.xml
@@ -0,0 +1,113 @@
+<project
+    name="allElements Delegator">
+    <property
+        name="defaultAssemblyEnabled"
+        value="true"/>
+    <!--
+        =====================================================================
+    -->
+    <!-- Run a given ${target} on all elements being built -->
+    <!--
+        By default ${topLevelElementType} and ${topLevelElementId}
+        should be
+    -->
+    <!--
+        defined in the builder's build.properties file. You can
+        customize by
+    -->
+    <!-- setting the type/id values directly here. -->
+    <!--
+        You can add additional calls to ${genericTargets} to build more
+        top
+    -->
+    <!-- level elements. -->
+    <!-- -->
+    <!--
+        The top level must exist in the ${buildDirectory},
+        ${baseLocation} or
+    -->
+    <!-- ${pluginPath} locations. -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="allElementsDelegator">
+        <ant
+            antfile="${genericTargets}"
+            target="${target}">
+            <property
+                name="type"
+                value="${topLevelElementType}"/>
+            <property
+                name="id"
+                value="${topLevelElementId}"/>
+        </ant>
+    </target>
+    <!--
+        ======================================================================
+    -->
+    <!--
+        The default assemble target, this will be called to assemble
+        each
+    -->
+    <!-- config if a custom assemble target is not defined. -->
+    <!-- The following properties will be defined: -->
+    <!--
+        config : The configuration being assembled eg "win32.win32.x86"
+    -->
+    <!-- element: The element being assembled eg "org.eclipse.sdk" -->
+    <!-- assembleScriptName: The assemble script to be called -->
+    <!--
+        ======================================================================
+    -->
+    <target
+        name="defaultAssemble">
+        <echo
+            message="defaultAssemble assembleScriptName: ${assembleScriptName}"/>
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Custom targets to assemble the built elements for particular -->
+    <!--
+        configurations. These generally call the generated assemble
+        scripts
+    -->
+    <!--
+        (named in ${assembleScriptName}) but may also add pre and post
+    -->
+    <!-- processing -->
+    <!--
+        Add one target for each root element and each configuration for
+        which
+    -->
+    <!--
+        custom processing is desired. Replace element.id with the id of
+        the
+    -->
+    <!--
+        top level element being built. A property with a matching name
+        must
+    -->
+    <!--
+        be defined for this custom target to be called instead of the
+    -->
+    <!-- defaultAssemble target above. -->
+    <!-- Example: name="assemble.org.eclipse.sdk" -->
+    <!-- Example: name="assemble.org.eclipse.sdk.win32.win32.x86" -->
+    <!--
+        ======================================================================
+    -->
+    <property
+        name="assemble.element.id[.config.spec]"
+        value="true"/>
+    <target
+        name="assemble.element.id[.config.spec]">
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/jste4-sdk/build.properties b/releng.wtpbuilder/components/jste4-sdk/build.properties
new file mode 100644
index 0000000..c959d14
--- /dev/null
+++ b/releng.wtpbuilder/components/jste4-sdk/build.properties
@@ -0,0 +1,45 @@
+###############################################################################
+# Copyright (c) 2003, 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
+###############################################################################
+
+# This property file is used automatically by the PDE build process
+
+runPackager=true
+
+# This is a subdirectory of $buildDirectory
+# Set collectingFolder and archivePrefix to . if you want to create archives without
+# trailing eclipse in the paths of the included files
+collectingFolder=eclipse
+logExtension=.xml
+# The prefix that will be used in the generated archive.
+# Does not make sense to use a different archivePrefix than collectingFolder, 
+# because zip wouldn't find any files to include into the target zip otherwise
+archivePrefix=eclipse
+
+# Whether or not to include debug info in the output jars
+javacDebugInfo=true 
+
+# Whether or not to fail the build if there are compiler errors
+javacFailOnError=false
+
+##################################################
+# Asks the compiler for verbose output.  This should be set to true in order for *.bin.log files to be generated when
+# using the JDT Compiler Adapter to compile.
+javacVerbose=true
+
+sign=true
+
+p2.gathering=true
+p2.compress=true
+skipMirroring=true
+
+compilelogsDir=compilelogs
+topLevelElementType=feature
+topLevelElementId=org.eclipse.jst.sdk
diff --git a/releng.wtpbuilder/components/jste4-sdk/category.xml b/releng.wtpbuilder/components/jste4-sdk/category.xml
new file mode 100644
index 0000000..378d219
--- /dev/null
+++ b/releng.wtpbuilder/components/jste4-sdk/category.xml
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+    <feature
+        url="features/org.eclipse.jst.enterprise_ui.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.jst.enterprise_ui.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jsf.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.jsf.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.enterprise_sdk.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.jst.enterprise_sdk.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jsf_sdk.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.jsf_sdk.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+
+    <feature
+        url="features/org.eclipse.jst.ws.jaxws_sdk.feature_1.0.0.qualifier.jar"
+        id="org.eclipse.jst.ws.jaxws_sdk.feature"
+        version="1.0.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.ws.jaxws.dom_sdk.feature_1.0.0.qualifier.jar"
+        id="org.eclipse.jst.ws.jaxws.dom_sdk.feature"
+        version="1.0.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.ws.cxf_sdk.feature_1.0.0.qualifier.jar"
+        id="org.eclipse.jst.ws.cxf_sdk.feature"
+        version="1.0.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature_2.2.100.qualifier.jar"
+        id="org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature"
+        version="2.2.100.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.ws.axis2tools_sdk.feature_1.1.100.qualifier.jar"
+        id="org.eclipse.jst.ws.axis2tools_sdk.feature"
+        version="1.1.100.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.webpageeditor_sdk.feature_2.3.0.qualifier.jar"
+        id="org.eclipse.jst.webpageeditor_sdk.feature"
+        version="2.3.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.ws.axis2tools.feature_1.1.100.qualifier.jar"
+        id="org.eclipse.jst.ws.axis2tools.feature"
+        version="1.1.100.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.webpageeditor.feature_2.3.0.qualifier.jar"
+        id="org.eclipse.jst.webpageeditor.feature"
+        version="2.3.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.ws.jaxws.feature_1.0.0.qualifier.jar"
+        id="org.eclipse.jst.ws.jaxws.feature"
+        version="1.0.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.ws.jaxws.dom.feature_1.0.0.qualifier.jar"
+        id="org.eclipse.jst.ws.jaxws.dom.feature"
+        version="1.0.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature_2.2.100.qualifier.jar"
+        id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature"
+        version="2.2.100.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.ws.cxf.feature_1.0.0.qualifier.jar"
+        id="org.eclipse.jst.ws.cxf.feature"
+        version="1.0.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <category-def
+        name="Web Tools Platform (WTP) 3.2.0"
+        label="Web Tools Platform (WTP) 3.2.0">
+        <description>
+            These features provide functionality with the executable code only and are recommended for most users.
+      </description>
+    </category-def>
+    <category-def
+        name="Web Tools Platform SDK (WTP SDK) 3.2.0"
+        label="Web Tools Platform SDK (WTP SDK) 3.2.0">
+        <description>
+            These features provide functionality with the executable code and the source code and are recommended for those
+            extending or debugging
+            WTP.
+      </description>
+    </category-def>
+</site>
diff --git a/releng.wtpbuilder/components/jste4-sdk/customTargets.xml b/releng.wtpbuilder/components/jste4-sdk/customTargets.xml
new file mode 100644
index 0000000..5b71fda
--- /dev/null
+++ b/releng.wtpbuilder/components/jste4-sdk/customTargets.xml
@@ -0,0 +1,364 @@
+<project
+    name="PDECustomTargets"
+    default="noDefault"
+    basedir=".">
+    <!--
+        = = = standard properties pattern = = = Note to be
+        cross-platform, "environment variables" are only appropriate for
+        some variables, e.g. ones we set, since properties are case
+        sensitive, even if the environment variables on your operating
+        system are not, e.g. it will be ${env.Path} not ${env.PATH} on
+        Windows
+    -->
+    <property
+        environment="env"/>
+    <!--
+        Let users override standard properties, if desired. If
+        directory, file, or some properties do not exist, then standard
+        properties will be used.
+    -->
+    <property
+        file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"/>
+
+    <!-- let this project specify properties, if not already set -->
+    <property
+        file="build.properties"/>
+    <fail
+        message="dependency.properties must be specified by distribution script"
+        unless="dependency.properties"/>
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be set"/>
+    <echo
+        message="buildDirectory: ${buildDirectory}"/>
+    <property
+        name="archiveName"
+        value="${component}-buildrepo-${buildLabel}.zip"/>
+    <property
+        name="p2.metadata.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2.artifact.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2buildrepoDirectory"
+        value="${buildDirectory}/${buildLabel}/buildrepository/${component}/"/>
+    <property
+        name="p2.build.repo"
+        value="file://${p2buildrepoDirectory}/"/>
+    <property
+        name="p2.category.definition"
+        value="file://${wtp.builder.home}/components/${component}/category.xml"/>
+    <echo
+        message="p2.build.repo: ${p2.build.repo}"/>
+    <echo
+        message="p2.category.definition: ${p2.category.definition}"/>
+    <!--
+        Run a given ${target} on all elements being built Add on <ant>
+        task for each top level element being built.
+    -->
+    <available
+        property="allElementsFile"
+        file="${builder}/allElements.xml"
+        value="${builder}/allElements.xml"/>
+    <property
+        name="allElementsFile"
+        location="${eclipse.pdebuild.templates}/headless-build/allElements.xml"/>
+    <import
+        file="${allElementsFile}"/>
+    <target
+        name="allElements">
+        <echo
+            level="info"
+            message="target: ${target} "/>
+        <echo
+            level="info"
+            message="basedir: ${basedir}"/>
+        <echo
+            level="info"
+            message="component: ${component}"/>
+        <echo
+            level="info"
+            message="buildDirectory: ${buildDirectory}"/>
+        <echo
+            level="info"
+            message="baseLocation: ${baseLocation}"/>
+        <echo
+            level="info"
+            message="generic target: ${genericTargets}"/>
+        <echo
+            level="info"
+            message="topLevelElementId: ${topLevelElementId}"/>
+        <echo
+            message="compilerArg: ${compilerArg}"/>
+        <echo
+            message="individualSourceBundles: ${individualSourceBundles}"/>
+        <antcall
+            target="allElementsDelegator"/>
+    </target>
+
+    <!--
+        Check out map files from repository
+    -->
+    <target
+        name="getMapFiles">
+
+        <!-- for now, get all, at once. May componetize later. -->
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/maptasks.xml"
+            target="fetchAllMaps"/>
+    </target>
+
+
+    <!--
+        Steps to do before setup
+    -->
+    <target
+        name="preSetup">
+    </target>
+    <!--
+        Steps to do after setup but before starting the build proper
+    -->
+    <target
+        name="postSetup">
+        <dirname
+            file="${ant.file}"
+            property="component.dir"/>
+        <echo
+            level="debug"
+            message="ant.file: ${ant.file}"/>
+        <echo
+            level="debug"
+            message="component.dir: ${component.dir}"/>
+
+        <!-- Get the dependencies -->
+        <antcall
+            target="getDependencies"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Get the dependencies based on releng maps -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="getDependencies">
+        <ant
+            antfile="${component.dir}/dependency.xml"
+            target="get">
+            <property
+                name="base.install.dir"
+                value="${buildRoot}"/>
+        </ant>
+    </target>
+
+    <!--
+        Steps to do before fetching the build elements
+    -->
+    <target
+        name="preFetch">
+    </target>
+    <target
+        name="postFetch">
+    </target>
+    <!--
+        Steps to do before the repositories are being processed
+    -->
+    <target
+        name="preProcessRepos">
+    </target>
+    <!--
+        Steps to do after the repositories have been processed
+    -->
+    <target
+        name="postProcessRepos">
+    </target>
+
+    <!--
+        Steps to do before generating the build scripts.
+    -->
+    <target
+        name="preGenerate">
+    </target>
+
+    <!--
+        Steps to do after generating the build scripts.
+    -->
+    <target
+        name="postGenerate">
+        <echo
+            message="buildDirectory: ${buildDirectory}"/>
+        <customizeAccessRules
+            bundleDirectory="${buildDirectory}/plugins"
+            defaultRules="+org/eclipse/wst/**/*, +org/eclipse/jst/**/*"/>
+    </target>
+    <!--
+        Steps to do before running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="preProcess">
+        <replace
+            dir="${buildDirectory}/plugins"
+            value="${timestamp}"
+            token="@build@">
+            <include
+                name="**/about.mappings"/>
+        </replace>
+    </target>
+    <!--
+        Steps to do after running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="postProcess">
+        <condition
+            property="logsAvailable">
+            <istrue
+                value="${javacVerbose}"/>
+        </condition>
+        <antcall
+            target="gatherLogs"/>
+    </target>
+
+    <!-- Steps to do before running assemble. -->
+    <target
+        name="preAssemble">
+    </target>
+
+    <!--
+        Steps to do after running assemble.
+    -->
+    <target
+        name="postAssemble">
+
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="conditionAndSignJars"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="finishPackages"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createTraditionalZipFiles">
+        </ant>
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="prePackage">
+    </target>
+
+    <!-- Steps to do after running package. -->
+    <target
+        name="postPackage">
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="postBuild">
+    </target>
+
+    <!--
+        Steps to do to test the build results
+    -->
+    <target
+        name="test">
+    </target>
+
+    <!--
+        Steps to do to publish the build results
+    -->
+    <target
+        name="publish">
+    </target>
+
+    <!--
+        Helper targets
+    -->
+    <target
+        name="gatherLogs"
+        if="logsAvailable">
+        <mkdir
+            dir="${buildDirectory}/${buildLabel}/${compilelogsDir}"/>
+        <echo
+            level="debug"
+            message="logExtension: ${logExtension}"/>
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="gatherLogs"/>
+            <param
+                name="logExtension"
+                value="${logExtension}"/>
+        </antcall>
+        <unzip
+            dest="${buildDirectory}/${buildLabel}/${compilelogsDir}"
+            overwrite="true">
+            <fileset
+                dir="${buildDirectory}/features/${topLevelElementId}">
+                <include
+                    name="**/*.log.zip"/>
+            </fileset>
+        </unzip>
+        <!--
+            workaround: see
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=156043 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=172361 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=294070
+        -->
+
+        <copy
+            todir="${buildDirectory}/${buildLabel}/${compilelogsDir}/plugins"
+            overwrite="true">
+            <!--
+                we want all @dot.xml files, but assumes a certain
+                structure, to include directory for name of plugin
+            -->
+            <fileset
+                dir="${buildDirectory}/features/">
+                <include
+                    name="**/feature.temp.folder/"/>
+                <exclude
+                    name="**/*tests*feature*/feature.temp.folder/"/>
+            </fileset>
+            <compositemapper>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/@dot.xml"
+                    to="/\2/@dot.xml"/>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/(.*)bin.xml"
+                    to="/\2/\3bin.xml"/>
+            </compositemapper>
+        </copy>
+
+    </target>
+    <target
+        name="clean"
+        unless="noclean">
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="cleanElement"/>
+        </antcall>
+    </target>
+
+    <!--
+        Default target
+    -->
+    <target
+        name="noDefault">
+        <echo
+            level="error"
+            message="You must specify a target when invoking this file"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/jste4-sdk/dependency.xml b/releng.wtpbuilder/components/jste4-sdk/dependency.xml
new file mode 100644
index 0000000..aa11ba1
--- /dev/null
+++ b/releng.wtpbuilder/components/jste4-sdk/dependency.xml
@@ -0,0 +1,106 @@
+<?xml version="1.0"?>
+<!--
+    ======================================================================
+    Properties that must be passed to this script: base.install.dir
+    dependencyTargets local.cache.dir dependency.properties
+    ======================================================================
+-->
+<project
+    name="test"
+    default="get">
+    <target
+        name="get">
+        <!--
+            read in this properties, just so we can make sure our
+            requested pre-reqs are defined via {groupId}.url
+        -->
+        <property
+            file="${dependency.properties}"/>
+        <mkdir
+            dir="${buildDirectory}/maps/${env.RELENG}/maps"/>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="orbitthirdpartymap"/>
+            <param
+                name="base.install.dir"
+                value="${buildDirectory}/maps/${env.RELENG}/maps/"/>
+        </antcall>
+        <property
+            name="pde.builder.path"
+            value="${env.BASE_BUILDERS}/${eclipse.builder.version}/${eclipse.builder}"/>
+        <echo
+            level="debug"
+            message="pde.builder.path: ${pde.builder.path}"/>
+        <echo
+            level="debug"
+            message="eclipse.builder.version: ${eclipse.builder.version}"/>
+        <echo
+            level="debug"
+            message="eclipse.builder: ${eclipse.builder}"/>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emf"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emfxsd"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="gef"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="dtp"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="e4"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="eclipseTestFramework"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="dita"/>
+        </antcall>
+    </target>
+    <target
+        name="getAndInstall"
+        if="${groupId}.url">
+        <ant
+            antfile="${dependencyTargets}"
+            target="checkDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+        </ant>
+        <ant
+            antfile="${dependencyTargets}"
+            target="installDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+            <property
+                name="install.destination"
+                value="${base.install.dir}"/>
+        </ant>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/jste4.tests/allElements.xml b/releng.wtpbuilder/components/jste4.tests/allElements.xml
new file mode 100644
index 0000000..ee3ae3c
--- /dev/null
+++ b/releng.wtpbuilder/components/jste4.tests/allElements.xml
@@ -0,0 +1,113 @@
+<project
+    name="allElements Delegator">
+    <property
+        name="defaultAssemblyEnabled"
+        value="true"/>
+    <!--
+        =====================================================================
+    -->
+    <!-- Run a given ${target} on all elements being built -->
+    <!--
+        By default ${topLevelElementType} and ${topLevelElementId}
+        should be
+    -->
+    <!--
+        defined in the builder's build.properties file. You can
+        customize by
+    -->
+    <!-- setting the type/id values directly here. -->
+    <!--
+        You can add additional calls to ${genericTargets} to build more
+        top
+    -->
+    <!-- level elements. -->
+    <!-- -->
+    <!--
+        The top level must exist in the ${buildDirectory},
+        ${baseLocation} or
+    -->
+    <!-- ${pluginPath} locations. -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="allElementsDelegator">
+        <ant
+            antfile="${genericTargets}"
+            target="${target}">
+            <property
+                name="type"
+                value="${topLevelElementType}"/>
+            <property
+                name="id"
+                value="${topLevelElementId}"/>
+        </ant>
+    </target>
+    <!--
+        ======================================================================
+    -->
+    <!--
+        The default assemble target, this will be called to assemble
+        each
+    -->
+    <!-- config if a custom assemble target is not defined. -->
+    <!-- The following properties will be defined: -->
+    <!--
+        config : The configuration being assembled eg "win32.win32.x86"
+    -->
+    <!-- element: The element being assembled eg "org.eclipse.sdk" -->
+    <!-- assembleScriptName: The assemble script to be called -->
+    <!--
+        ======================================================================
+    -->
+    <target
+        name="defaultAssemble">
+        <echo
+            message="defaultAssemble assembleScriptName: ${assembleScriptName}"/>
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Custom targets to assemble the built elements for particular -->
+    <!--
+        configurations. These generally call the generated assemble
+        scripts
+    -->
+    <!--
+        (named in ${assembleScriptName}) but may also add pre and post
+    -->
+    <!-- processing -->
+    <!--
+        Add one target for each root element and each configuration for
+        which
+    -->
+    <!--
+        custom processing is desired. Replace element.id with the id of
+        the
+    -->
+    <!--
+        top level element being built. A property with a matching name
+        must
+    -->
+    <!--
+        be defined for this custom target to be called instead of the
+    -->
+    <!-- defaultAssemble target above. -->
+    <!-- Example: name="assemble.org.eclipse.sdk" -->
+    <!-- Example: name="assemble.org.eclipse.sdk.win32.win32.x86" -->
+    <!--
+        ======================================================================
+    -->
+    <property
+        name="assemble.element.id[.config.spec]"
+        value="true"/>
+    <target
+        name="assemble.element.id[.config.spec]">
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/jste4.tests/build.properties b/releng.wtpbuilder/components/jste4.tests/build.properties
new file mode 100644
index 0000000..c72ea7b
--- /dev/null
+++ b/releng.wtpbuilder/components/jste4.tests/build.properties
@@ -0,0 +1,46 @@
+###############################################################################
+# Copyright (c) 2003, 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
+###############################################################################
+
+# This property file is used automatically by the PDE build process
+
+runPackager=true
+
+# This is a subdirectory of $buildDirectory
+# Set collectingFolder and archivePrefix to . if you want to create archives without
+# trailing eclipse in the paths of the included files
+collectingFolder=eclipse
+logExtension=.xml
+# The prefix that will be used in the generated archive.
+# Does not make sense to use a different archivePrefix than collectingFolder, 
+# because zip wouldn't find any files to include into the target zip otherwise
+archivePrefix=eclipse
+
+# Whether or not to include debug info in the output jars
+javacDebugInfo=true 
+
+# Whether or not to fail the build if there are compiler errors
+javacFailOnError=false
+
+##################################################
+# Asks the compiler for verbose output.  This should be set to true in order for *.bin.log files to be generated when
+# using the JDT Compiler Adapter to compile.
+javacVerbose=true
+
+sign=false
+
+p2.gathering=true
+p2.compress=true
+skipMirroring=true
+
+compilelogsDir=testcompilelogs
+
+topLevelElementType=feature
+topLevelElementId=org.eclipse.jst.tests
diff --git a/releng.wtpbuilder/components/jste4.tests/category.xml b/releng.wtpbuilder/components/jste4.tests/category.xml
new file mode 100644
index 0000000..5a5d6b0
--- /dev/null
+++ b/releng.wtpbuilder/components/jste4.tests/category.xml
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+    <feature
+        url="features/org.eclipse.jst.ws.jaxws_tests.feature_1.0.0.qualifier.jar"
+        id="org.eclipse.jst.ws.jaxws_tests.feature"
+        version="1.0.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.ws.cxf_tests.feature_1.0.0.qualifier.jar"
+        id="org.eclipse.jst.ws.cxf_tests.feature"
+        version="1.0.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.jsf.tests.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.jst.jsf.tests.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.web_tests.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.jst.web_tests.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.enterprise_tests.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.jst.enterprise_tests.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.server_tests.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.jst.server_tests.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.server_adapters.ext_tests.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.jst.server_adapters.ext_tests.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wtp.releng.tools.feature_1.1.3.qualifier.jar"
+        id="org.eclipse.wtp.releng.tools.feature"
+        version="1.1.3.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.ws.jaxws.dom_tests.feature_1.0.0.qualifier.jar"
+        id="org.eclipse.jst.ws.jaxws.dom_tests.feature"
+        version="1.0.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <category-def
+        name="Web Tools Platform Tests (WTP Tests) 3.2.0"
+        label="Web Tools Platform Tests (WTP Tests) 3.2.0">
+        <description>
+            These features provide Unit tests for WTP. WTP Committers, or others testing WTP, will need these in at least
+            their PDE Targets.
+        </description>
+    </category-def>
+</site>
diff --git a/releng.wtpbuilder/components/jste4.tests/customTargets.xml b/releng.wtpbuilder/components/jste4.tests/customTargets.xml
new file mode 100644
index 0000000..ed00810
--- /dev/null
+++ b/releng.wtpbuilder/components/jste4.tests/customTargets.xml
@@ -0,0 +1,362 @@
+<project
+    name="PDECustomTargets"
+    default="noDefault"
+    basedir=".">
+    <!--
+        = = = standard properties pattern = = = Note to be
+        cross-platform, "environment variables" are only appropriate for
+        some variables, e.g. ones we set, since properties are case
+        sensitive, even if the environment variables on your operating
+        system are not, e.g. it will be ${env.Path} not ${env.PATH} on
+        Windows
+    -->
+    <property
+        environment="env"/>
+    <!--
+        Let users override standard properties, if desired. If
+        directory, file, or some properties do not exist, then standard
+        properties will be used.
+    -->
+    <property
+        file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"/>
+
+    <!-- let this project specify properties, if not already set -->
+    <property
+        file="build.properties"/>
+    <fail
+        message="dependency.properties must be specified by distribution script"
+        unless="dependency.properties"/>
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be set"/>
+    <echo
+        message="buildDirectory: ${buildDirectory}"/>
+    <property
+        name="archiveName"
+        value="${component}-buildrepo-${buildLabel}.zip"/>
+    <property
+        name="p2.metadata.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2.artifact.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2buildrepoDirectory"
+        value="${buildDirectory}/${buildLabel}/buildrepository/${component}/"/>
+    <property
+        name="p2.build.repo"
+        value="file://${p2buildrepoDirectory}/"/>
+    <property
+        name="p2.category.definition"
+        value="file://${wtp.builder.home}/components/${component}/category.xml"/>
+    <echo
+        message="p2.build.repo: ${p2.build.repo}"/>
+    <echo
+        message="p2.category.definition: ${p2.category.definition}"/>
+    <!--
+        Run a given ${target} on all elements being built Add on <ant>
+        task for each top level element being built.
+    -->
+    <available
+        property="allElementsFile"
+        file="${builder}/allElements.xml"
+        value="${builder}/allElements.xml"/>
+    <property
+        name="allElementsFile"
+        location="${eclipse.pdebuild.templates}/headless-build/allElements.xml"/>
+    <import
+        file="${allElementsFile}"/>
+    <target
+        name="allElements">
+        <echo
+            level="info"
+            message="target: ${target} "/>
+        <echo
+            level="info"
+            message="basedir: ${basedir}"/>
+        <echo
+            level="info"
+            message="component: ${component}"/>
+        <echo
+            level="info"
+            message="buildDirectory: ${buildDirectory}"/>
+        <echo
+            level="info"
+            message="baseLocation: ${baseLocation}"/>
+        <echo
+            level="info"
+            message="generic target: ${genericTargets}"/>
+        <echo
+            level="info"
+            message="topLevelElementId: ${topLevelElementId}"/>
+        <echo
+            message="compilerArg: ${compilerArg}"/>
+        <echo
+            message="individualSourceBundles: ${individualSourceBundles}"/>
+        <antcall
+            target="allElementsDelegator"/>
+    </target>
+
+    <!--
+        Check out map files from repository
+    -->
+    <target
+        name="getMapFiles">
+
+        <!-- for now, get all, at once. May componetize later. -->
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/maptasks.xml"
+            target="fetchAllMaps"/>
+    </target>
+
+
+    <!--
+        Steps to do before setup
+    -->
+    <target
+        name="preSetup">
+    </target>
+    <!--
+        Steps to do after setup but before starting the build proper
+    -->
+    <target
+        name="postSetup">
+        <dirname
+            file="${ant.file}"
+            property="component.dir"/>
+        <echo
+            level="debug"
+            message="ant.file: ${ant.file}"/>
+        <echo
+            level="debug"
+            message="component.dir: ${component.dir}"/>
+
+        <!-- Get the dependencies -->
+        <antcall
+            target="getDependencies"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Get the dependencies based on releng maps -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="getDependencies">
+        <ant
+            antfile="${component.dir}/dependency.xml"
+            target="get">
+            <property
+                name="base.install.dir"
+                value="${buildRoot}"/>
+        </ant>
+    </target>
+
+    <!--
+        Steps to do before fetching the build elements
+    -->
+    <target
+        name="preFetch">
+    </target>
+    <target
+        name="postFetch">
+    </target>
+    <!--
+        Steps to do before the repositories are being processed
+    -->
+    <target
+        name="preProcessRepos">
+    </target>
+    <!--
+        Steps to do after the repositories have been processed
+    -->
+    <target
+        name="postProcessRepos">
+    </target>
+
+    <!--
+        Steps to do before generating the build scripts.
+    -->
+    <target
+        name="preGenerate">
+    </target>
+
+    <!--
+        Steps to do after generating the build scripts.
+    -->
+    <target
+        name="postGenerate">
+        <echo
+            message="buildDirectory: ${buildDirectory}"/>
+        <customizeAccessRules
+            bundleDirectory="${buildDirectory}/plugins"
+            defaultRules="+org/eclipse/wst/**/*, +org/eclipse/jst/**/*"/>
+    </target>
+    <!--
+        Steps to do before running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="preProcess">
+        <replace
+            dir="${buildDirectory}/plugins"
+            value="${timestamp}"
+            token="@build@">
+            <include
+                name="**/about.mappings"/>
+        </replace>
+    </target>
+    <!--
+        Steps to do after running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="postProcess">
+        <condition
+            property="logsAvailable">
+            <istrue
+                value="${javacVerbose}"/>
+        </condition>
+        <antcall
+            target="gatherLogs"/>
+    </target>
+
+    <!-- Steps to do before running assemble. -->
+    <target
+        name="preAssemble">
+    </target>
+
+    <!--
+        Steps to do after running assemble.
+    -->
+    <target
+        name="postAssemble">
+
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="conditionAndSignJars"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="finishPackages"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createTraditionalZipFiles">
+        </ant>
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="prePackage">
+    </target>
+
+    <!-- Steps to do after running package. -->
+    <target
+        name="postPackage">
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="postBuild">
+    </target>
+
+    <!--
+        Steps to do to test the build results
+    -->
+    <target
+        name="test">
+    </target>
+
+    <!--
+        Steps to do to publish the build results
+    -->
+    <target
+        name="publish">
+    </target>
+
+    <!--
+        Helper targets
+    -->
+    <target
+        name="gatherLogs"
+        if="logsAvailable">
+        <mkdir
+            dir="${buildDirectory}/${buildLabel}/${compilelogsDir}"/>
+        <echo
+            level="debug"
+            message="logExtension: ${logExtension}"/>
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="gatherLogs"/>
+            <param
+                name="logExtension"
+                value="${logExtension}"/>
+        </antcall>
+        <unzip
+            dest="${buildDirectory}/${buildLabel}/${compilelogsDir}"
+            overwrite="true">
+            <fileset
+                dir="${buildDirectory}/features/${topLevelElementId}">
+                <include
+                    name="**/*.log.zip"/>
+            </fileset>
+        </unzip>
+        <!--
+            workaround: see
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=156043 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=172361 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=294070
+        -->
+
+        <copy
+            todir="${buildDirectory}/${buildLabel}/${compilelogsDir}/plugins"
+            overwrite="true">
+            <!--
+                we want all @dot.xml files, but assumes a certain
+                structure, to include directory for name of plugin
+            -->
+            <fileset
+                dir="${buildDirectory}/features/">
+                <include
+                    name="**/*tests*feature*/feature.temp.folder/"/>
+            </fileset>
+            <compositemapper>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/@dot.xml"
+                    to="/\2/@dot.xml"/>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/(.*)bin.xml"
+                    to="/\2/\3bin.xml"/>
+            </compositemapper>
+        </copy>
+
+    </target>
+    <target
+        name="clean"
+        unless="noclean">
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="cleanElement"/>
+        </antcall>
+    </target>
+
+    <!--
+        Default target
+    -->
+    <target
+        name="noDefault">
+        <echo
+            level="error"
+            message="You must specify a target when invoking this file"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/jste4.tests/dependency.xml b/releng.wtpbuilder/components/jste4.tests/dependency.xml
new file mode 100644
index 0000000..dd67925
--- /dev/null
+++ b/releng.wtpbuilder/components/jste4.tests/dependency.xml
@@ -0,0 +1,100 @@
+<?xml version="1.0"?>
+<!--
+    ======================================================================
+    Properties that must be passed to this script: base.install.dir
+    dependencyTargets local.cache.dir dependency.properties
+    ======================================================================
+-->
+<project
+    name="test"
+    default="get">
+    <target
+        name="get">
+        <!--
+            read in this properties, just so we can make sure our
+            requested pre-reqs are defined via {groupId}.url
+        -->
+        <property
+            file="${dependency.properties}"/>
+        <mkdir
+            dir="${buildDirectory}/maps/${env.RELENG}/maps"/>
+        <property
+            name="pde.builder.path"
+            value="${env.BASE_BUILDERS}/${eclipse.builder.version}/${eclipse.builder}"/>
+        <echo
+            level="debug"
+            message="pde.builder.path: ${pde.builder.path}"/>
+        <echo
+            level="debug"
+            message="eclipse.builder.version: ${eclipse.builder.version}"/>
+        <echo
+            level="debug"
+            message="eclipse.builder: ${eclipse.builder}"/>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="orbitthirdpartymap"/>
+            <param
+                name="base.install.dir"
+                value="${buildDirectory}/maps/${env.RELENG}/maps/"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emf"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emfxsd"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="gef"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="dtp"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="e4"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="eclipseTestFramework"/>
+        </antcall>
+    </target>
+    <target
+        name="getAndInstall"
+        if="${groupId}.url">
+        <ant
+            antfile="${dependencyTargets}"
+            target="checkDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+        </ant>
+        <ant
+            antfile="${dependencyTargets}"
+            target="installDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+            <property
+                name="install.destination"
+                value="${base.install.dir}"/>
+        </ant>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/wste4-sdk/allElements.xml b/releng.wtpbuilder/components/wste4-sdk/allElements.xml
new file mode 100644
index 0000000..ee3ae3c
--- /dev/null
+++ b/releng.wtpbuilder/components/wste4-sdk/allElements.xml
@@ -0,0 +1,113 @@
+<project
+    name="allElements Delegator">
+    <property
+        name="defaultAssemblyEnabled"
+        value="true"/>
+    <!--
+        =====================================================================
+    -->
+    <!-- Run a given ${target} on all elements being built -->
+    <!--
+        By default ${topLevelElementType} and ${topLevelElementId}
+        should be
+    -->
+    <!--
+        defined in the builder's build.properties file. You can
+        customize by
+    -->
+    <!-- setting the type/id values directly here. -->
+    <!--
+        You can add additional calls to ${genericTargets} to build more
+        top
+    -->
+    <!-- level elements. -->
+    <!-- -->
+    <!--
+        The top level must exist in the ${buildDirectory},
+        ${baseLocation} or
+    -->
+    <!-- ${pluginPath} locations. -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="allElementsDelegator">
+        <ant
+            antfile="${genericTargets}"
+            target="${target}">
+            <property
+                name="type"
+                value="${topLevelElementType}"/>
+            <property
+                name="id"
+                value="${topLevelElementId}"/>
+        </ant>
+    </target>
+    <!--
+        ======================================================================
+    -->
+    <!--
+        The default assemble target, this will be called to assemble
+        each
+    -->
+    <!-- config if a custom assemble target is not defined. -->
+    <!-- The following properties will be defined: -->
+    <!--
+        config : The configuration being assembled eg "win32.win32.x86"
+    -->
+    <!-- element: The element being assembled eg "org.eclipse.sdk" -->
+    <!-- assembleScriptName: The assemble script to be called -->
+    <!--
+        ======================================================================
+    -->
+    <target
+        name="defaultAssemble">
+        <echo
+            message="defaultAssemble assembleScriptName: ${assembleScriptName}"/>
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Custom targets to assemble the built elements for particular -->
+    <!--
+        configurations. These generally call the generated assemble
+        scripts
+    -->
+    <!--
+        (named in ${assembleScriptName}) but may also add pre and post
+    -->
+    <!-- processing -->
+    <!--
+        Add one target for each root element and each configuration for
+        which
+    -->
+    <!--
+        custom processing is desired. Replace element.id with the id of
+        the
+    -->
+    <!--
+        top level element being built. A property with a matching name
+        must
+    -->
+    <!--
+        be defined for this custom target to be called instead of the
+    -->
+    <!-- defaultAssemble target above. -->
+    <!-- Example: name="assemble.org.eclipse.sdk" -->
+    <!-- Example: name="assemble.org.eclipse.sdk.win32.win32.x86" -->
+    <!--
+        ======================================================================
+    -->
+    <property
+        name="assemble.element.id[.config.spec]"
+        value="true"/>
+    <target
+        name="assemble.element.id[.config.spec]">
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/wste4-sdk/build.properties b/releng.wtpbuilder/components/wste4-sdk/build.properties
new file mode 100644
index 0000000..c15f46f
--- /dev/null
+++ b/releng.wtpbuilder/components/wste4-sdk/build.properties
@@ -0,0 +1,45 @@
+###############################################################################
+# Copyright (c) 2003, 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
+###############################################################################
+
+# This property file is used automatically by the PDE build process
+
+runPackager=true
+
+# This is a subdirectory of $buildDirectory
+# Set collectingFolder and archivePrefix to . if you want to create archives without
+# trailing eclipse in the paths of the included files
+collectingFolder=eclipse
+logExtension=.xml
+# The prefix that will be used in the generated archive.
+# Does not make sense to use a different archivePrefix than collectingFolder, 
+# because zip wouldn't find any files to include into the target zip otherwise
+archivePrefix=eclipse
+
+# Whether or not to include debug info in the output jars
+javacDebugInfo=true 
+
+# Whether or not to fail the build if there are compiler errors
+javacFailOnError=false
+
+##################################################
+# Asks the compiler for verbose output.  This should be set to true in order for *.bin.log files to be generated when
+# using the JDT Compiler Adapter to compile.
+javacVerbose=true
+
+sign=true
+
+p2.gathering=true
+p2.compress=true
+skipMirroring=true
+
+compilelogsDir=compilelogs
+topLevelElementType=feature
+topLevelElementId=org.eclipse.wst.sdk
diff --git a/releng.wtpbuilder/components/wste4-sdk/category.xml b/releng.wtpbuilder/components/wste4-sdk/category.xml
new file mode 100644
index 0000000..0806dd8
--- /dev/null
+++ b/releng.wtpbuilder/components/wste4-sdk/category.xml
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+    <feature
+        url="features/org.eclipse.wst.common.fproj.sdk_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.common.fproj.sdk"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.xml_sdk.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.xml_sdk.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.web_sdk.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.web_sdk.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.xsl_sdk.feature_1.1.0.qualifier.jar"
+        id="org.eclipse.wst.xsl_sdk.feature"
+        version="1.1.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.server_adapters.sdk.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.server_adapters.sdk.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.common.fproj_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.common.fproj"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.xsl.feature_1.1.0.qualifier.jar"
+        id="org.eclipse.wst.xsl.feature"
+        version="1.1.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.server_adapters.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.server_adapters.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.web_ui.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.web_ui.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.xml_ui.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.xml_ui.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.jsdt.feature_1.2.0.qualifier.jar"
+        id="org.eclipse.wst.jsdt.feature"
+        version="1.2.0.qualifier">
+        <category
+            name="Web Tools Platform (WTP) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.jsdt_sdk.feature_1.2.0.qualifier.jar"
+        id="org.eclipse.wst.jsdt_sdk.feature"
+        version="1.2.0.qualifier">
+        <category
+            name="Web Tools Platform SDK (WTP SDK) 3.2.0"/>
+    </feature>
+    <category-def
+        name="Web Tools Platform (WTP) 3.2.0"
+        label="Web Tools Platform (WTP) 3.2.0">
+        <description>
+            These features provide functionality with the executable code only and are recommended for most users.
+      </description>
+    </category-def>
+    <category-def
+        name="Web Tools Platform SDK (WTP SDK) 3.2.0"
+        label="Web Tools Platform SDK (WTP SDK) 3.2.0">
+        <description>
+            These features provide functionality with the executable code and the source code and are recommended for those
+            extending or debugging
+            WTP.
+      </description>
+    </category-def>
+</site>
diff --git a/releng.wtpbuilder/components/wste4-sdk/customTargets.xml b/releng.wtpbuilder/components/wste4-sdk/customTargets.xml
new file mode 100644
index 0000000..5b71fda
--- /dev/null
+++ b/releng.wtpbuilder/components/wste4-sdk/customTargets.xml
@@ -0,0 +1,364 @@
+<project
+    name="PDECustomTargets"
+    default="noDefault"
+    basedir=".">
+    <!--
+        = = = standard properties pattern = = = Note to be
+        cross-platform, "environment variables" are only appropriate for
+        some variables, e.g. ones we set, since properties are case
+        sensitive, even if the environment variables on your operating
+        system are not, e.g. it will be ${env.Path} not ${env.PATH} on
+        Windows
+    -->
+    <property
+        environment="env"/>
+    <!--
+        Let users override standard properties, if desired. If
+        directory, file, or some properties do not exist, then standard
+        properties will be used.
+    -->
+    <property
+        file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"/>
+
+    <!-- let this project specify properties, if not already set -->
+    <property
+        file="build.properties"/>
+    <fail
+        message="dependency.properties must be specified by distribution script"
+        unless="dependency.properties"/>
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be set"/>
+    <echo
+        message="buildDirectory: ${buildDirectory}"/>
+    <property
+        name="archiveName"
+        value="${component}-buildrepo-${buildLabel}.zip"/>
+    <property
+        name="p2.metadata.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2.artifact.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2buildrepoDirectory"
+        value="${buildDirectory}/${buildLabel}/buildrepository/${component}/"/>
+    <property
+        name="p2.build.repo"
+        value="file://${p2buildrepoDirectory}/"/>
+    <property
+        name="p2.category.definition"
+        value="file://${wtp.builder.home}/components/${component}/category.xml"/>
+    <echo
+        message="p2.build.repo: ${p2.build.repo}"/>
+    <echo
+        message="p2.category.definition: ${p2.category.definition}"/>
+    <!--
+        Run a given ${target} on all elements being built Add on <ant>
+        task for each top level element being built.
+    -->
+    <available
+        property="allElementsFile"
+        file="${builder}/allElements.xml"
+        value="${builder}/allElements.xml"/>
+    <property
+        name="allElementsFile"
+        location="${eclipse.pdebuild.templates}/headless-build/allElements.xml"/>
+    <import
+        file="${allElementsFile}"/>
+    <target
+        name="allElements">
+        <echo
+            level="info"
+            message="target: ${target} "/>
+        <echo
+            level="info"
+            message="basedir: ${basedir}"/>
+        <echo
+            level="info"
+            message="component: ${component}"/>
+        <echo
+            level="info"
+            message="buildDirectory: ${buildDirectory}"/>
+        <echo
+            level="info"
+            message="baseLocation: ${baseLocation}"/>
+        <echo
+            level="info"
+            message="generic target: ${genericTargets}"/>
+        <echo
+            level="info"
+            message="topLevelElementId: ${topLevelElementId}"/>
+        <echo
+            message="compilerArg: ${compilerArg}"/>
+        <echo
+            message="individualSourceBundles: ${individualSourceBundles}"/>
+        <antcall
+            target="allElementsDelegator"/>
+    </target>
+
+    <!--
+        Check out map files from repository
+    -->
+    <target
+        name="getMapFiles">
+
+        <!-- for now, get all, at once. May componetize later. -->
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/maptasks.xml"
+            target="fetchAllMaps"/>
+    </target>
+
+
+    <!--
+        Steps to do before setup
+    -->
+    <target
+        name="preSetup">
+    </target>
+    <!--
+        Steps to do after setup but before starting the build proper
+    -->
+    <target
+        name="postSetup">
+        <dirname
+            file="${ant.file}"
+            property="component.dir"/>
+        <echo
+            level="debug"
+            message="ant.file: ${ant.file}"/>
+        <echo
+            level="debug"
+            message="component.dir: ${component.dir}"/>
+
+        <!-- Get the dependencies -->
+        <antcall
+            target="getDependencies"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Get the dependencies based on releng maps -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="getDependencies">
+        <ant
+            antfile="${component.dir}/dependency.xml"
+            target="get">
+            <property
+                name="base.install.dir"
+                value="${buildRoot}"/>
+        </ant>
+    </target>
+
+    <!--
+        Steps to do before fetching the build elements
+    -->
+    <target
+        name="preFetch">
+    </target>
+    <target
+        name="postFetch">
+    </target>
+    <!--
+        Steps to do before the repositories are being processed
+    -->
+    <target
+        name="preProcessRepos">
+    </target>
+    <!--
+        Steps to do after the repositories have been processed
+    -->
+    <target
+        name="postProcessRepos">
+    </target>
+
+    <!--
+        Steps to do before generating the build scripts.
+    -->
+    <target
+        name="preGenerate">
+    </target>
+
+    <!--
+        Steps to do after generating the build scripts.
+    -->
+    <target
+        name="postGenerate">
+        <echo
+            message="buildDirectory: ${buildDirectory}"/>
+        <customizeAccessRules
+            bundleDirectory="${buildDirectory}/plugins"
+            defaultRules="+org/eclipse/wst/**/*, +org/eclipse/jst/**/*"/>
+    </target>
+    <!--
+        Steps to do before running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="preProcess">
+        <replace
+            dir="${buildDirectory}/plugins"
+            value="${timestamp}"
+            token="@build@">
+            <include
+                name="**/about.mappings"/>
+        </replace>
+    </target>
+    <!--
+        Steps to do after running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="postProcess">
+        <condition
+            property="logsAvailable">
+            <istrue
+                value="${javacVerbose}"/>
+        </condition>
+        <antcall
+            target="gatherLogs"/>
+    </target>
+
+    <!-- Steps to do before running assemble. -->
+    <target
+        name="preAssemble">
+    </target>
+
+    <!--
+        Steps to do after running assemble.
+    -->
+    <target
+        name="postAssemble">
+
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="conditionAndSignJars"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="finishPackages"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createTraditionalZipFiles">
+        </ant>
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="prePackage">
+    </target>
+
+    <!-- Steps to do after running package. -->
+    <target
+        name="postPackage">
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="postBuild">
+    </target>
+
+    <!--
+        Steps to do to test the build results
+    -->
+    <target
+        name="test">
+    </target>
+
+    <!--
+        Steps to do to publish the build results
+    -->
+    <target
+        name="publish">
+    </target>
+
+    <!--
+        Helper targets
+    -->
+    <target
+        name="gatherLogs"
+        if="logsAvailable">
+        <mkdir
+            dir="${buildDirectory}/${buildLabel}/${compilelogsDir}"/>
+        <echo
+            level="debug"
+            message="logExtension: ${logExtension}"/>
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="gatherLogs"/>
+            <param
+                name="logExtension"
+                value="${logExtension}"/>
+        </antcall>
+        <unzip
+            dest="${buildDirectory}/${buildLabel}/${compilelogsDir}"
+            overwrite="true">
+            <fileset
+                dir="${buildDirectory}/features/${topLevelElementId}">
+                <include
+                    name="**/*.log.zip"/>
+            </fileset>
+        </unzip>
+        <!--
+            workaround: see
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=156043 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=172361 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=294070
+        -->
+
+        <copy
+            todir="${buildDirectory}/${buildLabel}/${compilelogsDir}/plugins"
+            overwrite="true">
+            <!--
+                we want all @dot.xml files, but assumes a certain
+                structure, to include directory for name of plugin
+            -->
+            <fileset
+                dir="${buildDirectory}/features/">
+                <include
+                    name="**/feature.temp.folder/"/>
+                <exclude
+                    name="**/*tests*feature*/feature.temp.folder/"/>
+            </fileset>
+            <compositemapper>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/@dot.xml"
+                    to="/\2/@dot.xml"/>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/(.*)bin.xml"
+                    to="/\2/\3bin.xml"/>
+            </compositemapper>
+        </copy>
+
+    </target>
+    <target
+        name="clean"
+        unless="noclean">
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="cleanElement"/>
+        </antcall>
+    </target>
+
+    <!--
+        Default target
+    -->
+    <target
+        name="noDefault">
+        <echo
+            level="error"
+            message="You must specify a target when invoking this file"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/wste4-sdk/dependency.xml b/releng.wtpbuilder/components/wste4-sdk/dependency.xml
new file mode 100644
index 0000000..aa3247b
--- /dev/null
+++ b/releng.wtpbuilder/components/wste4-sdk/dependency.xml
@@ -0,0 +1,100 @@
+<?xml version="1.0"?>
+<!--
+    ======================================================================
+    Properties that must be passed to this script: base.install.dir
+    dependencyTargets local.cache.dir dependency.properties
+    ======================================================================
+-->
+<project
+    name="test"
+    default="get">
+    <target
+        name="get">
+        <!--
+            read in this properties, just so we can make sure our
+            requested pre-reqs are defined via {groupId}.url
+        -->
+        <property
+            file="${dependency.properties}"/>
+        <mkdir
+            dir="${buildDirectory}/maps/${env.RELENG}/maps"/>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="orbitthirdpartymap"/>
+            <param
+                name="base.install.dir"
+                value="${buildDirectory}/maps/${env.RELENG}/maps/"/>
+        </antcall>
+        <property
+            name="pde.builder.path"
+            value="${env.BASE_BUILDERS}/${eclipse.builder.version}/${eclipse.builder}"/>
+        <echo
+            level="debug"
+            message="pde.builder.path: ${pde.builder.path}"/>
+        <echo
+            level="debug"
+            message="eclipse.builder.version: ${eclipse.builder.version}"/>
+        <echo
+            level="debug"
+            message="eclipse.builder: ${eclipse.builder}"/>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emf"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emfxsd"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="gef"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="e4"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="eclipseTestFramework"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="dita"/>
+        </antcall>
+    </target>
+    <target
+        name="getAndInstall"
+        if="${groupId}.url">
+        <ant
+            antfile="${dependencyTargets}"
+            target="checkDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+        </ant>
+        <ant
+            antfile="${dependencyTargets}"
+            target="installDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+            <property
+                name="install.destination"
+                value="${base.install.dir}"/>
+        </ant>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/wste4.tests/allElements.xml b/releng.wtpbuilder/components/wste4.tests/allElements.xml
new file mode 100644
index 0000000..ee3ae3c
--- /dev/null
+++ b/releng.wtpbuilder/components/wste4.tests/allElements.xml
@@ -0,0 +1,113 @@
+<project
+    name="allElements Delegator">
+    <property
+        name="defaultAssemblyEnabled"
+        value="true"/>
+    <!--
+        =====================================================================
+    -->
+    <!-- Run a given ${target} on all elements being built -->
+    <!--
+        By default ${topLevelElementType} and ${topLevelElementId}
+        should be
+    -->
+    <!--
+        defined in the builder's build.properties file. You can
+        customize by
+    -->
+    <!-- setting the type/id values directly here. -->
+    <!--
+        You can add additional calls to ${genericTargets} to build more
+        top
+    -->
+    <!-- level elements. -->
+    <!-- -->
+    <!--
+        The top level must exist in the ${buildDirectory},
+        ${baseLocation} or
+    -->
+    <!-- ${pluginPath} locations. -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="allElementsDelegator">
+        <ant
+            antfile="${genericTargets}"
+            target="${target}">
+            <property
+                name="type"
+                value="${topLevelElementType}"/>
+            <property
+                name="id"
+                value="${topLevelElementId}"/>
+        </ant>
+    </target>
+    <!--
+        ======================================================================
+    -->
+    <!--
+        The default assemble target, this will be called to assemble
+        each
+    -->
+    <!-- config if a custom assemble target is not defined. -->
+    <!-- The following properties will be defined: -->
+    <!--
+        config : The configuration being assembled eg "win32.win32.x86"
+    -->
+    <!-- element: The element being assembled eg "org.eclipse.sdk" -->
+    <!-- assembleScriptName: The assemble script to be called -->
+    <!--
+        ======================================================================
+    -->
+    <target
+        name="defaultAssemble">
+        <echo
+            message="defaultAssemble assembleScriptName: ${assembleScriptName}"/>
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Custom targets to assemble the built elements for particular -->
+    <!--
+        configurations. These generally call the generated assemble
+        scripts
+    -->
+    <!--
+        (named in ${assembleScriptName}) but may also add pre and post
+    -->
+    <!-- processing -->
+    <!--
+        Add one target for each root element and each configuration for
+        which
+    -->
+    <!--
+        custom processing is desired. Replace element.id with the id of
+        the
+    -->
+    <!--
+        top level element being built. A property with a matching name
+        must
+    -->
+    <!--
+        be defined for this custom target to be called instead of the
+    -->
+    <!-- defaultAssemble target above. -->
+    <!-- Example: name="assemble.org.eclipse.sdk" -->
+    <!-- Example: name="assemble.org.eclipse.sdk.win32.win32.x86" -->
+    <!--
+        ======================================================================
+    -->
+    <property
+        name="assemble.element.id[.config.spec]"
+        value="true"/>
+    <target
+        name="assemble.element.id[.config.spec]">
+        <ant
+            antfile="${assembleScriptName}"
+            dir="${buildDirectory}"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/wste4.tests/build.properties b/releng.wtpbuilder/components/wste4.tests/build.properties
new file mode 100644
index 0000000..9b35751
--- /dev/null
+++ b/releng.wtpbuilder/components/wste4.tests/build.properties
@@ -0,0 +1,46 @@
+###############################################################################
+# Copyright (c) 2003, 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
+###############################################################################
+
+# This property file is used automatically by the PDE build process
+
+runPackager=true
+
+# This is a subdirectory of $buildDirectory
+# Set collectingFolder and archivePrefix to . if you want to create archives without
+# trailing eclipse in the paths of the included files
+collectingFolder=eclipse
+logExtension=.xml
+# The prefix that will be used in the generated archive.
+# Does not make sense to use a different archivePrefix than collectingFolder, 
+# because zip wouldn't find any files to include into the target zip otherwise
+archivePrefix=eclipse
+
+# Whether or not to include debug info in the output jars
+javacDebugInfo=true 
+
+# Whether or not to fail the build if there are compiler errors
+javacFailOnError=false
+
+##################################################
+# Asks the compiler for verbose output.  This should be set to true in order for *.bin.log files to be generated when
+# using the JDT Compiler Adapter to compile.
+javacVerbose=true
+
+sign=false
+
+p2.gathering=true
+p2.compress=true
+skipMirroring=true
+
+compilelogsDir=testcompilelogs
+
+topLevelElementType=feature
+topLevelElementId=org.eclipse.wst.tests.feature
diff --git a/releng.wtpbuilder/components/wste4.tests/category.xml b/releng.wtpbuilder/components/wste4.tests/category.xml
new file mode 100644
index 0000000..7496671
--- /dev/null
+++ b/releng.wtpbuilder/components/wste4.tests/category.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+    <feature
+        url="features/org.eclipse.wst.jsdt_tests.feature_1.2.0.qualifier.jar"
+        id="org.eclipse.wst.jsdt_tests.feature"
+        version="1.2.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.jst.ws.jaxws_tests.feature_1.0.0.qualifier.jar"
+        id="org.eclipse.jst.ws.jaxws_tests.feature"
+        version="1.0.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.server_tests.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.server_tests.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.common_tests.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.common_tests.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wtp.releng.tests.feature_1.1.1.qualifier.jar"
+        id="org.eclipse.wtp.releng.tests.feature"
+        version="1.1.1.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.web_tests.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.web_tests.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <feature
+        url="features/org.eclipse.wst.xml_tests.feature_3.2.0.qualifier.jar"
+        id="org.eclipse.wst.xml_tests.feature"
+        version="3.2.0.qualifier">
+        <category
+            name="Web Tools Platform Tests (WTP Tests) 3.2.0"/>
+    </feature>
+    <category-def
+        name="Web Tools Platform Tests (WTP Tests) 3.2.0"
+        label="Web Tools Platform Tests (WTP Tests) 3.2.0">
+        <description>
+            These features provide Unit tests for WTP. WTP Committers, or others testing WTP, will need these in at least
+            their PDE Targets.
+        </description>
+    </category-def>
+</site>
diff --git a/releng.wtpbuilder/components/wste4.tests/customTargets.xml b/releng.wtpbuilder/components/wste4.tests/customTargets.xml
new file mode 100644
index 0000000..ed00810
--- /dev/null
+++ b/releng.wtpbuilder/components/wste4.tests/customTargets.xml
@@ -0,0 +1,362 @@
+<project
+    name="PDECustomTargets"
+    default="noDefault"
+    basedir=".">
+    <!--
+        = = = standard properties pattern = = = Note to be
+        cross-platform, "environment variables" are only appropriate for
+        some variables, e.g. ones we set, since properties are case
+        sensitive, even if the environment variables on your operating
+        system are not, e.g. it will be ${env.Path} not ${env.PATH} on
+        Windows
+    -->
+    <property
+        environment="env"/>
+    <!--
+        Let users override standard properties, if desired. If
+        directory, file, or some properties do not exist, then standard
+        properties will be used.
+    -->
+    <property
+        file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"/>
+
+    <!-- let this project specify properties, if not already set -->
+    <property
+        file="build.properties"/>
+    <fail
+        message="dependency.properties must be specified by distribution script"
+        unless="dependency.properties"/>
+    <fail
+        unless="buildDirectory"
+        message="buildDirectory must be set"/>
+    <echo
+        message="buildDirectory: ${buildDirectory}"/>
+    <property
+        name="archiveName"
+        value="${component}-buildrepo-${buildLabel}.zip"/>
+    <property
+        name="p2.metadata.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2.artifact.repo.name"
+        value="WTP Build repository: ${buildLabel}/${component}"/>
+    <property
+        name="p2buildrepoDirectory"
+        value="${buildDirectory}/${buildLabel}/buildrepository/${component}/"/>
+    <property
+        name="p2.build.repo"
+        value="file://${p2buildrepoDirectory}/"/>
+    <property
+        name="p2.category.definition"
+        value="file://${wtp.builder.home}/components/${component}/category.xml"/>
+    <echo
+        message="p2.build.repo: ${p2.build.repo}"/>
+    <echo
+        message="p2.category.definition: ${p2.category.definition}"/>
+    <!--
+        Run a given ${target} on all elements being built Add on <ant>
+        task for each top level element being built.
+    -->
+    <available
+        property="allElementsFile"
+        file="${builder}/allElements.xml"
+        value="${builder}/allElements.xml"/>
+    <property
+        name="allElementsFile"
+        location="${eclipse.pdebuild.templates}/headless-build/allElements.xml"/>
+    <import
+        file="${allElementsFile}"/>
+    <target
+        name="allElements">
+        <echo
+            level="info"
+            message="target: ${target} "/>
+        <echo
+            level="info"
+            message="basedir: ${basedir}"/>
+        <echo
+            level="info"
+            message="component: ${component}"/>
+        <echo
+            level="info"
+            message="buildDirectory: ${buildDirectory}"/>
+        <echo
+            level="info"
+            message="baseLocation: ${baseLocation}"/>
+        <echo
+            level="info"
+            message="generic target: ${genericTargets}"/>
+        <echo
+            level="info"
+            message="topLevelElementId: ${topLevelElementId}"/>
+        <echo
+            message="compilerArg: ${compilerArg}"/>
+        <echo
+            message="individualSourceBundles: ${individualSourceBundles}"/>
+        <antcall
+            target="allElementsDelegator"/>
+    </target>
+
+    <!--
+        Check out map files from repository
+    -->
+    <target
+        name="getMapFiles">
+
+        <!-- for now, get all, at once. May componetize later. -->
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/maptasks.xml"
+            target="fetchAllMaps"/>
+    </target>
+
+
+    <!--
+        Steps to do before setup
+    -->
+    <target
+        name="preSetup">
+    </target>
+    <!--
+        Steps to do after setup but before starting the build proper
+    -->
+    <target
+        name="postSetup">
+        <dirname
+            file="${ant.file}"
+            property="component.dir"/>
+        <echo
+            level="debug"
+            message="ant.file: ${ant.file}"/>
+        <echo
+            level="debug"
+            message="component.dir: ${component.dir}"/>
+
+        <!-- Get the dependencies -->
+        <antcall
+            target="getDependencies"/>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Get the dependencies based on releng maps -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="getDependencies">
+        <ant
+            antfile="${component.dir}/dependency.xml"
+            target="get">
+            <property
+                name="base.install.dir"
+                value="${buildRoot}"/>
+        </ant>
+    </target>
+
+    <!--
+        Steps to do before fetching the build elements
+    -->
+    <target
+        name="preFetch">
+    </target>
+    <target
+        name="postFetch">
+    </target>
+    <!--
+        Steps to do before the repositories are being processed
+    -->
+    <target
+        name="preProcessRepos">
+    </target>
+    <!--
+        Steps to do after the repositories have been processed
+    -->
+    <target
+        name="postProcessRepos">
+    </target>
+
+    <!--
+        Steps to do before generating the build scripts.
+    -->
+    <target
+        name="preGenerate">
+    </target>
+
+    <!--
+        Steps to do after generating the build scripts.
+    -->
+    <target
+        name="postGenerate">
+        <echo
+            message="buildDirectory: ${buildDirectory}"/>
+        <customizeAccessRules
+            bundleDirectory="${buildDirectory}/plugins"
+            defaultRules="+org/eclipse/wst/**/*, +org/eclipse/jst/**/*"/>
+    </target>
+    <!--
+        Steps to do before running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="preProcess">
+        <replace
+            dir="${buildDirectory}/plugins"
+            value="${timestamp}"
+            token="@build@">
+            <include
+                name="**/about.mappings"/>
+        </replace>
+    </target>
+    <!--
+        Steps to do after running the build.xmls for the elements being
+        built.
+    -->
+    <target
+        name="postProcess">
+        <condition
+            property="logsAvailable">
+            <istrue
+                value="${javacVerbose}"/>
+        </condition>
+        <antcall
+            target="gatherLogs"/>
+    </target>
+
+    <!-- Steps to do before running assemble. -->
+    <target
+        name="preAssemble">
+    </target>
+
+    <!--
+        Steps to do after running assemble.
+    -->
+    <target
+        name="postAssemble">
+
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="conditionAndSignJars"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="finishPackages"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createTraditionalZipFiles">
+        </ant>
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="prePackage">
+    </target>
+
+    <!-- Steps to do after running package. -->
+    <target
+        name="postPackage">
+    </target>
+
+    <!--
+        Steps to do after the build is done.
+    -->
+    <target
+        name="postBuild">
+    </target>
+
+    <!--
+        Steps to do to test the build results
+    -->
+    <target
+        name="test">
+    </target>
+
+    <!--
+        Steps to do to publish the build results
+    -->
+    <target
+        name="publish">
+    </target>
+
+    <!--
+        Helper targets
+    -->
+    <target
+        name="gatherLogs"
+        if="logsAvailable">
+        <mkdir
+            dir="${buildDirectory}/${buildLabel}/${compilelogsDir}"/>
+        <echo
+            level="debug"
+            message="logExtension: ${logExtension}"/>
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="gatherLogs"/>
+            <param
+                name="logExtension"
+                value="${logExtension}"/>
+        </antcall>
+        <unzip
+            dest="${buildDirectory}/${buildLabel}/${compilelogsDir}"
+            overwrite="true">
+            <fileset
+                dir="${buildDirectory}/features/${topLevelElementId}">
+                <include
+                    name="**/*.log.zip"/>
+            </fileset>
+        </unzip>
+        <!--
+            workaround: see
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=156043 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=172361 and
+            https://bugs.eclipse.org/bugs/show_bug.cgi?id=294070
+        -->
+
+        <copy
+            todir="${buildDirectory}/${buildLabel}/${compilelogsDir}/plugins"
+            overwrite="true">
+            <!--
+                we want all @dot.xml files, but assumes a certain
+                structure, to include directory for name of plugin
+            -->
+            <fileset
+                dir="${buildDirectory}/features/">
+                <include
+                    name="**/*tests*feature*/feature.temp.folder/"/>
+            </fileset>
+            <compositemapper>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/@dot.xml"
+                    to="/\2/@dot.xml"/>
+                <mapper
+                    type="regexp"
+                    from="(.*)/plugins/(.*)/(.*)bin.xml"
+                    to="/\2/\3bin.xml"/>
+            </compositemapper>
+        </copy>
+
+    </target>
+    <target
+        name="clean"
+        unless="noclean">
+        <antcall
+            target="allElements">
+            <param
+                name="target"
+                value="cleanElement"/>
+        </antcall>
+    </target>
+
+    <!--
+        Default target
+    -->
+    <target
+        name="noDefault">
+        <echo
+            level="error"
+            message="You must specify a target when invoking this file"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/components/wste4.tests/dependency.xml b/releng.wtpbuilder/components/wste4.tests/dependency.xml
new file mode 100644
index 0000000..0e93ba8
--- /dev/null
+++ b/releng.wtpbuilder/components/wste4.tests/dependency.xml
@@ -0,0 +1,95 @@
+<?xml version="1.0"?>
+<!--
+    ======================================================================
+    Properties that must be passed to this script: base.install.dir
+    dependencyTargets local.cache.dir dependency.properties
+    ======================================================================
+-->
+<project
+    name="test"
+    default="get">
+    <target
+        name="get">
+        <!--
+            read in this properties, just so we can make sure our
+            requested pre-reqs are defined via {groupId}.url
+        -->
+        <property
+            file="${dependency.properties}"/>
+        <mkdir
+            dir="${buildDirectory}/maps/${env.RELENG}/maps"/>
+        <property
+            name="pde.builder.path"
+            value="${env.BASE_BUILDERS}/${eclipse.builder.version}/${eclipse.builder}"/>
+        <echo
+            level="debug"
+            message="pde.builder.path: ${pde.builder.path}"/>
+        <echo
+            level="debug"
+            message="eclipse.builder.version: ${eclipse.builder.version}"/>
+        <echo
+            level="debug"
+            message="eclipse.builder: ${eclipse.builder}"/>
+
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="orbitthirdpartymap"/>
+            <param
+                name="base.install.dir"
+                value="${buildDirectory}/maps/${env.RELENG}/maps/"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emf"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="emfxsd"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="gef"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="e4"/>
+        </antcall>
+        <antcall
+            target="getAndInstall">
+            <param
+                name="groupId"
+                value="eclipseTestFramework"/>
+        </antcall>
+    </target>
+    <target
+        name="getAndInstall"
+        if="${groupId}.url">
+        <ant
+            antfile="${dependencyTargets}"
+            target="checkDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+        </ant>
+        <ant
+            antfile="${dependencyTargets}"
+            target="installDependency">
+            <property
+                name="groupId"
+                value="${groupId}"/>
+            <property
+                name="install.destination"
+                value="${base.install.dir}"/>
+        </ant>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/distribution/wtpe4.build/build.xml b/releng.wtpbuilder/distribution/wtpe4.build/build.xml
new file mode 100644
index 0000000..fc66f3f
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.build/build.xml
@@ -0,0 +1,288 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    default="build"
+    basedir=".">
+    <fail
+        unless="wtp.builder.home"/>
+    <property
+        file="${wtp.builder.home}/build.properties"/>
+    <property
+        environment="env"/>
+
+    <!-- required to get proper value of doCreateFprojZips -->
+    <property
+        name="keyCfgFile"
+        value="${env.PROJECT_BUILDERS}/${projectname}/${env.RELENG}/maps/build.cfg"/>
+    <echo
+        level="info"
+        message="keyCfgFile: ${keyCfgFile}"/>
+    <property
+        file="${keyCfgFile}"/>
+
+    <echo
+        message="transformedRepoLocation: ${transformedRepoLocation}"/>
+    <mkdir
+        dir="${transformedRepoLocation}"/>
+
+
+    <!-- main -->
+    <target
+        name="build"
+        depends="getBaseBuilder">
+        <dirname
+            file="${ant.file}"
+            property="distribution.wtp.build.dir"/>
+        <property
+            name="buildTargets"
+            value="${wtp.builder.home}/scripts/build/runbuild.xml"/>
+
+        <property
+            name="dependency.properties"
+            value="${buildDirectory}/maps/${env.RELENG}/${dependencyFileLocation}"/>
+
+
+        <!-- calling label.xml to createg label.properties file -->
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/label.xml"/>
+        <echo
+            level="info"
+            message="invoking buildTargets: ${buildTargets} to build for each component"/>
+        <ant
+            antfile="${buildTargets}">
+            <property
+                name="component"
+                value="wst-sdk"/>
+        </ant>
+        <ant
+            antfile="${buildTargets}">
+            <property
+                name="component"
+                value="wst.tests"/>
+            <property
+                name="eclipseBuildFailOnError"
+                value="true"/>
+        </ant>
+        <ant
+            antfile="${buildTargets}">
+            <property
+                name="component"
+                value="jst-sdk"/>
+        </ant>
+        <ant
+            antfile="${buildTargets}">
+            <property
+                name="component"
+                value="jst.tests"/>
+            <property
+                name="eclipseBuildFailOnError"
+                value="true"/>
+        </ant>
+
+        <ant
+            antfile="${buildTargets}">
+            <property
+                name="component"
+                value="dali-sdk"/>
+            <property
+                name="eclipseBuildFailOnError"
+                value="true"/>
+        </ant>
+
+
+        <ant
+            antfile="${buildTargets}">
+            <property
+                name="component"
+                value="dali.tests"/>
+            <property
+                name="eclipseBuildFailOnError"
+                value="true"/>
+        </ant>
+
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/runAntRunner.xml">
+            <property
+                name="antrunnerfile"
+                value="${wtp.builder.home}/distribution/wtp.build/createFinalRepo.xml"/>
+        </ant>
+
+        <!-- package -->
+        <antcall
+            target="package"/> 
+    </target>
+
+    <!-- invoking runbuild.xml targetting getBaseBuilder -->
+    <target
+        name="getBaseBuilder"
+        if="eclipse.builder.fetch">
+        <dirname
+            file="${ant.file}"
+            property="wtbuilder.dir"/>
+        <property
+            name="buildTargets"
+            value="${wtp.builder.home}/scripts/build/runbuild.xml"/>
+        <echo
+            level="info"
+            message="invoking buildTargets: ${buildTargets} -> getBaseBuilder"/>
+        <ant
+            antfile="${buildTargets}"
+            target="getBaseBuilder"/>
+    </target>
+    <target
+        name="package">
+        <!--
+            post, post packaging, for WTP ... "manually" assemble the
+            desired zips
+        -->
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/runAntRunner.xml">
+            <property
+                name="antrunnerfile"
+                value="${wtp.builder.home}/distribution/wtp.build/createmainzips.xml"/>
+        </ant>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/runAntRunner.xml">
+            <property
+                name="antrunnerfile"
+                value="${wtp.builder.home}/distribution/wtp.build/createjaxws.xml"/>
+        </ant>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/runAntRunner.xml">
+            <property
+                name="antrunnerfile"
+                value="${wtp.builder.home}/distribution/wtp.build/createnoopzips.xml"/>
+        </ant>
+        <antcall
+            target="createFprojZips"/>
+    </target>
+    <!--
+        Handles packaging of individual Faceted Project Framework
+        distributions.
+    -->
+    <target
+        name="createFprojZips"
+        if="doCreateFprojZips">
+        <delete
+            file="${buildDirectory}/${buildLabel}/wtp-common-fproj-${buildLabel}.zip"
+            failonerror="false"/>
+        <zip
+            destfile="${buildDirectory}/${buildLabel}/wtp-common-fproj-${buildLabel}.zip">
+            <zipfileset
+                src="${buildDirectory}/${buildLabel}/wtp-sdk-${buildLabel}.zip">
+                <include
+                    name="eclipse/features/org.eclipse.wst.common.fproj_*/**"/>
+                <include
+                    name="eclipse/plugins/org.eclipse.wst.common.project.facet.core_*.jar"/>
+                <include
+                    name="eclipse/plugins/org.eclipse.wst.common.project.facet.ui_*.jar"/>
+            </zipfileset>
+        </zip>
+        <delete
+            file="${buildDirectory}/${buildLabel}/wtp-common-fproj-sdk-${buildLabel}.zip"
+            failonerror="false"/>
+        <zip
+            destfile="${buildDirectory}/${buildLabel}/wtp-common-fproj-sdk-${buildLabel}.zip">
+            <zipfileset
+                src="${buildDirectory}/${buildLabel}/wtp-common-fproj-${buildLabel}.zip"/>
+            <zipfileset
+                src="${buildDirectory}/${buildLabel}/wtp-sdk-${buildLabel}.zip">
+                <include
+                    name="eclipse/features/org.eclipse.wst.common.fproj.sdk_*/**"/>
+                <include
+                    name="eclipse/plugins/org.eclipse.wst.common.fproj.sdk_*.jar"/>
+                <include
+                    name="eclipse/plugins/org.eclipse.wst.common.project.facet.doc.api_*.jar"/>
+                <include
+                    name="eclipse/plugins/org.eclipse.wst.common.project.facet.core.source_*.jar"/>
+                <include
+                    name="eclipse/plugins/org.eclipse.wst.common.project.facet.ui.source_*.jar"/>
+            </zipfileset>
+        </zip>
+        <delete
+            file="${buildDirectory}/${buildLabel}/wtp-common-fproj-enablement-jdt-${buildLabel}.zip"
+            failonerror="false"/>
+        <zip
+            destfile="${buildDirectory}/${buildLabel}/wtp-common-fproj-enablement-jdt-${buildLabel}.zip">
+            <zipfileset
+                src="${buildDirectory}/${buildLabel}/wtp-sdk-${buildLabel}.zip">
+                <include
+                    name="eclipse/features/org.eclipse.jst.common.fproj.enablement.jdt_*/**"/>
+                <include
+                    name="eclipse/plugins/org.eclipse.jst.common.project.facet.core_*.jar"/>
+                <include
+                    name="eclipse/plugins/org.eclipse.jst.common.project.facet.ui_*.jar"/>
+            </zipfileset>
+        </zip>
+        <delete
+            file="${buildDirectory}/${buildLabel}/wtp-common-fproj-enablement-jdt-sdk-${buildLabel}.zip"
+            failonerror="false"/>
+        <zip
+            destfile="${buildDirectory}/${buildLabel}/wtp-common-fproj-enablement-jdt-sdk-${buildLabel}.zip">
+            <zipfileset
+                src="${buildDirectory}/${buildLabel}/wtp-common-fproj-enablement-jdt-${buildLabel}.zip"/>
+            <zipfileset
+                src="${buildDirectory}/${buildLabel}/wtp-sdk-${buildLabel}.zip">
+                <include
+                    name="eclipse/features/org.eclipse.jst.common.fproj.enablement.jdt.sdk_*/**"/>
+                <include
+                    name="eclipse/plugins/org.eclipse.jst.common.fproj.enablement.jdt.sdk_*.jar"/>
+                <include
+                    name="eclipse/plugins/org.eclipse.jst.common.project.facet.core.source_*.jar"/>
+                <include
+                    name="eclipse/plugins/org.eclipse.jst.common.project.facet.ui.source_*.jar"/>
+            </zipfileset>
+        </zip>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createChecksums">
+            <property
+                name="buildDirectory"
+                value="${buildDirectory}"/>
+            <property
+                name="buildLabel"
+                value="${buildLabel}"/>
+            <property
+                name="archiveName"
+                value="wtp-common-fproj-${buildLabel}.zip"/>
+        </ant>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createChecksums">
+            <property
+                name="buildDirectory"
+                value="${buildDirectory}"/>
+            <property
+                name="buildLabel"
+                value="${buildLabel}"/>
+            <property
+                name="archiveName"
+                value="wtp-common-fproj-sdk-${buildLabel}.zip"/>
+        </ant>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createChecksums">
+            <property
+                name="buildDirectory"
+                value="${buildDirectory}"/>
+            <property
+                name="buildLabel"
+                value="${buildLabel}"/>
+            <property
+                name="archiveName"
+                value="wtp-common-fproj-enablement-jdt-${buildLabel}.zip"/>
+        </ant>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createChecksums">
+            <property
+                name="buildDirectory"
+                value="${buildDirectory}"/>
+            <property
+                name="buildLabel"
+                value="${buildLabel}"/>
+            <property
+                name="archiveName"
+                value="wtp-common-fproj-enablement-jdt-sdk-${buildLabel}.zip"/>
+        </ant>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/distribution/wtpe4.build/create311zips.xml b/releng.wtpbuilder/distribution/wtpe4.build/create311zips.xml
new file mode 100644
index 0000000..603139e
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.build/create311zips.xml
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8"?>
+    <!--
+        This script is to create some zips to handle fix described in
+        https://bugs.eclipse.org/bugs/show_bug.cgi?id=294156
+    -->
+<project
+    default="build"
+    basedir=".">
+    <!--
+        These properties are normally set by calling task, but for
+        "local" tests from command line, they can be set here
+    -->
+    <property
+        name="buildDirectory"
+        value="/home/data/httpd/download.eclipse.org/webtools/downloads/drops/R3.1"/>
+    <property
+        name="buildLabel"
+        value="R-3.1.1-20090917225226"/>
+    <property
+        name="wtp.builder.home"
+        value="/shared/webtools/projectBuilders/wtp-R3.2.0-I/webtools.releng/releng.wtpbuilder"/>
+    <echo
+        message="buildDirectory: ${buildDirectory}"/>
+    <echo
+        message="buildLabel: ${buildLabel}"/>
+    <echo
+        message="wtp.builder.home: ${wtp.builder.home}"/>
+    <!--
+        three convenience variables to help avoid typos, etc. Should
+        never need to be changed
+    -->
+	<property name="temproot"
+		value="/tmp/wtp/${buildLabel}" />
+    <property
+        name="tempDir"
+        value="${temproot}/tempdir"/>
+    <property
+        name="tempRunnableEclipse"
+        value="${tempDir}/eclipse"/>
+    <property
+        name="tempRepo"
+        value="${temproot}/temprepo"/>
+    <target
+        name="build">
+        <antcall
+            target="createCodeZip">
+            <param
+                name="newarchiveName"
+                value="jst-${buildLabel}b.zip"/>
+        </antcall>
+        <antcall
+            target="createSDKZip">
+            <param
+                name="newarchiveName"
+                value="jst-sdk-${buildLabel}b.zip"/>
+        </antcall>
+
+    </target>
+    <target
+        name="createCodeZip">
+        <ant
+            antfile="ziputils.xml"
+            target="premirrortasks"/>
+        <p2.mirror
+            source="${buildDirectory}/${buildLabel}/repository"
+            destination="${tempRepo}"
+            log="${buildDirectory}/${buildLabel}/mirrorlog-${newarchiveName}.log"
+            verbose="true">
+            <slicingoptions
+                followstrict="true"
+                includeNonGreedy="false"
+                includeOptional="false"/>
+            <iu
+                id="org.eclipse.wst.web_ui.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.enterprise_ui.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xml_ui.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.jsdt.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.common.fproj.feature.group"/>
+            <iu
+                id="org.eclipse.wst.server_adapters.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.common.fproj.enablement.jdt.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_ui.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.ext.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.web_ui.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xsl.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.webpageeditor.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.axis2tools.feature.feature.group"/>
+        </p2.mirror>
+        <ant
+            antfile="ziputils.xml"
+            target="postmirrortasks"/>
+    </target>
+    <target
+        name="createSDKZip">
+        <ant
+            antfile="ziputils.xml"
+            target="premirrortasks"/>
+        <p2.mirror
+            source="${buildDirectory}/${buildLabel}/repository"
+            destination="${tempRepo}"
+            log="${buildDirectory}/${buildLabel}/mirrorlog-${newarchiveName}.log"
+            verbose="true">
+            <slicingoptions
+                followstrict="true"
+                includeNonGreedy="false"
+                includeOptional="false"/>
+            <iu
+                id="org.eclipse.wst.web_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.enterprise_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xml_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.jsdt_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.common.fproj.sdk.feature.group"/>
+            <iu
+                id="org.eclipse.wst.server_adapters.sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.common.fproj.enablement.jdt.sdk.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.ext.sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.web_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xsl_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.webpageeditor_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.axis2tools_sdk.feature.feature.group"/>
+        </p2.mirror>
+        <ant
+            antfile="ziputils.xml"
+            target="postmirrortasks"/>
+    </target>
+    
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/distribution/wtpe4.build/createFinalRepo.xml b/releng.wtpbuilder/distribution/wtpe4.build/createFinalRepo.xml
new file mode 100644
index 0000000..8c24a84
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.build/createFinalRepo.xml
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    This script is to create some zips with core features only.
+    Limited, specialized usefulness, so they are not linked or
+    advertised. That is, could change at any time.
+-->
+<project
+    default="build"
+    basedir=".">
+    <target
+        name="build">
+        <!-- final repository work TODO: add comparitor -->
+        <p2.mirror
+            verbose="true">
+            <repository
+                location="file://${buildDirectory}/${buildLabel}/repository/"
+                name="Web Tools Platform Repository ${buildLabel}"
+                format="file://${buildDirectory}/${buildLabel}/buildrepository/"/>
+            <source>
+                <repository
+                    location="file://${buildDirectory}/${buildLabel}/buildrepository/"/>
+            </source>
+            <slicingoptions 
+                followStrict="true"/>
+            <iu
+                id="org.eclipse.wst.common.fproj.sdk.feature.group"/>
+            <iu
+                id="org.eclipse.wst.jsdt_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xml_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.web_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xsl_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.server_adapters.sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.common.fproj.enablement.jdt.sdk.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.web_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.enterprise_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.ext.sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.axis2tools_sdk.feature.feature.group"/> 
+
+            <iu
+                id="org.eclipse.jst.ws.jaxws_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.cxf_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.jaxws.dom_sdk.feature.feature.group"/>
+
+
+              
+                  	
+
+            <iu
+                id="org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.webpageeditor_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jsf_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jpt_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jpt.eclipselink_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jpt.tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.enterprise_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.jsf.tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.ext_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.web_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.cxf_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.jaxws.dom_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.jaxws_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.common_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.jsdt_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.server_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.web_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.ws_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xml_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xsl_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wtp.releng.tests.feature.feature.group"/>
+
+        </p2.mirror>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/distribution/wtpe4.build/createjaxws.xml b/releng.wtpbuilder/distribution/wtpe4.build/createjaxws.xml
new file mode 100644
index 0000000..6d67bf4
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.build/createjaxws.xml
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+        This script is to create some zips with core features only.
+        Limited, specialized usefulness, so they are not linked or
+        advertised. That is, could change at any time.
+    -->
+<project
+    default="build"
+    basedir=".">
+	<!--
+        These properties are normally set by calling task, but for
+        "local" tests from command line, they can be set here
+    -->
+    <property
+        name="buildDirectory"
+        value="/shared/webtools/committers/wtp-R3.2.0-I/20091029001529"/>
+    <property
+        name="buildLabel"
+        value="I-3.2.0-20091029030635"/>
+    <property
+        name="wtp.builder.home"
+        value="/shared/webtools/projectBuilders/wtp-R3.2.0-I/webtools.releng/releng.wtpbuilder"/>
+    <echo
+        message="buildDirectory: ${buildDirectory}"/>
+    <echo
+        message="buildLabel: ${buildLabel}"/>
+    <echo
+        message="wtp.builder.home: ${wtp.builder.home}"/>
+	<!--
+        three convenience variables to help avoid typos, etc. Should
+        never need to be changed
+    -->
+
+    <target
+        name="build">
+        <antcall
+            target="createZip">
+            <param
+                name="newarchiveName"
+                value="wtp-jaxws-buildrepo-${buildLabel}.zip"/>
+            <param
+                name="tempRepo"
+                value="${buildDirectory}/temprepo"/>
+        </antcall>
+        <antcall
+            target="createSDKZip">
+            <param
+                name="newarchiveName"
+                value="wtp-jaxws-sdk-buildrepo-${buildLabel}.zip"/>
+            <param
+                name="tempRepo"
+                value="${buildDirectory}/temprepo"/>
+        </antcall>
+        <antcall
+            target="createTestZip">
+            <param
+                name="newarchiveName"
+                value="wtp-jaxws-tests-buildrepo-${buildLabel}.zip"/>
+            <param
+                name="tempRepo"
+                value="${buildDirectory}/temprepo"/>
+        </antcall>
+    </target>
+    <target
+        name="createZip">
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="premirrortasks"/>
+        <p2.mirror
+            source="${buildDirectory}/${buildLabel}/repository"
+            destination="${tempRepo}"
+            log="${buildDirectory}/${buildLabel}/components/mirrorlog-${newarchiveName}.log"
+            verbose="true">
+            <slicingoptions
+                followstrict="true"
+                includeNonGreedy="false"
+                includeOptional="false"/>
+            <iu
+                id="org.eclipse.jst.ws.cxf.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.jaxws.dom.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.jaxws.feature.feature.group"/>
+        </p2.mirror>
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="createzippedrepo"/>
+    </target>
+    <target
+        name="createSDKZip">
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="premirrortasks"/>
+        <p2.mirror
+            source="${buildDirectory}/${buildLabel}/repository"
+            destination="${tempRepo}"
+            log="${buildDirectory}/${buildLabel}/components/mirrorlog-${newarchiveName}.log"
+            verbose="true">
+            <slicingoptions
+                followstrict="true"
+                includeNonGreedy="false"
+                includeOptional="false"/>
+            <iu 
+                id="org.eclipse.jst.ws.cxf_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.jaxws_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.jaxws.dom_sdk.feature.feature.group"/>
+        </p2.mirror>
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="createzippedrepo"/>
+    </target>
+    <target
+        name="createTestZip">
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="premirrortasks"/>
+        <p2.mirror
+            source="${buildDirectory}/${buildLabel}/repository"
+            destination="${tempRepo}"
+            log="${buildDirectory}/${buildLabel}/components/mirrorlog-${newarchiveName}.log"
+            verbose="true">
+            <slicingoptions
+                followstrict="true"
+                includeNonGreedy="false"
+                includeOptional="false"/>
+            <iu
+                id="org.eclipse.jst.ws.cxf_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.jaxws_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.ws.jaxws.dom_tests.feature.feature.group"/>
+        </p2.mirror>
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="createzippedrepo"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/distribution/wtpe4.build/createmainzips.xml b/releng.wtpbuilder/distribution/wtpe4.build/createmainzips.xml
new file mode 100644
index 0000000..079b828
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.build/createmainzips.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+    <!--
+        This script is to create some zips with core features only.
+        Limited, specialized usefulness, so they are not linked or
+        advertised. That is, could change at any time.
+    -->
+<project
+    default="build"
+    basedir=".">
+    <!--
+        These properties are normally set by calling task, but for
+        "local" tests from command line, they can be set here
+    -->
+    <property
+        name="buildDirectory"
+        value="/shared/webtools/committers/wtp-R3.2.0-I/20091029001529"/>
+    <property
+        name="buildLabel"
+        value="I-3.2.0-20091029030635"/>
+    <property
+        name="wtp.builder.home"
+        value="/shared/webtools/projectBuilders/wtp-R3.2.0-I/webtools.releng/releng.wtpbuilder"/>
+    <echo
+        message="buildDirectory: ${buildDirectory}"/>
+    <echo
+        message="buildLabel: ${buildLabel}"/>
+    <echo
+        message="wtp.builder.home: ${wtp.builder.home}"/>
+    <!--
+        three convenience variables to help avoid typos, etc. Should
+        never need to be changed
+    -->
+    <property
+        name="tempDir"
+        value="${buildDirectory}/${buildLabel}/tempdir"/>
+    <property
+        name="tempRunnableEclipse"
+        value="${tempDir}/eclipse"/>
+    <property
+        name="tempRepo"
+        value="${buildDirectory}/${buildLabel}/temprepo"/>
+    <target
+        name="build">
+        <antcall
+            target="createCodeZip">
+            <param
+                name="newarchiveName"
+                value="wtp-${buildLabel}.zip"/>
+        </antcall>
+        <antcall
+            target="createSDKZip">
+            <param
+                name="newarchiveName"
+                value="wtp-sdk-${buildLabel}.zip"/>
+        </antcall>
+        <antcall
+            target="createTestZip">
+            <param
+                name="newarchiveName"
+                value="wtp-tests-${buildLabel}.zip"/>
+        </antcall>
+    </target>
+    <import
+        file="${buildDirectory}/maps/webtools.maps/releng/packages/mirrortasks.xml"/>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/distribution/wtpe4.build/createnoopzips.xml b/releng.wtpbuilder/distribution/wtpe4.build/createnoopzips.xml
new file mode 100644
index 0000000..0da4fd1
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.build/createnoopzips.xml
@@ -0,0 +1,198 @@
+<?xml version="1.0" encoding="UTF-8"?>
+    <!--
+        This script is to create some zips with core features only.
+        Limited, specialized usefulness, so they are not linked or
+        advertised. That is, could change at any time.
+    -->
+<project
+    default="build"
+    basedir=".">
+    <!--
+        These properties are normally set by calling task, but for
+        "local" tests from command line, they can be set here
+    -->
+    <property
+        name="buildDirectory"
+        value="/shared/webtools/committers/wtp-R3.2.0-I/20091029001529"/>
+    <property
+        name="buildLabel"
+        value="I-3.2.0-20091029030635"/>
+    <property
+        name="wtp.builder.home"
+        value="/shared/webtools/projectBuilders/wtp-R3.2.0-I/webtools.releng/releng.wtpbuilder"/>
+    <echo
+        message="buildDirectory: ${buildDirectory}"/>
+    <echo
+        message="buildLabel: ${buildLabel}"/>
+    <echo
+        message="wtp.builder.home: ${wtp.builder.home}"/>
+    <!--
+        three convenience variables to help avoid typos, etc. Should
+        never need to be changed
+    -->
+    <property
+        name="tempDir"
+        value="${buildDirectory}/${buildLabel}/tempdir"/>
+    <property
+        name="tempRunnableEclipse"
+        value="${tempDir}/eclipse"/>
+    <property
+        name="tempRepo"
+        value="${buildDirectory}/${buildLabel}/temprepo"/>
+    <target
+        name="build">
+        <antcall
+            target="createNoOptionalZip">
+            <param
+                name="newarchiveName"
+                value="wtp-noop-${buildLabel}.zip"/>
+        </antcall>
+        <antcall
+            target="createNoOptionalSDKZip">
+            <param
+                name="newarchiveName"
+                value="wtp-sdk-noop-${buildLabel}.zip"/>
+        </antcall>
+        <antcall
+            target="createNoOptionalTestZip">
+            <param
+                name="newarchiveName"
+                value="wtp-tests-noop-${buildLabel}.zip"/>
+        </antcall>
+    </target>
+    <target
+        name="createNoOptionalZip">
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="premirrortasks"/>
+        <p2.mirror
+            source="${buildDirectory}/${buildLabel}/repository"
+            destination="${tempRepo}"
+            log="${buildDirectory}/${buildLabel}/mirrorlog-${newarchiveName}.log"
+            verbose="true">
+            <slicingoptions
+                followstrict="true"
+                includeNonGreedy="false"
+                includeOptional="false"/>
+            <iu
+                id="org.eclipse.wst.web_ui.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.enterprise_ui.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jpt.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xml_ui.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.jsdt.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.common.fproj.feature.group"/>
+            <iu
+                id="org.eclipse.wst.server_adapters.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.common.fproj.enablement.jdt.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_ui.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.ext.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.web_ui.feature.feature.group"/>
+            <iu
+                  id="org.eclipse.jsf.feature.feature.group"/>        	
+        </p2.mirror>
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="postmirrortasks"/>
+    </target>
+    <target
+        name="createNoOptionalSDKZip">
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="premirrortasks"/>
+        <p2.mirror
+            source="${buildDirectory}/${buildLabel}/repository"
+            destination="${tempRepo}"
+            log="${buildDirectory}/${buildLabel}/mirrorlog-${newarchiveName}.log"
+            verbose="true">
+            <slicingoptions
+                followstrict="true"
+                includeNonGreedy="false"
+                includeOptional="false"/>
+            <iu
+                id="org.eclipse.wst.web_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.enterprise_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jpt_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xml_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.jsdt_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.common.fproj.sdk.feature.group"/>
+            <iu
+                id="org.eclipse.wst.server_adapters.sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.common.fproj.enablement.jdt.sdk.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.ext.sdk.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.web_sdk.feature.feature.group"/>
+            <iu
+        	  id="org.eclipse.jsf_sdk.feature.feature.group"/>
+        </p2.mirror>
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="postmirrortasks"/>
+    </target>
+    <target
+        name="createNoOptionalTestZip">
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="premirrortasks"/>
+        <p2.mirror
+            source="${buildDirectory}/${buildLabel}/repository"
+            destination="${tempRepo}"
+            log="${buildDirectory}/${buildLabel}/mirrorlog-${newarchiveName}.log"
+            verbose="true">
+            <slicingoptions
+                followstrict="true"
+                includeNonGreedy="false"
+                includeOptional="false"/>
+            <iu
+                id="org.eclipse.jpt.tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.enterprise_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.jsf.tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_adapters.ext_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.server_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.jst.web_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.common_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.jsdt_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.server_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.web_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.ws_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wst.xml_tests.feature.feature.group"/>
+            <iu
+                id="org.eclipse.wtp.releng.tests.feature.feature.group"/>
+        </p2.mirror>
+        <ant
+            antfile="${wtp.builder.home}/distribution/wtp.build/ziputils.xml"
+            target="postmirrortasks"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/distribution/wtpe4.build/p2work.shsource b/releng.wtpbuilder/distribution/wtpe4.build/p2work.shsource
new file mode 100644
index 0000000..b3dffaa
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.build/p2work.shsource
@@ -0,0 +1,18 @@
+# minor utility to aid running test scripts from command line
+
+# the top level directory, that should "contain" all else involved with build, control and output
+export BUILD_HOME=${HOME}/p2work
+
+# platform install. One level above what will contain the 'eclipse' directory.
+export ECLIPSE_HOME=/shared/webtools/basebuilders/R36_M2/org.eclipse.releng.basebuilder
+
+export ANT_HOME=/shared/webtools/apps/apache-ant-1.7.1
+
+export JAVA_5_HOME=/shared/webtools/apps/ibm-java2-i386-50
+export JAVA_6_HOME=/shared/webtools/apps/ibm-java-ppc-605
+
+export JAVA_HOME=${JAVA_6_HOME}
+
+export JAVA_EXEC_DIR=${JAVA_HOME}/jre/bin/
+
+export PDE_BUILDER_PATH=/shared/webtools/basebuilders/R36_M2/org.eclipse.releng.basebuilder
diff --git a/releng.wtpbuilder/distribution/wtpe4.build/runEclipseAntRunner.sh b/releng.wtpbuilder/distribution/wtpe4.build/runEclipseAntRunner.sh
new file mode 100644
index 0000000..d06906e
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.build/runEclipseAntRunner.sh
@@ -0,0 +1,10 @@
+# minor utility to aid running test scripts from command line
+
+echo "p2work"
+
+source ./p2work.shsource
+
+echo ECLIPSE_HOME: ${ECLIPSE_HOME}
+
+#"${ECLIPSE_HOME}"/eclipse -consolelog -data ./mirrorWorkWorkspace -nosplash --launcher.suppressErrors -vm "${JAVA_EXEC_DIR}" -application org.eclipse.ant.core.antRunner -f createnoopzips.xml "$@"
+"${JAVA_EXEC_DIR}"/java -jar ${PDE_BUILDER_PATH}/plugins/org.eclipse.equinox.launcher.jar -consolelog -data ./mirrorWorkWorkspace -nosplash --launcher.suppressErrors -vm "${JAVA_EXEC_DIR}" -application org.eclipse.ant.core.antRunner -f create311zips.xml "$@"
diff --git a/releng.wtpbuilder/distribution/wtpe4.build/tempbuild.xml b/releng.wtpbuilder/distribution/wtpe4.build/tempbuild.xml
new file mode 100644
index 0000000..3913e09
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.build/tempbuild.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    default="build"
+    basedir=".">
+    
+       <property
+           name="buildDirectory"
+           value="/home/shared/webtools/projects/wtp-R3.2.0-I/workdir"/>
+       <property
+           name="buildLabel"
+           value="I-3.2.0-20091104001502"/>
+       <property
+           name="wtp.builder.home"
+           value="/shared/webtools/projectBuilders/wtp-R3.2.0-I/webtools.releng/releng.wtpbuilder"/>
+       <echo
+           message="buildDirectory: ${buildDirectory}"/>
+       <echo
+           message="buildLabel: ${buildLabel}"/>
+       <echo
+           message="wtp.builder.home: ${wtp.builder.home}"/>
+
+    <!-- main -->
+    <target
+        name="build">
+       <copy
+           todir="${buildDirectory}/${buildLabel}/compilelogs/plugins"
+           overwrite="true">
+           <!--
+               we want all @dot.xml files, but assumes a certain
+               structure, to include directory for name of plugin
+           -->
+           <fileset
+               dir="${buildDirectory}/features/">
+               <include
+                   name="**/feature.temp.folder/"/>
+           </fileset>
+              
+       <mapper type="regex" from="(.*)/plugins/(.*)/@dot.xml" to="/\2/@dot.xml"/>
+
+       </copy>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/distribution/wtpe4.build/ziputils.xml b/releng.wtpbuilder/distribution/wtpe4.build/ziputils.xml
new file mode 100644
index 0000000..34e78c4
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.build/ziputils.xml
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+    default="nodefault"
+    basedir=".">
+    <target
+        name="premirrortasks">
+        <!--
+            if desired zip already exists, remove it. It normally would
+            not exist, but might if restarting a build, or something
+        -->
+        <delete
+            file="${buildDirectory}/${buildLabel}/${newarchiveName}"
+            quiet="true"
+            failonerror="false"/>
+    </target>
+    <target
+        name="createzippedrepo">
+	        <!-- are these required?
+	        <copy
+	            todir="${tempRunnableEclipse}"
+	            overwrite="false">
+	            <fileset
+	                dir="${wtp.builder.home}/rootfiles">
+	            </fileset>
+	        </copy>
+	        -->
+        <zip
+            destfile="${buildDirectory}/${buildLabel}/components/${newarchiveName}"
+            basedir="${tempRepo}"/>
+        <delete
+            dir="${tempRepo}"
+            quiet="true"
+            failonerror="false"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createChecksums">
+            <property
+                name="subdir"
+                value="components/"/>
+            <property
+                name="archiveName"
+                value="${newarchiveName}"/>
+        </ant>
+    </target>
+    <target
+        name="postmirrortasks">
+        <p2.repo2runnable>
+            <repository
+                location="${tempRunnableEclipse}"/>
+            <source>
+                <repository
+                    location="${tempRepo}"/>
+            </source>
+        </p2.repo2runnable>
+        <!--
+            remove content.jar and artifacts.jar, since not in
+            traditional zips
+        -->
+        <delete
+            file="${tempRunnableEclipse}/artifacts.jar"
+            quiet="true"
+            failonerror="false"/>
+        <delete
+            file="${tempRunnableEclipse}/content.jar"
+            quiet="true"
+            failonerror="false"/>
+        <!-- copy in standard root license files -->
+        <copy
+            todir="${tempRunnableEclipse}"
+            overwrite="false">
+            <fileset
+                dir="${wtp.builder.home}/rootfiles">
+            </fileset>
+        </copy>
+        <zip
+            destfile="${buildDirectory}/${buildLabel}/${newarchiveName}"
+            basedir="${tempDir}"/>
+        <delete
+            dir="${tempDir}"
+            quiet="true"
+            failonerror="false"/>
+        <delete
+            dir="${tempRepo}"
+            quiet="true"
+            failonerror="false"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/buildutilitiesp2.xml"
+            target="createChecksums">
+            <property
+                name="buildDirectory"
+                value="${buildDirectory}"/>
+            <property
+                name="buildLabel"
+                value="${buildLabel}"/>
+            <property
+                name="archiveName"
+                value="${newarchiveName}"/>
+        </ant>
+    </target>
+    <target
+        name="nodefault">
+        <fail
+            message="There is do default task. Must be specified when calling."/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/distribution/wtpe4.site/build.xml b/releng.wtpbuilder/distribution/wtpe4.site/build.xml
new file mode 100644
index 0000000..dc307d0
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.site/build.xml
@@ -0,0 +1,168 @@
+<project
+    name="Build specific targets and properties"
+    default="build"
+    basedir=".">
+    <!--
+        Note to be cross-platform, "environment variables" are only
+        appropriate for some variables, e.g. ones we set, since
+        properties are case sensitive, even if the environment variables
+        on your operating system are not, e.g. it will be ${env.Path}
+        not ${env.PATH} on Windows
+    -->
+    <property
+        environment="env"/>
+    <!--
+        Let users override standard properties, if desired. If
+        directory, file, or some properties do not exist, then standard
+        properties will be used.
+    -->
+    <property
+        file="${env.LOCAL_BUILD_PROPERTIES_DIR}/${ant.project.name}.properties"/>
+
+    <!-- = = = end standard properties pattern = = = -->
+    <echo
+        message="ant.file: ${ant.file}"/>
+    <target
+        name="build">
+        <mkdir
+            dir="${buildDirectory}/${buildLabel}"/>
+        <java
+            jar="${eclipse.launcher}"
+            fork="true"
+            failonerror="true">
+            <jvmarg
+                value="-Dosgi.ws=${env.BASEWS}"/>
+            <jvmarg
+                value="-Dosgi.os=${env.BASEOS}"/>
+            <jvmarg
+                value="-Dosgi.arch=${env.BASEARCH}"/>
+            <jvmarg
+                value="-Dbuild.donottagmaps=${build.donottagmaps}"/>
+            <jvmarg
+                value="-DbuildBranch=${buildBranch}"/>
+            <jvmarg
+                value="-DbuildType=${buildType}"/><jvmarg value="-DdependencyFileLocation=${dependencyFileLocation}"/> <jvmarg value="-DtestdependencyFileLocation=${testdependencyFileLocation}"/>   
+            <jvmarg
+                value="-DbuildId=${buildId}"/>
+            <jvmarg
+                value="-DmapVersionTag=${mapVersionTag}"/>
+            <jvmarg
+                value="-Dbuild.distribution=${build.distribution}"/>
+            <jvmarg
+                value="-DbuildDirectory=${buildDirectory}"/>
+            <jvmarg
+                value="-Dwtp.builder.home=${wtp.builder.home}"/>
+            <jvmarg
+                value="-Dprojectname=${projectname}"/>
+            <jvmarg
+                value="-Djava.io.tmpdir=${env.RECOMMENDED_TMP_DIR}"/>
+            <jvmarg
+                value="-Djava.protocol.handler.pkgs=com.ibm.etools.www.protocol"/>
+            <jvmarg
+                value="-DurlLogLocation=${buildDirectory}/${buildLabel}/outgoinghttplogfromsitebuild.log"/>
+            <arg
+                value="-data"/>
+            <arg
+                value="${basedir}/workspace"/>
+            <arg
+                value="-application"/>
+            <arg
+                value="org.eclipse.ant.core.antRunner"/>
+            <arg
+                value="-buildfile"/>
+            <arg
+                value="${ant.file}"/>
+            <arg
+                value="publish"/>
+        </java>
+    </target>
+    <!--
+        =====================================================================
+    -->
+    <!-- Steps to do to publish the build results -->
+    <!--
+        =====================================================================
+    -->
+    <target
+        name="publish">
+        <dirname
+            file="${ant.file}"
+            property="component.dir"/>
+        <ant
+            antfile="${wtp.builder.home}/scripts/build/label.xml"/>
+        <property
+            file="${buildDirectory}/label.properties"/>
+        <property
+            name="publish.xml"
+            value="${component.dir}/publish.xml"/>
+        <property
+            name="indexFileName"
+            value="index.php"/>
+        <property
+            name="result"
+            value="${buildDirectory}/${buildLabel}"/>
+        <property
+            name="indexTemplateFilename"
+            value="index.html.template.php"/>
+
+        <condition
+            property="isBuildTested"
+            value="true">
+            <available
+                file="${buildDirectory}/${buildLabel}/testResults/html"/>
+        </condition>
+        <ant
+            antfile="${publish.xml}"
+            dir="${component.dir}">
+            <property
+                name="dropTokenList"
+                value="%wtpruntime%,%wtpsdk%,%wtptest%,%wst%,%wst-sdk%,%wst-tests%,%jst-tests%,%wst-perf-tests%,%jst-perf-tests%,%jpt-runtime%,%jpt-sdk%,%jpt-tests%"/>
+            <property
+                name="webtoolsDownloadURL"
+                value="http://www.eclipse.org/downloads/download.php?file=/webtools/committers/drops"/>
+            <property
+                name="buildBranch"
+                value="${buildBranch}"/>
+            <property
+                name="isBuildTested"
+                value="${isBuildTested}"/>
+            <property
+                name="indexTemplateFilename"
+                value="${indexTemplateFilename}"/>
+        </ant>
+
+        <!--  Get the build map over for the results to point to. -->
+        <copy
+            file="${buildDirectory}/directory.txt"
+            tofile="${result}/directory.txt"/>
+
+        <!-- Copy info for build identification -->
+        <copy
+            file="${buildDirectory}/buildmachineinfo.properties"
+            tofile="${result}/buildmachineinfo.properties"/>
+
+        <!-- http access logs -->
+        <copy
+            todir="${result}/"
+            failonerror="false">
+            <fileset
+                dir="${buildDirectory}"
+                includes="*.log"/>
+        </copy>
+
+        <!-- ant build log, from control directory -->
+        <copy
+            todir="${result}/"
+            failonerror="false">
+            <fileset
+                dir="${env.ANT_WORKING}/${projectname}"
+                includes="antBuilderOutput.log"/>
+        </copy>
+
+        <!-- final count files -->
+        <countBuildFiles
+            sourceDirectory="${buildDirectory}/${buildLabel}"
+            filterString=".zip,.tar.gz"
+            outputFile="${buildDirectory}/${buildLabel}/files.count"/>
+    </target>
+</project>
\ No newline at end of file
diff --git a/releng.wtpbuilder/distribution/wtpe4.site/compilerXMLOutputToHTML.xsl b/releng.wtpbuilder/distribution/wtpe4.site/compilerXMLOutputToHTML.xsl
new file mode 100644
index 0000000..ffc7905
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.site/compilerXMLOutputToHTML.xsl
@@ -0,0 +1,171 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<xsl:stylesheet
+    version="1.0"
+    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+    <xsl:output
+        method="html"
+        indent="yes"/>
+    <xsl:template
+        match="/">
+        <html>
+            <body>
+                <xsl:apply-templates
+                    select="compiler"/>
+            </body>
+        </html>
+    </xsl:template>
+    <xsl:template
+        match="compiler">
+        <h2>Compiler Report</h2>
+        <p>
+            Compiler:
+            <xsl:value-of
+                select="@name"/>
+            <xsl:text>   </xsl:text>
+            Version:
+            <xsl:value-of
+                select="@version"/>
+        </p>
+        <xsl:apply-templates
+            select="stats"/>
+        <xsl:apply-templates
+            select="sources"/>
+    </xsl:template>
+    <xsl:template
+        name="stats"
+        match="stats">
+        <p>
+            Number of source files:
+            <xsl:value-of
+                select="count(..//source)"/>
+            Number of classfiles:
+            <xsl:value-of
+                select="number_of_classfiles/@value"/>
+        </p>
+        <p>
+            Problems:
+            <xsl:value-of
+                select="problem_summary/@problems"/>
+            (Errors:
+            <xsl:value-of
+                select="problem_summary/@errors"/>
+            Warnings:
+            <xsl:value-of
+                select="problem_summary/@warnings"/>
+            )
+        </p>
+    </xsl:template>
+    <xsl:template
+        name="sources"
+        match="sources">
+        <xsl:if
+            test="count(source) > 0">
+            <dl>
+                <xsl:for-each
+                    select="source">
+                    <xsl:variable
+                        name="package"
+                        select="normalize-space(@package)">
+                    </xsl:variable>
+                    <xsl:variable
+                        name="path"
+                        select="normalize-space(@path)">
+                    </xsl:variable>
+                    <xsl:variable
+                        name="classname"
+                        select="substring-after($path, $package)">
+                    </xsl:variable>
+                    <xsl:if
+                        test="count(problems) > 0">
+                        <dt
+                            style="font-weight: bold; color: black">
+                            Source File:
+                            <xsl:value-of
+                                select="$package"/>
+                            <xsl:value-of
+                                select="$classname"/>
+                        </dt>
+                        <xsl:apply-templates
+                            select="problems">
+                            <xsl:with-param
+                                name="classname">
+                                <xsl:value-of
+                                    select="$classname"/>
+                            </xsl:with-param>
+                        </xsl:apply-templates>
+                    </xsl:if>
+                </xsl:for-each>
+            </dl>
+        </xsl:if>
+    </xsl:template>
+    <xsl:template
+        match="problems">
+        <xsl:param
+            name="classname"/>
+        <xsl:for-each
+            select="problem">
+            <dd
+                style="font-weight: normal; color: black">
+                <xsl:value-of
+                    select="position()"/>
+                <xsl:text>.  </xsl:text>
+                <xsl:value-of
+                    select="@severity"/>
+                <xsl:text>:  </xsl:text>
+                <xsl:value-of
+                    select="@id"/>
+                <xsl:variable
+                    name="lineNumber"
+                    select="@line">
+                </xsl:variable>
+                <xsl:for-each
+                    select="message">
+                    <p
+                        style="margin-left: +.5in; font-size: -1; margin-top: 0;margin-bottom:0;">
+                        <small>
+                            <xsl:value-of
+                                select="@value"/>
+                        </small>
+                    </p>
+                </xsl:for-each>
+                <xsl:for-each
+                    select="source_context">
+                    <xsl:variable
+                        name="pre"
+                        select="substring(@value,0,(@sourceStart + 1))">
+                    </xsl:variable>
+                    <xsl:variable
+                        name="main"
+                        select="substring(@value,(@sourceStart + 1),(((@sourceEnd + 1) - (@sourceStart + 1)) + 1))">
+                    </xsl:variable>
+                    <xsl:variable
+                        name="end"
+                        select="substring(@value,(@sourceEnd + 2))">
+                    </xsl:variable>
+                    <p
+                        style="margin-left: +.5in; font-size: -2; margin-top: 0;margin-bottom:0;">
+                        <xsl:value-of
+                            select="substring($classname,2)"/>
+                        :
+                    </p>
+                    <p
+                        style="margin-left: +.5in; font-size: -2;font-family: monospace; margin-top: 0;margin-bottom:0;">
+                        <xsl:value-of
+                            select="$lineNumber"/>
+                        :
+                        <xsl:value-of
+                            select="$pre"/>
+                        <b>
+                            <u>
+                                <xsl:value-of
+                                    select="$main"/>
+                            </u>
+                        </b>
+                        <xsl:value-of
+                            select="$end"/>
+                    </p>
+                </xsl:for-each>
+            </dd>
+        </xsl:for-each>
+    </xsl:template>
+</xsl:stylesheet>
\ No newline at end of file
diff --git a/releng.wtpbuilder/distribution/wtpe4.site/example.bin.html b/releng.wtpbuilder/distribution/wtpe4.site/example.bin.html
new file mode 100644
index 0000000..3f9529e
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.site/example.bin.html
@@ -0,0 +1,2975 @@
+<html>
+<body>
+<h2>Compiler Report</h2>
+<p>Compiler: Eclipse Java Compiler Version: 0.735, 3.3.0 milestone-5</p>
+<p>Number of source files: 16 Number of classfiles: 179</p>
+<p>Problems: 1826 (Errors: 0 Warnings: 1826 )</p>
+<dl>
+	<dt style="font-weight: bold; color: black">Source File:
+	org/eclipse/jst/jsp/css/ui/internal/properties/JSPedCSSPropertySource.java</dt>
+	<dd style="font-weight: normal; color: black">1. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ICSSNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">17:
+	import <b><u>org.eclipse.wst.css.core.internal.provisional.document.ICSSNode</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">2. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type CSSPropertySource is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">18:
+	import <b><u>org.eclipse.wst.css.ui.internal.properties.CSSPropertySource</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">3. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type CSSPropertySource is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">22:
+	public class JSPedCSSPropertySource extends <b><u>CSSPropertySource</u></b>
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">4. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ICSSNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">24:
+	public JSPedCSSPropertySource(<b><u>ICSSNode</u></b> target) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">5. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The constructor
+	CSSPropertySource(ICSSNode) is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">25:
+	<b><u>super(target)</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">6. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method setPropertyValue(Object,
+	Object) from the type CSSPropertySource is not accessible due to
+	restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">38:
+	<b><u>super.setPropertyValue(name, value)</u></b>;</p>
+	</dd>
+	<dt style="font-weight: bold; color: black">Source File:
+	org/eclipse/jst/jsp/css/ui/internal/registry/AdapterFactoryProviderJSPedCSS.java</dt>
+	<dd style="font-weight: normal; color: black">1. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type AdapterFactoryProviderCSS
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AdapterFactoryProviderJSPedCSS.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">14:
+	import <b><u>org.eclipse.wst.css.ui.internal.registry.AdapterFactoryProviderCSS</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">2. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDocumentTypeHandler is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AdapterFactoryProviderJSPedCSS.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">15:
+	import <b><u>org.eclipse.wst.sse.core.internal.ltk.modelhandler.IDocumentTypeHandler</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">3. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type AdapterFactoryProviderCSS
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AdapterFactoryProviderJSPedCSS.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">17:
+	public class AdapterFactoryProviderJSPedCSS extends <b><u>AdapterFactoryProviderCSS</u></b>
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">4. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDocumentTypeHandler is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AdapterFactoryProviderJSPedCSS.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">20:
+	public boolean isFor(<b><u>IDocumentTypeHandler</u></b>
+	contentTypeDescription) {</p>
+	</dd>
+	<dt style="font-weight: bold; color: black">Source File:
+	org/eclipse/jst/jsp/css/ui/internal/views/properties/JSPedCSSPropertySheetConfiguration.java</dt>
+	<dd style="font-weight: normal; color: black">1. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ICSSNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">32:
+	import <b><u>org.eclipse.wst.css.core.internal.provisional.document.ICSSNode</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">2. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type INodeAdapter is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">33:
+	import <b><u>org.eclipse.wst.sse.core.internal.provisional.INodeAdapter</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">3. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type INodeNotifier is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">34:
+	import <b><u>org.eclipse.wst.sse.core.internal.provisional.INodeNotifier</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">4. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type XMLUIMessages is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">36:
+	import <b><u>org.eclipse.wst.xml.ui.internal.XMLUIMessages</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">5. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type INodeAdapter is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">39:
+	private class CSSPropertySheetRefreshAdapter implements <b><u>INodeAdapter</u></b>
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">6. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type INodeNotifier is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">44:
+	public void notifyChanged(<b><u>INodeNotifier</u></b> notifier, int
+	eventType, Object changedFeature, Object oldValue, Object newValue, int
+	pos) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">7. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ICSSNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">53:
+	private <b><u>ICSSNode</u></b> fSource = null;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">8. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ICSSNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">60:
+	if (object instanceof <b><u>ICSSNode</u></b>) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">9. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ICSSNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">61:
+	fSource = (<b><u>ICSSNode</u></b>)object;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">10. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type XMLUIMessages is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">78:
+	super(<b><u>XMLUIMessages.JFaceNodeAdapter_1</u></b>);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">11. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field JFaceNodeAdapter_1 from
+	the type XMLUIMessages is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">78:
+	super(XMLUIMessages.<b><u>JFaceNodeAdapter_1</u></b>);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">12. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type INodeAdapter is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">110:
+	private <b><u>INodeAdapter</u></b> fRefreshAdapter = new
+	CSSPropertySheetRefreshAdapter();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">13. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type INodeNotifier is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">112:
+	private <b><u>INodeNotifier[]</u></b> fSelectedNotifiers;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">14. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method
+	removeAdapter(INodeAdapter) from the type INodeNotifier is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">126:
+	<b><u>fSelectedNotifiers[i].removeAdapter(fRefreshAdapter)</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">15. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ICSSNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">136:
+	if (selectedObjects[i] instanceof <b><u>ICSSNode</u></b>) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">16. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ICSSNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">137:
+	<b><u>ICSSNode</u></b> node = (ICSSNode) selectedObjects[i];</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">17. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ICSSNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">137:
+	ICSSNode node = (<b><u>ICSSNode</u></b>) selectedObjects[i];</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">18. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getNodeType() from the
+	type ICSSNode is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
+	while (<b><u>node.getNodeType()</u></b> == ICSSNode.PRIMITIVEVALUE_NODE
+	|| node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">19. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ICSSNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
+	while (node.getNodeType() == <b><u>ICSSNode.PRIMITIVEVALUE_NODE</u></b>
+	|| node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">20. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field PRIMITIVEVALUE_NODE from
+	the type ICSSNode is not accessible due to restriction on classpath
+	entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
+	while (node.getNodeType() == ICSSNode.<b><u>PRIMITIVEVALUE_NODE</u></b>
+	|| node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">21. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getNodeType() from the
+	type ICSSNode is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
+	while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || <b><u>node.getNodeType()</u></b>
+	== ICSSNode.STYLEDECLITEM_NODE) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">22. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ICSSNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
+	while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE ||
+	node.getNodeType() == <b><u>ICSSNode.STYLEDECLITEM_NODE</u></b>) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">23. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field STYLEDECLITEM_NODE from
+	the type ICSSNode is not accessible due to restriction on classpath
+	entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
+	while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE ||
+	node.getNodeType() == ICSSNode.<b><u>STYLEDECLITEM_NODE</u></b>) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">24. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getParentNode() from the
+	type ICSSNode is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">139:
+	node = <b><u>node.getParentNode()</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">25. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type INodeNotifier is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">152:
+	if (selectedObjects[i] instanceof <b><u>INodeNotifier</u></b>) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">26. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method addAdapter(INodeAdapter)
+	from the type INodeNotifier is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">154:
+	<b><u>((INodeNotifier)
+	selectedObjects[i]).addAdapter(fRefreshAdapter)</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">27. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type INodeNotifier is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">154:
+	((<b><u>INodeNotifier</u></b>)
+	selectedObjects[i]).addAdapter(fRefreshAdapter);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">28. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type INodeNotifier is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">157:
+	fSelectedNotifiers = (<b><u>INodeNotifier[]</u></b>)
+	selectedNotifiers.toArray(new INodeNotifier[selectedNotifiers.size()]);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">29. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type INodeNotifier is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">157:
+	fSelectedNotifiers = (INodeNotifier[]) selectedNotifiers.toArray(new <b><u>INodeNotifier</u></b>[selectedNotifiers.size()]);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">30. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method
+	removeAdapter(INodeAdapter) from the type INodeNotifier is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">183:
+	<b><u>fSelectedNotifiers[i].removeAdapter(fRefreshAdapter)</u></b>;</p>
+	</dd>
+	<dt style="font-weight: bold; color: black">Source File:
+	org/eclipse/jst/jsp/ui/StructuredTextViewerConfigurationJSP.java</dt>
+	<dd style="font-weight: normal; color: black">1. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type HTMLFormatProcessorImpl is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">53:
+	import <b><u>org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">2. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ContentTypeIdForHTML is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">54:
+	import <b><u>org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">3. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type SSEUIPlugin is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">59:
+	import <b><u>org.eclipse.wst.sse.ui.internal.SSEUIPlugin</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">4. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type
+	StructuredFormattingStrategy is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">60:
+	import <b><u>org.eclipse.wst.sse.ui.internal.format.StructuredFormattingStrategy</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">5. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">61:
+	import <b><u>org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">6. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type TextHoverManager is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">62:
+	import <b><u>org.eclipse.wst.sse.ui.internal.taginfo.TextHoverManager</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">7. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type EditorUtility is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">63:
+	import <b><u>org.eclipse.wst.sse.ui.internal.util.EditorUtility</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">8. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ContentTypeIdForXML is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">64:
+	import <b><u>org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">9. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type JFaceNodeLabelProvider is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">67:
+	import <b><u>org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeLabelProvider</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">10. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">89:
+	private <b><u>LineStyleProvider</u></b> fLineStyleProviderForJava;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">11. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">93:
+	private <b><u>LineStyleProvider</u></b> fLineStyleProviderForJSP;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">12. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">97:
+	private <b><u>LineStyleProvider</u></b> fLineStyleProviderForJSPEL;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">13. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The constructor
+	StructuredFormattingStrategy(IStructuredFormatProcessor) is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">236:
+	formatter.setMasterStrategy(<b><u>new
+	StructuredFormattingStrategy(new HTMLFormatProcessorImpl())</u></b>);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">14. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type
+	StructuredFormattingStrategy is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">236:
+	formatter.setMasterStrategy(new <b><u>StructuredFormattingStrategy</u></b>(new
+	HTMLFormatProcessorImpl()));</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">15. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The constructor
+	HTMLFormatProcessorImpl() is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">236:
+	formatter.setMasterStrategy(new StructuredFormattingStrategy(<b><u>new
+	HTMLFormatProcessorImpl()</u></b>));</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">16. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type HTMLFormatProcessorImpl is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">236:
+	formatter.setMasterStrategy(new StructuredFormattingStrategy(new <b><u>HTMLFormatProcessorImpl</u></b>()));</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">17. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">321:
+	public <b><u>LineStyleProvider[]</u></b>
+	getLineStyleProviders(ISourceViewer sourceViewer, String partitionType)
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">18. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">322:
+	<b><u>LineStyleProvider[]</u></b> providers = null;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">19. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">337:
+	providers = new <b><u>LineStyleProvider</u></b>[]{getLineStyleProviderForJava()};</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">20. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">340:
+	providers = new <b><u>LineStyleProvider</u></b>[]{getLineStyleProviderForJSPEL()};</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">21. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">343:
+	providers = new <b><u>LineStyleProvider</u></b>[]{getLineStyleProviderForJSP()};</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">22. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">349:
+	private <b><u>LineStyleProvider</u></b> getLineStyleProviderForJava() {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">23. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">356:
+	private <b><u>LineStyleProvider</u></b> getLineStyleProviderForJSP() {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">24. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type LineStyleProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">363:
+	private <b><u>LineStyleProvider</u></b> getLineStyleProviderForJSPEL()
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">25. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type JFaceNodeLabelProvider is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">372:
+	fStatusLineLabelProvider = new <b><u>JFaceNodeLabelProvider</u></b>() {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">26. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getText(Object) from the
+	type JFaceNodeLabelProvider is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">382:
+	s.insert(0, <b><u>super.getText(node)</u></b>);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">27. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type TextHoverManager is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">408:
+	<b><u>TextHoverManager</u></b> manager =
+	SSEUIPlugin.getDefault().getTextHoverManager();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">28. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type SSEUIPlugin is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">408:
+	TextHoverManager manager = <b><u>SSEUIPlugin</u></b>.getDefault().getTextHoverManager();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">29. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getDefault() from the
+	type SSEUIPlugin is not accessible due to restriction on classpath
+	entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">408:
+	TextHoverManager manager = <b><u>SSEUIPlugin.getDefault()</u></b>.getTextHoverManager();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">30. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getTextHoverManager()
+	from the type SSEUIPlugin is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">408:
+	TextHoverManager manager = <b><u>SSEUIPlugin.getDefault().getTextHoverManager()</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">31. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type TextHoverManager is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">409:
+	<b><u>TextHoverManager.TextHoverDescriptor[]</u></b> hoverDescs =
+	manager.getTextHovers();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">32. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type
+	TextHoverManager.TextHoverDescriptor is not accessible due to
+	restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">409:
+	<b><u>TextHoverManager.TextHoverDescriptor[]</u></b> hoverDescs =
+	manager.getTextHovers();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">33. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getTextHovers() from the
+	type TextHoverManager is not accessible due to restriction on classpath
+	entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">409:
+	TextHoverManager.TextHoverDescriptor[] hoverDescs = <b><u>manager.getTextHovers()</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">34. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method isEnabled() from the type
+	TextHoverManager.TextHoverDescriptor is not accessible due to
+	restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">412:
+	if (<b><u>hoverDescs[i].isEnabled()</u></b> &amp;&amp;
+	EditorUtility.computeStateMask(hoverDescs[i].getModifierString()) ==
+	stateMask) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">35. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type EditorUtility is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">412:
+	if (hoverDescs[i].isEnabled() &amp;&amp; <b><u>EditorUtility</u></b>.computeStateMask(hoverDescs[i].getModifierString())
+	== stateMask) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">36. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method computeStateMask(String)
+	from the type EditorUtility is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">412:
+	if (hoverDescs[i].isEnabled() &amp;&amp; <b><u>EditorUtility.computeStateMask(hoverDescs[i].getModifierString())</u></b>
+	== stateMask) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">37. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getModifierString() from
+	the type TextHoverManager.TextHoverDescriptor is not accessible due to
+	restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">412:
+	if (hoverDescs[i].isEnabled() &amp;&amp;
+	EditorUtility.computeStateMask(<b><u>hoverDescs[i].getModifierString()</u></b>)
+	== stateMask) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">38. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getId() from the type
+	TextHoverManager.TextHoverDescriptor is not accessible due to
+	restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">413:
+	String hoverType = <b><u>hoverDescs[i].getId()</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">39. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type TextHoverManager is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">414:
+	if (<b><u>TextHoverManager.COMBINATION_HOVER</u></b>.equalsIgnoreCase(hoverType))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">40. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field COMBINATION_HOVER from the
+	type TextHoverManager is not accessible due to restriction on classpath
+	entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">414:
+	if (TextHoverManager.<b><u>COMBINATION_HOVER</u></b>.equalsIgnoreCase(hoverType))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">41. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method
+	createBestMatchHover(ITextHover) from the type TextHoverManager is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">417:
+	hover = <b><u>manager.createBestMatchHover(new
+	JSPTagInfoHoverProcessor())</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">42. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method
+	createBestMatchHover(ITextHover) from the type TextHoverManager is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">421:
+	hover = <b><u>manager.createBestMatchHover(new
+	JSPJavaJavadocHoverProcessor())</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">43. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type TextHoverManager is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">424:
+	else if (<b><u>TextHoverManager.DOCUMENTATION_HOVER</u></b>.equalsIgnoreCase(hoverType))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">44. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field DOCUMENTATION_HOVER from
+	the type TextHoverManager is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">424:
+	else if (TextHoverManager.<b><u>DOCUMENTATION_HOVER</u></b>.equalsIgnoreCase(hoverType))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">45. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ContentTypeIdForHTML is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">458:
+	targets.put(<b><u>ContentTypeIdForHTML.ContentTypeID_HTML</u></b>,
+	null);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">46. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field ContentTypeID_HTML from
+	the type ContentTypeIdForHTML is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">458:
+	targets.put(ContentTypeIdForHTML.<b><u>ContentTypeID_HTML</u></b>,
+	null);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">47. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ContentTypeIdForXML is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">459:
+	targets.put(<b><u>ContentTypeIdForXML.ContentTypeID_XML</u></b>, null);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">48. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field ContentTypeID_XML from the
+	type ContentTypeIdForXML is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">459:
+	targets.put(ContentTypeIdForXML.<b><u>ContentTypeID_XML</u></b>, null);</p>
+	</dd>
+	<dt style="font-weight: bold; color: black">Source File:
+	org/eclipse/jst/jsp/ui/internal/JSPUIPlugin.java</dt>
+	<dd style="font-weight: normal; color: black">1. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type AdapterFactoryRegistry is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPUIPlugin.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">22:
+	import <b><u>org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">2. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type AdapterFactoryRegistryImpl
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPUIPlugin.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">23:
+	import <b><u>org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistryImpl</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">3. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type AdapterFactoryRegistry is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPUIPlugin.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">56:
+	public <b><u>AdapterFactoryRegistry</u></b> getAdapterFactoryRegistry()
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">4. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type AdapterFactoryRegistryImpl
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPUIPlugin.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">57:
+	return <b><u>AdapterFactoryRegistryImpl</u></b>.getInstance();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">5. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getInstance() from the
+	type AdapterFactoryRegistryImpl is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPUIPlugin.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">57:
+	return <b><u>AdapterFactoryRegistryImpl.getInstance()</u></b>;</p>
+	</dd>
+	<dt style="font-weight: bold; color: black">Source File:
+	org/eclipse/jst/jsp/ui/internal/autoedit/AutoEditStrategyForTabs.java</dt>
+	<dd style="font-weight: normal; color: black">1. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type HTMLCorePlugin is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">31:
+	import <b><u>org.eclipse.wst.html.core.internal.HTMLCorePlugin</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">2. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type HTMLCorePreferenceNames is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">32:
+	import <b><u>org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">3. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type HTMLCorePlugin is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">181:
+	Preferences preferences = <b><u>HTMLCorePlugin</u></b>.getDefault().getPluginPreferences();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">4. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getDefault() from the
+	type HTMLCorePlugin is not accessible due to restriction on classpath
+	entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">181:
+	Preferences preferences = <b><u>HTMLCorePlugin.getDefault()</u></b>.getPluginPreferences();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">5. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type HTMLCorePreferenceNames is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">182:
+	if (<b><u>HTMLCorePreferenceNames.SPACE</u></b>.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">6. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field SPACE from the type
+	HTMLCorePreferenceNames is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">182:
+	if (HTMLCorePreferenceNames.<b><u>SPACE</u></b>.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">7. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type HTMLCorePreferenceNames is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">182:
+	if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(<b><u>HTMLCorePreferenceNames.INDENTATION_CHAR</u></b>)))</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">8. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field INDENTATION_CHAR from the
+	type HTMLCorePreferenceNames is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">182:
+	if
+	(HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.<b><u>INDENTATION_CHAR</u></b>)))</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">9. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type HTMLCorePreferenceNames is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">183:
+	width = preferences.getInt(<b><u>HTMLCorePreferenceNames.INDENTATION_SIZE</u></b>);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">10. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field INDENTATION_SIZE from the
+	type HTMLCorePreferenceNames is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">183:
+	width = preferences.getInt(HTMLCorePreferenceNames.<b><u>INDENTATION_SIZE</u></b>);</p>
+	</dd>
+	<dt style="font-weight: bold; color: black">Source File:
+	org/eclipse/jst/jsp/ui/internal/autoedit/StructuredAutoEditStrategyJSP.java</dt>
+	<dd style="font-weight: normal; color: black">1. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IStructuredModel is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">25:
+	import <b><u>org.eclipse.wst.sse.core.internal.provisional.IStructuredModel</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">2. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">26:
+	import <b><u>org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">3. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IStructuredModel is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">34:
+	<b><u>IStructuredModel</u></b> model = null;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">4. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method
+	getExistingModelForRead(IDocument) from the type IModelManager is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">36:
+	model = <b><u>StructuredModelManager.getModelManager().getExistingModelForRead(document)</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">5. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">42:
+	<b><u>IDOMNode</u></b> node = (IDOMNode)
+	model.getIndexedRegion(command.offset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">6. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">42:
+	IDOMNode node = (<b><u>IDOMNode</u></b>)
+	model.getIndexedRegion(command.offset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">7. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getIndexedRegion(int)
+	from the type IStructuredModel is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">42:
+	IDOMNode node = (IDOMNode) <b><u>model.getIndexedRegion(command.offset)</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">8. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getSource() from the type
+	IDOMNode is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">43:
+	if (prefixedWith(document, command.offset, "&lt;") &amp;&amp; !<b><u>node.getSource()</u></b>.endsWith("%&gt;"))
+	{ //$NON-NLS-1$ //$NON-NLS-2$</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">9. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">51:
+	<b><u>IDOMNode</u></b> node = (IDOMNode)
+	model.getIndexedRegion(command.offset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">10. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">51:
+	IDOMNode node = (<b><u>IDOMNode</u></b>)
+	model.getIndexedRegion(command.offset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">11. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getIndexedRegion(int)
+	from the type IStructuredModel is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">51:
+	IDOMNode node = (IDOMNode) <b><u>model.getIndexedRegion(command.offset)</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">12. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getSource() from the type
+	IDOMNode is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">53:
+	!<b><u>node.getSource()</u></b>.endsWith("}")) { //$NON-NLS-1$
+	//$NON-NLS-2$</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">13. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method releaseFromRead() from
+	the type IStructuredModel is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">65:
+	<b><u>model.releaseFromRead()</u></b>;</p>
+	</dd>
+	<dt style="font-weight: bold; color: black">Source File:
+	org/eclipse/jst/jsp/ui/internal/breakpointproviders/AbstractBreakpointProvider.java</dt>
+	<dd style="font-weight: normal; color: black">1. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IStructuredModel is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">21:
+	import <b><u>org.eclipse.wst.sse.core.internal.provisional.IStructuredModel</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">2. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IndexedRegion is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">22:
+	import <b><u>org.eclipse.wst.sse.core.internal.provisional.IndexedRegion</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">3. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IStructuredDocument is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">23:
+	import <b><u>org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">4. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IStructuredDocumentRegion
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">24:
+	import <b><u>org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">5. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ITextRegion is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">25:
+	import <b><u>org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">6. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ITextRegionCollection is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">26:
+	import <b><u>org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">7. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ITextRegionList is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">27:
+	import <b><u>org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">8. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ISourceEditingTextTools is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">28:
+	import <b><u>org.eclipse.wst.sse.ui.internal.provisional.extensions.ISourceEditingTextTools</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">9. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IBreakpointProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">29:
+	import <b><u>org.eclipse.wst.sse.ui.internal.provisional.extensions.breakpoint.IBreakpointProvider</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">10. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type CMElementDeclaration is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">30:
+	import <b><u>org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">11. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type CMNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">31:
+	import <b><u>org.eclipse.wst.xml.core.internal.contentmodel.CMNode</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">12. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ModelQuery is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">32:
+	import <b><u>org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">13. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ModelQueryUtil is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">33:
+	import <b><u>org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">14. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type CMNodeWrapper is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">34:
+	import <b><u>org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMNodeWrapper</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">15. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMDocument is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">35:
+	import <b><u>org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">16. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type DOMRegionContext is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">36:
+	import <b><u>org.eclipse.wst.xml.core.internal.regions.DOMRegionContext</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">17. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMSourceEditingTextTools
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">37:
+	import <b><u>org.eclipse.wst.xml.ui.internal.provisional.IDOMSourceEditingTextTools</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">18. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IBreakpointProvider is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">51:
+	public abstract class AbstractBreakpointProvider implements <b><u>IBreakpointProvider</u></b>
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">19. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IStructuredModel is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">107:
+	private static int getValidRegionPosition(<b><u>IStructuredModel</u></b>
+	model, ITextRegionCollection regionContainer, int startOffset, int
+	endOffset) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">20. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ITextRegionCollection is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">107:
+	private static int getValidRegionPosition(IStructuredModel model, <b><u>ITextRegionCollection</u></b>
+	regionContainer, int startOffset, int endOffset) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">21. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ITextRegionList is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">109:
+	<b><u>ITextRegionList</u></b> regions = regionContainer.getRegions();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">22. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getRegions() from the
+	type ITextRegionCollection is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">109:
+	ITextRegionList regions = <b><u>regionContainer.getRegions()</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">23. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method size() from the type
+	ITextRegionList is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">110:
+	for (int i = 0; i &lt; <b><u>regions.size()</u></b>; i++) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">24. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ITextRegion is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">111:
+	<b><u>ITextRegion</u></b> region = regions.get(i);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">25. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method get(int) from the type
+	ITextRegionList is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">111:
+	ITextRegion region = <b><u>regions.get(i)</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">26. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ITextRegionCollection is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">112:
+	if (region instanceof <b><u>ITextRegionCollection</u></b>) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">27. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ITextRegionCollection is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">113:
+	int validPosition = getValidRegionPosition(model, (<b><u>ITextRegionCollection</u></b>)
+	region, startOffset, endOffset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">28. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getEndOffset(ITextRegion)
+	from the type ITextRegionCollection is not accessible due to
+	restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">119:
+	if (<b><u>regionContainer.getEndOffset(region)</u></b> &gt;
+	startOffset) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">29. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method
+	getStartOffset(ITextRegion) from the type ITextRegionCollection is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">121:
+	int regionStartOffset = <b><u>regionContainer.getStartOffset(region)</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">30. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getType() from the type
+	ITextRegion is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">130:
+	if (<b><u>region.getType()</u></b>.equals(DOMJSPRegionContexts.JSP_CONTENT))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">31. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getType() from the type
+	ITextRegion is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">159:
+	else if (<b><u>region.getType()</u></b>.equals(DOMRegionContext.XML_TAG_NAME)
+	&amp;&amp;
+	(isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) ||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY)))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">32. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type DOMRegionContext is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">159:
+	else if (region.getType().equals(<b><u>DOMRegionContext.XML_TAG_NAME</u></b>)
+	&amp;&amp;
+	(isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) ||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY)))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">33. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field XML_TAG_NAME from the type
+	DOMRegionContext is not accessible due to restriction on classpath
+	entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">159:
+	else if (region.getType().equals(DOMRegionContext.<b><u>XML_TAG_NAME</u></b>)
+	&amp;&amp;
+	(isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) ||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY)))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">34. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getIndexedRegion(int)
+	from the type IStructuredModel is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">159:
+	else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME)
+	&amp;&amp; (isCustomTagRegion(<b><u>model.getIndexedRegion(regionStartOffset)</u></b>)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY)))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">35. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getText(ITextRegion) from
+	the type ITextRegionCollection is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">159:
+	else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME)
+	&amp;&amp;
+	(isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) || <b><u>regionContainer.getText(region)</u></b>.equals(JSP12Namespace.ElementName.USEBEAN)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY)))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">36. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getText(ITextRegion) from
+	the type ITextRegionCollection is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">159:
+	else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME)
+	&amp;&amp;
+	(isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) ||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN)
+	|| <b><u>regionContainer.getText(region)</u></b>.equals(JSP12Namespace.ElementName.GETPROPERTY)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.SETPROPERTY)))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">37. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getText(ITextRegion) from
+	the type ITextRegionCollection is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">159:
+	else if (region.getType().equals(DOMRegionContext.XML_TAG_NAME)
+	&amp;&amp;
+	(isCustomTagRegion(model.getIndexedRegion(regionStartOffset)) ||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.USEBEAN)
+	||
+	regionContainer.getText(region).equals(JSP12Namespace.ElementName.GETPROPERTY)
+	|| <b><u>regionContainer.getText(region)</u></b>.equals(JSP12Namespace.ElementName.SETPROPERTY)))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">38. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IndexedRegion is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">171:
+	<b><u>IndexedRegion</u></b> node =
+	model.getIndexedRegion(regionStartOffset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">39. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getIndexedRegion(int)
+	from the type IStructuredModel is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">171:
+	IndexedRegion node = <b><u>model.getIndexedRegion(regionStartOffset)</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">40. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IndexedRegion is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">193:
+	private static boolean isCustomTagRegion(<b><u>IndexedRegion</u></b>
+	node) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">41. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ModelQuery is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">197:
+	<b><u>ModelQuery</u></b> mq =
+	ModelQueryUtil.getModelQuery(xmlElement.getOwnerDocument());</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">42. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ModelQueryUtil is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">197:
+	ModelQuery mq = <b><u>ModelQueryUtil</u></b>.getModelQuery(xmlElement.getOwnerDocument());</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">43. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getModelQuery(Document)
+	from the type ModelQueryUtil is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">197:
+	ModelQuery mq = <b><u>ModelQueryUtil.getModelQuery(xmlElement.getOwnerDocument())</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">44. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type CMElementDeclaration is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">198:
+	<b><u>CMElementDeclaration</u></b> decl =
+	mq.getCMElementDeclaration(xmlElement);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">45. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method
+	getCMElementDeclaration(Element) from the type ModelQuery is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">198:
+	CMElementDeclaration decl = <b><u>mq.getCMElementDeclaration(xmlElement)</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">46. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type CMNodeWrapper is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">199:
+	if (decl instanceof <b><u>CMNodeWrapper</u></b>) {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">47. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type CMNode is not accessible
+	due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">200:
+	<b><u>CMNode</u></b> cmNode = ((CMNodeWrapper) decl).getOriginNode();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">48. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getOriginNode() from the
+	type CMNodeWrapper is not accessible due to restriction on classpath
+	entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">200:
+	CMNode cmNode = <b><u>((CMNodeWrapper) decl).getOriginNode()</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">49. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type CMNodeWrapper is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">200:
+	CMNode cmNode = ((<b><u>CMNodeWrapper</u></b>) decl).getOriginNode();</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">50. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ISourceEditingTextTools is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">207:
+	private <b><u>ISourceEditingTextTools</u></b> fSourceEditingTextTools;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">51. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ISourceEditingTextTools is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">218:
+	public <b><u>ISourceEditingTextTools</u></b>
+	getSourceEditingTextTools() {</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">52. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMSourceEditingTextTools
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">223:
+	if (!(getSourceEditingTextTools() instanceof <b><u>IDOMSourceEditingTextTools</u></b>))
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">53. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IStructuredDocumentRegion
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">248:
+	<b><u>IStructuredDocumentRegion</u></b> flatNode =
+	((IStructuredDocument) idoc).getRegionAtCharacterOffset(startOffset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">54. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method
+	getRegionAtCharacterOffset(int) from the type IStructuredDocument is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">248:
+	IStructuredDocumentRegion flatNode = <b><u>((IStructuredDocument)
+	idoc).getRegionAtCharacterOffset(startOffset)</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">55. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IStructuredDocument is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">248:
+	IStructuredDocumentRegion flatNode = ((<b><u>IStructuredDocument</u></b>)
+	idoc).getRegionAtCharacterOffset(startOffset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">56. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getModel() from the type
+	IDOMNode is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">252:
+	int validPosition = getValidRegionPosition(<b><u>((IDOMDocument)
+	((IDOMSourceEditingTextTools)
+	getSourceEditingTextTools()).getDOMDocument()).getModel()</u></b>, flatNode,
+	startOffset, endOffset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">57. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMDocument is not
+	accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">252:
+	int validPosition = getValidRegionPosition(((<b><u>IDOMDocument</u></b>)
+	((IDOMSourceEditingTextTools)
+	getSourceEditingTextTools()).getDOMDocument()).getModel(), flatNode,
+	startOffset, endOffset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">58. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getDOMDocument() from the
+	type IDOMSourceEditingTextTools is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">252:
+	int validPosition = getValidRegionPosition(((IDOMDocument) <b><u>((IDOMSourceEditingTextTools)
+	getSourceEditingTextTools()).getDOMDocument()</u></b>).getModel(), flatNode,
+	startOffset, endOffset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">59. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMSourceEditingTextTools
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">252:
+	int validPosition = getValidRegionPosition(((IDOMDocument) ((<b><u>IDOMSourceEditingTextTools</u></b>)
+	getSourceEditingTextTools()).getDOMDocument()).getModel(), flatNode,
+	startOffset, endOffset);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">60. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getNext() from the type
+	IStructuredDocumentRegion is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">260:
+	flatNode = <b><u>flatNode.getNext()</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">61. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type ISourceEditingTextTools is
+	not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">265:
+	public void setSourceEditingTextTools(<b><u>ISourceEditingTextTools</u></b>
+	sourceEditingTextTools) {</p>
+	</dd>
+	<dt style="font-weight: bold; color: black">Source File:
+	org/eclipse/jst/jsp/ui/internal/breakpointproviders/JavaBreakpointProvider.java</dt>
+	<dd style="font-weight: normal; color: black">1. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMSourceEditingTextTools
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JavaBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">24:
+	import <b><u>org.eclipse.wst.xml.ui.internal.provisional.IDOMSourceEditingTextTools</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">2. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMSourceEditingTextTools
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JavaBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">76:
+	if (getSourceEditingTextTools() instanceof <b><u>IDOMSourceEditingTextTools</u></b>)
+	{</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">3. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The method getDOMDocument() from the
+	type IDOMSourceEditingTextTools is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JavaBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">77:
+	doc = <b><u>((IDOMSourceEditingTextTools)
+	getSourceEditingTextTools()).getDOMDocument()</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">4. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type IDOMSourceEditingTextTools
+	is not accessible due to restriction on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JavaBreakpointProvider.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">77:
+	doc = ((<b><u>IDOMSourceEditingTextTools</u></b>)
+	getSourceEditingTextTools()).getDOMDocument();</p>
+	</dd>
+	<dt style="font-weight: bold; color: black">Source File:
+	org/eclipse/jst/jsp/ui/internal/wizard/NewJSPWizard.java</dt>
+	<dd style="font-weight: normal; color: black">1. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type
+	CommonEncodingPreferenceNames is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">NewJSPWizard.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">34:
+	import <b><u>org.eclipse.wst.sse.core.internal.encoding.CommonEncodingPreferenceNames</u></b>;</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">2. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The type
+	CommonEncodingPreferenceNames is not accessible due to restriction on
+	classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">NewJSPWizard.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">99:
+	String charSet = preference.getString(<b><u>CommonEncodingPreferenceNames.OUTPUT_CODESET</u></b>);</p>
+	</dd>
+	<dd style="font-weight: normal; color: black">3. WARNING:
+	DiscouragedReference
+	<p
+		style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
+	<small>Discouraged access: The field OUTPUT_CODESET from the
+	type CommonEncodingPreferenceNames is not accessible due to restriction
+	on classpath entry
+	/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">NewJSPWizard.java:
+	</p>
+	<p
+		style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">99:
+	String charSet = preference.getString(CommonEncodingPreferenceNames.<b><u>OUTPUT_CODESET</u></b>);</p>
+	</dd>
+</dl>
+</body>
+</html>
diff --git a/releng.wtpbuilder/distribution/wtpe4.site/example.bin.xml b/releng.wtpbuilder/distribution/wtpe4.site/example.bin.xml
new file mode 100644
index 0000000..6653ae5
--- /dev/null
+++ b/releng.wtpbuilder/distribution/wtpe4.site/example.bin.xml
@@ -0,0 +1,4174 @@
+<?xml version="1.0" encoding="UTF-8"?>
+    <!-- 4/3/07 9:22:11 PM EDT -->
+<!DOCTYPE compiler PUBLIC "-//Eclipse.org//DTD Eclipse JDT 3.2.002 Compiler//EN" "http://www.eclipse.org/jdt/core/compiler_32_002.dtd">
+<compiler
+    copyright="Copyright IBM Corp 2000, 2007. All rights reserved."
+    name="Eclipse Java Compiler"
+    version="0.735, 3.3.0 milestone-5">
+    <command_line>
+        <argument
+            value="-noExit"/>
+        <argument
+            value="-bootclasspath"/>
+        <argument
+            value="/home/shared/webtools/apps/j2sdk1.4.2_11/jre/lib/rt.jar"/>
+        <argument
+            value="-classpath"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070321-1300a.jar[+org/eclipse/ui/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/ide/*:+org/eclipse/ui/ide/dialogs/*:+org/eclipse/ui/ide/fileSystem/*:+org/eclipse/ui/ide/undo/*:~org/eclipse/ui/internal/ide/*:~org/eclipse/ui/internal/ide/actions/*:~org/eclipse/ui/internal/ide/commands/*:~org/eclipse/ui/internal/ide/dialogs/*:~org/eclipse/ui/internal/ide/filesystem/*:~org/eclipse/ui/internal/ide/handlers/*:~org/eclipse/ui/internal/ide/misc/*:~org/eclipse/ui/internal/ide/model/*:~org/eclipse/ui/internal/ide/registry/*:~org/eclipse/ui/internal/ide/undo/*:~org/eclipse/ui/internal/ide/update/*:~org/eclipse/ui/internal/views/bookmarkexplorer/*:~org/eclipse/ui/internal/views/framelist/*:~org/eclipse/ui/internal/views/navigator/*:~org/eclipse/ui/internal/views/properties/*:~org/eclipse/ui/internal/views/tasklist/*:~org/eclipse/ui/internal/wizards/datatransfer/*:~org/eclipse/ui/internal/wizards/newresource/*:+org/eclipse/ui/model/*:+org/eclipse/ui/part/*:+org/eclipse/ui/views/bookmarkexplorer/*:+org/eclipse/ui/views/framelist/*:+org/eclipse/ui/views/markers/*:~org/eclipse/ui/views/markers/internal/*:+org/eclipse/ui/views/navigator/*:+org/eclipse/ui/views/properties/*:+org/eclipse/ui/views/tasklist/*:+org/eclipse/ui/wizards/datatransfer/*:+org/eclipse/ui/wizards/newresource/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/com.ibm.icu.base_3.6.0.20061215.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070316.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:~org/eclipse/core/internal/indexing/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.resources.compatibility_3.2.0.v20070226.jar[~org/eclipse/core/internal/dtree/*:~org/eclipse/core/internal/events/*:~org/eclipse/core/internal/localstore/*:~org/eclipse/core/internal/properties/*:~org/eclipse/core/internal/propertytester/*:~org/eclipse/core/internal/refresh/*:~org/eclipse/core/internal/resources/*:~org/eclipse/core/internal/resources/mapping/*:~org/eclipse/core/internal/utils/*:~org/eclipse/core/internal/watson/*:+org/eclipse/core/resources/*:+org/eclipse/core/resources/mapping/*:+org/eclipse/core/resources/refresh/*:+org/eclipse/core/resources/team/*:~org/eclipse/core/internal/indexing/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ant.core_3.1.200.v20070318.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.variables_3.1.100.v20070205.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.runtime_3.3.100.v20070319.jar[~org/eclipse/core/internal/preferences/legacy/*:~org/eclipse/core/internal/runtime/*:+org/eclipse/core/runtime/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.osgi_3.3.0.v20070321.jar[+org/eclipse/osgi/event/*:+org/eclipse/osgi/framework/console/*:+org/eclipse/osgi/framework/eventmgr/*:+org/eclipse/osgi/framework/log/*:+org/eclipse/osgi/service/datalocation/*:+org/eclipse/osgi/service/debug/*:+org/eclipse/osgi/service/environment/*:+org/eclipse/osgi/service/localization/*:+org/eclipse/osgi/service/pluginconversion/*:+org/eclipse/osgi/service/resolver/*:+org/eclipse/osgi/service/runnable/*:+org/eclipse/osgi/service/urlconversion/*:+org/eclipse/osgi/storagemanager/*:+org/eclipse/osgi/util/*:+org/osgi/framework/*:+org/osgi/service/condpermadmin/*:+org/osgi/service/packageadmin/*:+org/osgi/service/permissionadmin/*:+org/osgi/service/startlevel/*:+org/osgi/service/url/*:+org/osgi/util/tracker/*:~org/eclipse/core/runtime/adaptor/*:~org/eclipse/core/runtime/internal/adaptor/*:~org/eclipse/core/runtime/internal/stats/*:~org/eclipse/osgi/baseadaptor/*:~org/eclipse/osgi/baseadaptor/bundlefile/*:~org/eclipse/osgi/baseadaptor/hooks/*:~org/eclipse/osgi/baseadaptor/loader/*:~org/eclipse/osgi/framework/adaptor/*:~org/eclipse/osgi/framework/debug/*:~org/eclipse/osgi/framework/internal/core/*:~org/eclipse/osgi/framework/internal/protocol/*:~org/eclipse/osgi/framework/internal/protocol/bundleentry/*:~org/eclipse/osgi/framework/internal/protocol/bundleresource/*:~org/eclipse/osgi/framework/internal/protocol/reference/*:~org/eclipse/osgi/framework/internal/reliablefile/*:~org/eclipse/osgi/framework/launcher/*:~org/eclipse/osgi/framework/util/*:~org/eclipse/osgi/internal/baseadaptor/*:~org/eclipse/osgi/internal/module/*:~org/eclipse/osgi/internal/profile/*:~org/eclipse/osgi/internal/resolver/*:~org/eclipse/osgi/internal/verifier/*:~org/eclipse/osgi/internal/provisional/verifier/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070318.jar[~org/eclipse/core/internal/runtime/*:~org/eclipse/core/internal/boot/*:+org/eclipse/core/runtime/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.jobs_3.3.0.v20070319.jar[~org/eclipse/core/internal/jobs/*:+org/eclipse/core/runtime/jobs/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.100.v20070316/runtime_registry_compatibility.jar[~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.equinox.registry_3.3.0.v20070318.jar[~org/eclipse/core/internal/registry/*:~org/eclipse/core/internal/registry/osgi/*:~org/eclipse/core/internal/registry/spi/*:+org/eclipse/core/runtime/*:+org/eclipse/core/runtime/dynamichelpers/*:+org/eclipse/core/runtime/spi/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.equinox.preferences_3.2.100.v20070312.jar[~org/eclipse/core/internal/preferences/*:~org/eclipse/core/internal/preferences/exchange/*:+org/eclipse/core/runtime/preferences/*:+org/osgi/service/prefs/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.contenttype_3.2.100.v20070319.jar[~org/eclipse/core/internal/content/*:+org/eclipse/core/runtime/content/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.0.v20070202.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.equinox.app_1.0.0.v20070318.jar[+org/eclipse/equinox/app/*:~org/eclipse/equinox/internal/app/*:+org/osgi/service/application/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.osgi.services_3.1.100.v20060918.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/javax.servlet_2.4.0.v200612120446.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.expressions_3.3.0.v20070319-1800.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.filesystem_1.1.0.v20070226.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.filesystem.linux.x86_1.1.0.v20070202.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.help_3.3.0.v20070316.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui_3.3.0.I20070322-1800.jar[~org/eclipse/ui/internal/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.swt_3.3.0.v3333g.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.3.0.v3333.jar[+org/eclipse/swt/*:+org/eclipse/swt/accessibility/*:+org/eclipse/swt/awt/*:+org/eclipse/swt/browser/*:+org/eclipse/swt/custom/*:+org/eclipse/swt/dnd/*:+org/eclipse/swt/events/*:+org/eclipse/swt/graphics/*:+org/eclipse/swt/layout/*:+org/eclipse/swt/opengl/*:+org/eclipse/swt/printing/*:+org/eclipse/swt/program/*:+org/eclipse/swt/widgets/*:~org/eclipse/swt/internal/*:~org/eclipse/swt/internal/image/*:~org/eclipse/swt/internal/theme/*:~org/eclipse/swt/internal/accessibility/gtk/*:~org/eclipse/swt/internal/cairo/*:~org/eclipse/swt/internal/cde/*:~org/eclipse/swt/internal/gnome/*:~org/eclipse/swt/internal/gtk/*:~org/eclipse/swt/internal/mozilla/*:~org/eclipse/swt/internal/opengl/glx/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jface_3.3.0.I20070321-1800.jar[+org/eclipse/jface/*:+org/eclipse/jface/action/*:+org/eclipse/jface/action/images/*:+org/eclipse/jface/bindings/*:+org/eclipse/jface/bindings/keys/*:+org/eclipse/jface/bindings/keys/formatting/*:+org/eclipse/jface/commands/*:+org/eclipse/jface/contexts/*:+org/eclipse/jface/dialogs/*:+org/eclipse/jface/dialogs/images/*:+org/eclipse/jface/fieldassist/*:+org/eclipse/jface/fieldassist/images/*:+org/eclipse/jface/images/*:~org/eclipse/jface/internal/provisional/action/*:+org/eclipse/jface/layout/*:+org/eclipse/jface/menus/*:+org/eclipse/jface/operation/*:+org/eclipse/jface/preference/*:+org/eclipse/jface/preference/images/*:+org/eclipse/jface/resource/*:+org/eclipse/jface/util/*:+org/eclipse/jface/viewers/*:+org/eclipse/jface/viewers/deferred/*:+org/eclipse/jface/window/*:+org/eclipse/jface/wizard/*:+org/eclipse/jface/wizard/images/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.commands_3.3.0.I20070321-0010.jar[+org/eclipse/core/commands/*:+org/eclipse/core/commands/common/*:+org/eclipse/core/commands/contexts/*:+org/eclipse/core/commands/operations/*:+org/eclipse/core/commands/util/*:~org/eclipse/core/internal/commands/operations/*:~org/eclipse/core/internal/commands/util/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070322-1800.jar[+org/eclipse/ui/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/model/*:+org/eclipse/ui/part/*:+org/eclipse/ui/about/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dnd/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/incubator/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/presentations/*:~org/eclipse/ui/internal/presentations/defaultpresentation/*:~org/eclipse/ui/internal/presentations/r33/*:~org/eclipse/ui/internal/presentations/util/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/provisional/presentations/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/presentations/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/testing/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20070319-0010/compatibility.jar[+org/eclipse/ui/*:+org/eclipse/ui/actions/*:+org/eclipse/ui/dialogs/*:+org/eclipse/ui/model/*:+org/eclipse/ui/part/*:+org/eclipse/ui/about/*:+org/eclipse/ui/activities/*:+org/eclipse/ui/application/*:+org/eclipse/ui/branding/*:+org/eclipse/ui/browser/*:+org/eclipse/ui/commands/*:+org/eclipse/ui/contexts/*:+org/eclipse/ui/dnd/*:+org/eclipse/ui/fieldassist/*:+org/eclipse/ui/handlers/*:+org/eclipse/ui/help/*:~org/eclipse/ui/internal/*:~org/eclipse/ui/internal/about/*:~org/eclipse/ui/internal/actions/*:~org/eclipse/ui/internal/activities/*:~org/eclipse/ui/internal/activities/ws/*:~org/eclipse/ui/internal/application/*:~org/eclipse/ui/internal/browser/*:~org/eclipse/ui/internal/commands/*:~org/eclipse/ui/internal/contexts/*:~org/eclipse/ui/internal/decorators/*:~org/eclipse/ui/internal/dialogs/*:~org/eclipse/ui/internal/dnd/*:~org/eclipse/ui/internal/editorsupport/*:~org/eclipse/ui/internal/expressions/*:~org/eclipse/ui/internal/handlers/*:~org/eclipse/ui/internal/help/*:~org/eclipse/ui/internal/incubator/*:~org/eclipse/ui/internal/intro/*:~org/eclipse/ui/internal/keys/*:~org/eclipse/ui/internal/layout/*:~org/eclipse/ui/internal/menus/*:~org/eclipse/ui/internal/misc/*:~org/eclipse/ui/internal/operations/*:~org/eclipse/ui/internal/part/*:~org/eclipse/ui/internal/preferences/*:~org/eclipse/ui/internal/presentations/*:~org/eclipse/ui/internal/presentations/defaultpresentation/*:~org/eclipse/ui/internal/presentations/r33/*:~org/eclipse/ui/internal/presentations/util/*:~org/eclipse/ui/internal/progress/*:~org/eclipse/ui/internal/provisional/application/*:~org/eclipse/ui/internal/provisional/presentations/*:~org/eclipse/ui/internal/registry/*:~org/eclipse/ui/internal/services/*:~org/eclipse/ui/internal/splash/*:~org/eclipse/ui/internal/statushandlers/*:~org/eclipse/ui/internal/testing/*:~org/eclipse/ui/internal/themes/*:~org/eclipse/ui/internal/tweaklets/*:~org/eclipse/ui/internal/util/*:~org/eclipse/ui/internal/wizards/*:~org/eclipse/ui/internal/wizards/preferences/*:+org/eclipse/ui/intro/*:+org/eclipse/ui/keys/*:+org/eclipse/ui/menus/*:+org/eclipse/ui/operations/*:+org/eclipse/ui/plugin/*:+org/eclipse/ui/preferences/*:+org/eclipse/ui/presentations/*:+org/eclipse/ui/progress/*:+org/eclipse/ui/services/*:+org/eclipse/ui/splash/*:+org/eclipse/ui/statushandlers/*:+org/eclipse/ui/swt/*:+org/eclipse/ui/testing/*:+org/eclipse/ui/themes/*:+org/eclipse/ui/views/*:+org/eclipse/ui/wizards/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jface.databinding_1.1.0.I20070319-1300.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.databinding_1.0.0.I20070322-0010.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.views_3.2.100.I20070319-0010.jar[~org/eclipse/ui/internal/views/properties/*:+org/eclipse/ui/views/properties/*:~org/eclipse/ui/internal/views/*:~org/eclipse/ui/internal/views/contentoutline/*:+org/eclipse/ui/views/contentoutline/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.update.configurator_3.2.100.v20070322.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.update.core_3.2.100.v20070322b.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.update.core.linux_3.2.0.v20060605.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.update.ui_3.2.100.v20070322a.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.forms_3.3.0.v20070322.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jface.text_3.3.0.v20070321-1800.jar[+org/eclipse/jface/contentassist/*:+org/eclipse/jface/contentassist/images/*:~org/eclipse/jface/internal/text/*:~org/eclipse/jface/internal/text/html/*:~org/eclipse/jface/internal/text/link/contentassist/*:~org/eclipse/jface/internal/text/revisions/*:~org/eclipse/jface/internal/text/source/*:+org/eclipse/jface/text/*:+org/eclipse/jface/text/contentassist/*:+org/eclipse/jface/text/formatter/*:+org/eclipse/jface/text/hyperlink/*:+org/eclipse/jface/text/information/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/presentation/*:+org/eclipse/jface/text/quickassist/*:+org/eclipse/jface/text/reconciler/*:+org/eclipse/jface/text/revisions/*:+org/eclipse/jface/text/rules/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/source/projection/*:+org/eclipse/jface/text/source/projection/images/*:+org/eclipse/jface/text/templates/*:+org/eclipse/jface/text/templates/persistence/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.text_3.3.0.v20070319-1800.jar[+org/eclipse/jface/text/*:+org/eclipse/jface/text/link/*:+org/eclipse/jface/text/projection/*:+org/eclipse/jface/text/source/*:+org/eclipse/jface/text/templates/*:+org/eclipse/text/edits/*:+org/eclipse/text/undo/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.3.0.v20070321-1300.jar[+org/eclipse/ui/contentassist/*:~org/eclipse/ui/internal/texteditor/*:~org/eclipse/ui/internal/texteditor/quickdiff/*:~org/eclipse/ui/internal/texteditor/quickdiff/compare/equivalence/*:~org/eclipse/ui/internal/texteditor/quickdiff/compare/rangedifferencer/*:~org/eclipse/ui/internal/texteditor/rulers/*:~org/eclipse/ui/internal/texteditor/spelling/*:+org/eclipse/ui/texteditor/*:+org/eclipse/ui/texteditor/link/*:+org/eclipse/ui/texteditor/quickdiff/*:+org/eclipse/ui/texteditor/rulers/*:+org/eclipse/ui/texteditor/spelling/*:+org/eclipse/ui/texteditor/templates/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot[+org/eclipse/wst/sse/ui/*:~org/eclipse/wst/sse/ui/internal/*:~org/eclipse/wst/sse/ui/internal/actions/*:~org/eclipse/wst/sse/ui/internal/contentassist/*:~org/eclipse/wst/sse/ui/internal/contentoutline/*:~org/eclipse/wst/sse/ui/internal/contentproperties/ui/*:~org/eclipse/wst/sse/ui/internal/correction/*:~org/eclipse/wst/sse/ui/internal/debug/*:~org/eclipse/wst/sse/ui/internal/derived/*:~org/eclipse/wst/sse/ui/internal/edit/util/*:~org/eclipse/wst/sse/ui/internal/editor/*:~org/eclipse/wst/sse/ui/internal/encoding/ui/*:~org/eclipse/wst/sse/ui/internal/extension/*:~org/eclipse/wst/sse/ui/internal/format/*:~org/eclipse/wst/sse/ui/internal/hyperlink/*:~org/eclipse/wst/sse/ui/internal/openon/*:~org/eclipse/wst/sse/ui/internal/preferences/*:~org/eclipse/wst/sse/ui/internal/preferences/ui/*:~org/eclipse/wst/sse/ui/internal/projection/*:~org/eclipse/wst/sse/ui/internal/properties/*:~org/eclipse/wst/sse/ui/internal/provisional/extensions/*:~org/eclipse/wst/sse/ui/internal/provisional/extensions/breakpoint/*:~org/eclipse/wst/sse/ui/internal/provisional/preferences/*:~org/eclipse/wst/sse/ui/internal/provisional/registry/*:~org/eclipse/wst/sse/ui/internal/provisional/style/*:~org/eclipse/wst/sse/ui/internal/reconcile/*:~org/eclipse/wst/sse/ui/internal/reconcile/validator/*:~org/eclipse/wst/sse/ui/internal/search/*:~org/eclipse/wst/sse/ui/internal/selection/*:~org/eclipse/wst/sse/ui/internal/spelling/*:~org/eclipse/wst/sse/ui/internal/taginfo/*:~org/eclipse/wst/sse/ui/internal/text/*:~org/eclipse/wst/sse/ui/internal/ui/*:~org/eclipse/wst/sse/ui/internal/util/*:~org/eclipse/wst/sse/ui/internal/view/events/*:+org/eclipse/wst/sse/ui/views/contentoutline/*:+org/eclipse/wst/sse/ui/views/properties/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.debug.ui_3.3.0.v20070322a.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.console_3.2.0.v20070212.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.debug.core_3.3.0.v20070323.jar[+org/eclipse/debug/core/*:+org/eclipse/debug/core/commands/*:+org/eclipse/debug/core/model/*:+org/eclipse/debug/core/sourcelookup/*:+org/eclipse/debug/core/sourcelookup/containers/*:~org/eclipse/debug/internal/core/*:~org/eclipse/debug/internal/core/commands/*:~org/eclipse/debug/internal/core/sourcelookup/*:~org/eclipse/debug/internal/core/sourcelookup/containers/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.editors_3.3.0.v20070321-1800.jar[+org/eclipse/ui/editors/text/*:+org/eclipse/ui/editors/text/templates/*:~org/eclipse/ui/internal/editors/quickdiff/*:~org/eclipse/ui/internal/editors/text/*:~org/eclipse/ui/internal/texteditor/*:+org/eclipse/ui/texteditor/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.filebuffers_3.3.0.v20070319-1800.jar[+org/eclipse/core/filebuffers/*:+org/eclipse/core/filebuffers/manipulation/*:~org/eclipse/core/internal/filebuffers/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.search_3.3.0.v20070319-1800.jar[+org/eclipse/search/core/text/*:~org/eclipse/search/internal/core/text/*:~org/eclipse/search/internal/ui/*:~org/eclipse/search/internal/ui/text/*:~org/eclipse/search/internal/ui/util/*:+org/eclipse/search/ui/*:+org/eclipse/search/ui/actions/*:+org/eclipse/search/ui/text/*:~org/eclipse/search2/internal/ui/*:~org/eclipse/search2/internal/ui/basic/views/*:~org/eclipse/search2/internal/ui/text/*:~org/eclipse/search2/internal/ui/text2/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot[+org/eclipse/wst/sse/core/*:~org/eclipse/wst/sse/core/internal/*:~org/eclipse/wst/sse/core/internal/cleanup/*:~org/eclipse/wst/sse/core/internal/document/*:~org/eclipse/wst/sse/core/internal/encoding/*:~org/eclipse/wst/sse/core/internal/encoding/util/*:~org/eclipse/wst/sse/core/internal/exceptions/*:~org/eclipse/wst/sse/core/internal/filebuffers/*:~org/eclipse/wst/sse/core/internal/format/*:~org/eclipse/wst/sse/core/internal/ltk/modelhandler/*:~org/eclipse/wst/sse/core/internal/ltk/parser/*:~org/eclipse/wst/sse/core/internal/model/*:~org/eclipse/wst/sse/core/internal/modelhandler/*:~org/eclipse/wst/sse/core/internal/parser/*:~org/eclipse/wst/sse/core/internal/preferences/*:~org/eclipse/wst/sse/core/internal/provisional/*:~org/eclipse/wst/sse/core/internal/provisional/document/*:~org/eclipse/wst/sse/core/internal/provisional/events/*:~org/eclipse/wst/sse/core/internal/provisional/exceptions/*:~org/eclipse/wst/sse/core/internal/provisional/model/*:~org/eclipse/wst/sse/core/internal/provisional/tasks/*:~org/eclipse/wst/sse/core/internal/provisional/text/*:~org/eclipse/wst/sse/core/internal/tasks/*:~org/eclipse/wst/sse/core/internal/text/*:~org/eclipse/wst/sse/core/internal/text/rules/*:~org/eclipse/wst/sse/core/internal/undo/*:~org/eclipse/wst/sse/core/internal/util/*:~org/eclipse/wst/sse/core/internal/validate/*:+org/eclipse/wst/sse/core/text/*:+org/eclipse/wst/sse/core/utils/*:~org/eclipse/wst/sse/internal/contentproperties/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot[+org/eclipse/wst/common/uriresolver/internal/*:+org/eclipse/wst/common/uriresolver/internal/provisional/*:+org/eclipse/wst/common/uriresolver/internal/util/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.common_2.3.0.v200703291501.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/com.ibm.icu_3.6.0.20061215.jar[+com/ibm/icu/lang/*:+com/ibm/icu/math/*:+com/ibm/icu/text/*:+com/ibm/icu/util/*:~com/ibm/icu/impl/*:~com/ibm/icu/impl/data/*:~com/ibm/icu/impl/data/icudt36b/*:~com/ibm/icu/impl/data/icudt36b/brkitr/*:~com/ibm/icu/impl/data/icudt36b/coll/*:~com/ibm/icu/impl/data/icudt36b/rbnf/*:~com/ibm/icu/impl/data/icudt36b/translit/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.validation/@dot[~org/eclipse/wst/validation/internal/*:~org/eclipse/wst/validation/internal/core/*:~org/eclipse/wst/validation/internal/delegates/*:~org/eclipse/wst/validation/internal/operations/*:~org/eclipse/wst/validation/internal/plugin/*:~org/eclipse/wst/validation/internal/provisional/*:~org/eclipse/wst/validation/internal/provisional/core/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.frameworks/@dot[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jem.util/@dot[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.ecore_2.3.0.v200703291501.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.3.0.v200703291501.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.environment/@dot[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.osgi.util_3.1.100.v20060918.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot[+org/eclipse/wst/common/project/facet/core/*:+org/eclipse/wst/common/project/facet/core/events/*:~org/eclipse/wst/common/project/facet/core/internal/*:~org/eclipse/wst/common/project/facet/core/internal/util/*:+org/eclipse/wst/common/project/facet/core/runtime/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.ui/@dot[~org/eclipse/wst/html/internal/validation/*:+org/eclipse/wst/html/ui/*:~org/eclipse/wst/html/ui/internal/*:~org/eclipse/wst/html/ui/internal/autoedit/*:~org/eclipse/wst/html/ui/internal/contentassist/*:~org/eclipse/wst/html/ui/internal/contentoutline/*:~org/eclipse/wst/html/ui/internal/contentproperties/ui/*:~org/eclipse/wst/html/ui/internal/correction/*:~org/eclipse/wst/html/ui/internal/derived/*:~org/eclipse/wst/html/ui/internal/edit/ui/*:~org/eclipse/wst/html/ui/internal/editor/*:~org/eclipse/wst/html/ui/internal/preferences/*:~org/eclipse/wst/html/ui/internal/preferences/ui/*:~org/eclipse/wst/html/ui/internal/projection/*:~org/eclipse/wst/html/ui/internal/registry/*:~org/eclipse/wst/html/ui/internal/search/*:~org/eclipse/wst/html/ui/internal/style/*:~org/eclipse/wst/html/ui/internal/taginfo/*:~org/eclipse/wst/html/ui/internal/templates/*:~org/eclipse/wst/html/ui/internal/text/*:~org/eclipse/wst/html/ui/internal/wizard/*:+org/eclipse/wst/html/ui/views/contentoutline/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot[+org/eclipse/wst/xml/ui/*:~org/eclipse/wst/xml/ui/internal/*:~org/eclipse/wst/xml/ui/internal/actions/*:~org/eclipse/wst/xml/ui/internal/autoedit/*:~org/eclipse/wst/xml/ui/internal/catalog/*:~org/eclipse/wst/xml/ui/internal/catalog/icons/etool50/*:~org/eclipse/wst/xml/ui/internal/catalog/icons/obj16/*:~org/eclipse/wst/xml/ui/internal/catalog/icons/ovr16/*:~org/eclipse/wst/xml/ui/internal/contentassist/*:~org/eclipse/wst/xml/ui/internal/contentoutline/*:~org/eclipse/wst/xml/ui/internal/correction/*:~org/eclipse/wst/xml/ui/internal/dialogs/*:~org/eclipse/wst/xml/ui/internal/dnd/*:~org/eclipse/wst/xml/ui/internal/doubleclick/*:~org/eclipse/wst/xml/ui/internal/editor/*:~org/eclipse/wst/xml/ui/internal/hyperlink/*:~org/eclipse/wst/xml/ui/internal/nsedit/*:~org/eclipse/wst/xml/ui/internal/preferences/*:~org/eclipse/wst/xml/ui/internal/projection/*:~org/eclipse/wst/xml/ui/internal/properties/*:~org/eclipse/wst/xml/ui/internal/provisional/*:~org/eclipse/wst/xml/ui/internal/registry/*:~org/eclipse/wst/xml/ui/internal/search/*:~org/eclipse/wst/xml/ui/internal/selection/*:~org/eclipse/wst/xml/ui/internal/style/*:~org/eclipse/wst/xml/ui/internal/tabletree/*:~org/eclipse/wst/xml/ui/internal/taginfo/*:~org/eclipse/wst/xml/ui/internal/templates/*:~org/eclipse/wst/xml/ui/internal/text/*:~org/eclipse/wst/xml/ui/internal/util/*:~org/eclipse/wst/xml/ui/internal/validation/*:~org/eclipse/wst/xml/ui/internal/validation/core/errorinfo/*:~org/eclipse/wst/xml/ui/internal/wizards/*:+org/eclipse/wst/xml/ui/views/contentoutline/*:+org/eclipse/wst/xml/ui/views/properties/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot[~org/eclipse/wst/xml/core/internal/*:~org/eclipse/wst/xml/core/internal/catalog/*:~org/eclipse/wst/xml/core/internal/catalog/provisional/*:~org/eclipse/wst/xml/core/internal/cleanup/*:~org/eclipse/wst/xml/core/internal/commentelement/*:~org/eclipse/wst/xml/core/internal/commentelement/impl/*:~org/eclipse/wst/xml/core/internal/commentelement/util/*:~org/eclipse/wst/xml/core/internal/contentmodel/*:~org/eclipse/wst/xml/core/internal/contentmodel/annotation/*:~org/eclipse/wst/xml/core/internal/contentmodel/basic/*:~org/eclipse/wst/xml/core/internal/contentmodel/factory/*:~org/eclipse/wst/xml/core/internal/contentmodel/internal/annotation/*:~org/eclipse/wst/xml/core/internal/contentmodel/internal/modelqueryimpl/*:~org/eclipse/wst/xml/core/internal/contentmodel/internal/util/*:~org/eclipse/wst/xml/core/internal/contentmodel/modelquery/*:~org/eclipse/wst/xml/core/internal/contentmodel/modelquery/extension/*:~org/eclipse/wst/xml/core/internal/contentmodel/modelqueryimpl/*:~org/eclipse/wst/xml/core/internal/contentmodel/util/*:~org/eclipse/wst/xml/core/internal/contenttype/*:~org/eclipse/wst/xml/core/internal/document/*:~org/eclipse/wst/xml/core/internal/emf2xml/*:~org/eclipse/wst/xml/core/internal/encoding/*:~org/eclipse/wst/xml/core/internal/modelhandler/*:~org/eclipse/wst/xml/core/internal/modelquery/*:~org/eclipse/wst/xml/core/internal/parser/*:~org/eclipse/wst/xml/core/internal/parser/regions/*:~org/eclipse/wst/xml/core/internal/preferences/*:~org/eclipse/wst/xml/core/internal/propagate/*:~org/eclipse/wst/xml/core/internal/provisional/*:~org/eclipse/wst/xml/core/internal/provisional/contentmodel/*:~org/eclipse/wst/xml/core/internal/provisional/contenttype/*:~org/eclipse/wst/xml/core/internal/provisional/document/*:~org/eclipse/wst/xml/core/internal/provisional/format/*:~org/eclipse/wst/xml/core/internal/provisional/text/*:~org/eclipse/wst/xml/core/internal/regions/*:~org/eclipse/wst/xml/core/internal/search/*:~org/eclipse/wst/xml/core/internal/search/impl/*:~org/eclipse/wst/xml/core/internal/search/matching/*:~org/eclipse/wst/xml/core/internal/search/quickscan/*:~org/eclipse/wst/xml/core/internal/ssemodelquery/*:~org/eclipse/wst/xml/core/internal/tasks/*:~org/eclipse/wst/xml/core/internal/text/*:~org/eclipse/wst/xml/core/internal/text/rules/*:~org/eclipse/wst/xml/core/internal/validate/*:~org/eclipse/wst/xml/core/internal/validation/*:~org/eclipse/wst/xml/core/internal/validation/core/*:~org/eclipse/wst/xml/core/internal/validation/core/logging/*:~org/eclipse/wst/xml/core/internal/validation/eclipse/*:~org/eclipse/wst/xml/core/internal/validation/errorcustomization/*:+org/eclipse/wst/xml/core/text/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.apache.xerces_2.8.0.v200702082200.jar[+META-INF/services/*:+org/apache/html/dom/*:+org/apache/wml/*:+org/apache/wml/dom/*:+org/apache/xerces/dom/*:+org/apache/xerces/dom/events/*:+org/apache/xerces/dom3/as/*:+org/apache/xerces/impl/*:+org/apache/xerces/impl/dtd/*:+org/apache/xerces/impl/dtd/models/*:+org/apache/xerces/impl/dv/*:+org/apache/xerces/impl/dv/dtd/*:+org/apache/xerces/impl/dv/util/*:+org/apache/xerces/impl/dv/xs/*:+org/apache/xerces/impl/io/*:+org/apache/xerces/impl/msg/*:+org/apache/xerces/impl/validation/*:+org/apache/xerces/impl/xpath/*:+org/apache/xerces/impl/xpath/regex/*:+org/apache/xerces/impl/xs/*:+org/apache/xerces/impl/xs/identity/*:+org/apache/xerces/impl/xs/models/*:+org/apache/xerces/impl/xs/opti/*:+org/apache/xerces/impl/xs/traversers/*:+org/apache/xerces/impl/xs/util/*:+org/apache/xerces/jaxp/*:+org/apache/xerces/jaxp/datatype/*:+org/apache/xerces/jaxp/validation/*:+org/apache/xerces/parsers/*:+org/apache/xerces/util/*:+org/apache/xerces/xinclude/*:+org/apache/xerces/xni/*:+org/apache/xerces/xni/grammars/*:+org/apache/xerces/xni/parser/*:+org/apache/xerces/xpointer/*:+org/apache/xerces/xs/*:+org/apache/xerces/xs/datatypes/*:+org/apache/xml/serialize/*:+org/w3c/dom/html/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.w3c.dom_1.3.3.v200702082200.jar[+javax/xml/*:+javax/xml/datatype/*:+javax/xml/namespace/*:+javax/xml/parsers/*:+javax/xml/transform/*:+javax/xml/transform/dom/*:+javax/xml/transform/sax/*:+javax/xml/transform/stream/*:+javax/xml/validation/*:+javax/xml/xpath/*:+license/*:+org/apache/xmlcommons/*:+org/w3c/dom/*:+org/w3c/dom/bootstrap/*:+org/w3c/dom/css/*:+org/w3c/dom/events/*:+org/w3c/dom/html/*:+org/w3c/dom/ls/*:+org/w3c/dom/ranges/*:+org/w3c/dom/stylesheets/*:+org/w3c/dom/traversal/*:+org/w3c/dom/views/*:+org/w3c/dom/xpath/*:+org/xml/sax/*:+org/xml/sax/ext/*:+org/xml/sax/helpers/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.apache.xml.resolver_1.1.0.v200702082200.jar[+org/apache/env/*:+org/apache/xml/resolver/*:+org/apache/xml/resolver/apps/*:+org/apache/xml/resolver/etc/*:+org/apache/xml/resolver/helpers/*:+org/apache/xml/resolver/readers/*:+org/apache/xml/resolver/tools/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.ecore.edit_2.3.0.v200703291501.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.edit_2.3.0.v200703291501.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.ecore.change_2.3.0.v200703291501.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.emf/@dot[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.xsd_2.3.0.v200703291501.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.core/@dot[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.ui/@dot[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot[+org/eclipse/wst/css/ui/*:~org/eclipse/wst/css/ui/internal/*:~org/eclipse/wst/css/ui/internal/autoedit/*:~org/eclipse/wst/css/ui/internal/contentassist/*:~org/eclipse/wst/css/ui/internal/contentoutline/*:~org/eclipse/wst/css/ui/internal/contentproperties/*:~org/eclipse/wst/css/ui/internal/contentproperties/ui/*:~org/eclipse/wst/css/ui/internal/edit/ui/*:~org/eclipse/wst/css/ui/internal/editor/*:~org/eclipse/wst/css/ui/internal/image/*:~org/eclipse/wst/css/ui/internal/preferences/*:~org/eclipse/wst/css/ui/internal/preferences/ui/*:~org/eclipse/wst/css/ui/internal/projection/*:~org/eclipse/wst/css/ui/internal/properties/*:~org/eclipse/wst/css/ui/internal/registry/*:~org/eclipse/wst/css/ui/internal/selection/*:~org/eclipse/wst/css/ui/internal/style/*:~org/eclipse/wst/css/ui/internal/templates/*:~org/eclipse/wst/css/ui/internal/text/*:~org/eclipse/wst/css/ui/internal/wizard/*:+org/eclipse/wst/css/ui/views/contentoutline/*:+org/eclipse/wst/css/ui/views/properties/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot[~org/eclipse/wst/css/core/internal/*:~org/eclipse/wst/css/core/internal/cleanup/*:~org/eclipse/wst/css/core/internal/contentmodel/*:~org/eclipse/wst/css/core/internal/contentproperties/*:~org/eclipse/wst/css/core/internal/contenttype/*:~org/eclipse/wst/css/core/internal/document/*:~org/eclipse/wst/css/core/internal/encoding/*:~org/eclipse/wst/css/core/internal/event/*:~org/eclipse/wst/css/core/internal/eventimpl/*:~org/eclipse/wst/css/core/internal/format/*:~org/eclipse/wst/css/core/internal/formatter/*:~org/eclipse/wst/css/core/internal/metamodel/*:~org/eclipse/wst/css/core/internal/metamodel/util/*:~org/eclipse/wst/css/core/internal/metamodelimpl/*:~org/eclipse/wst/css/core/internal/modelhandler/*:~org/eclipse/wst/css/core/internal/parser/*:~org/eclipse/wst/css/core/internal/parser/regions/*:~org/eclipse/wst/css/core/internal/parserz/*:~org/eclipse/wst/css/core/internal/preferences/*:~org/eclipse/wst/css/core/internal/provisional/adapters/*:~org/eclipse/wst/css/core/internal/provisional/contenttype/*:~org/eclipse/wst/css/core/internal/provisional/document/*:~org/eclipse/wst/css/core/internal/provisional/preferences/*:~org/eclipse/wst/css/core/internal/provisional/text/*:~org/eclipse/wst/css/core/internal/tasks/*:~org/eclipse/wst/css/core/internal/text/*:~org/eclipse/wst/css/core/internal/util/*:~org/eclipse/wst/css/core/internal/util/declaration/*:+org/eclipse/wst/css/core/text/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot[~org/eclipse/wst/html/core/internal/*:~org/eclipse/wst/html/core/internal/cleanup/*:~org/eclipse/wst/html/core/internal/commentelement/handlers/*:~org/eclipse/wst/html/core/internal/contentmodel/*:~org/eclipse/wst/html/core/internal/contentmodel/chtml/*:~org/eclipse/wst/html/core/internal/contentmodel/ssi/*:~org/eclipse/wst/html/core/internal/contentproperties/*:~org/eclipse/wst/html/core/internal/contenttype/*:~org/eclipse/wst/html/core/internal/document/*:~org/eclipse/wst/html/core/internal/encoding/*:~org/eclipse/wst/html/core/internal/format/*:~org/eclipse/wst/html/core/internal/htmlcss/*:~org/eclipse/wst/html/core/internal/modelhandler/*:~org/eclipse/wst/html/core/internal/modelquery/*:~org/eclipse/wst/html/core/internal/preferences/*:~org/eclipse/wst/html/core/internal/provisional/*:~org/eclipse/wst/html/core/internal/provisional/contenttype/*:~org/eclipse/wst/html/core/internal/provisional/text/*:~org/eclipse/wst/html/core/internal/text/*:~org/eclipse/wst/html/core/internal/validate/*:+org/eclipse/wst/html/core/text/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.modulecore/@dot[+org/eclipse/wst/common/componentcore/*:+org/eclipse/wst/common/componentcore/datamodel/*:+org/eclipse/wst/common/componentcore/datamodel/properties/*:~org/eclipse/wst/common/componentcore/internal/*:~org/eclipse/wst/common/componentcore/internal/builder/*:~org/eclipse/wst/common/componentcore/internal/impl/*:~org/eclipse/wst/common/componentcore/internal/operation/*:~org/eclipse/wst/common/componentcore/internal/resources/*:~org/eclipse/wst/common/componentcore/internal/util/*:+org/eclipse/wst/common/componentcore/resources/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.javascript.ui/@dot[~org/eclipse/wst/javascript/ui/internal/actions/*:~org/eclipse/wst/javascript/ui/internal/common/*:~org/eclipse/wst/javascript/ui/internal/common/autoedit/*:~org/eclipse/wst/javascript/ui/internal/common/contentassist/*:~org/eclipse/wst/javascript/ui/internal/common/contentassist/fcs/js1/*:~org/eclipse/wst/javascript/ui/internal/common/contentassist/javadoc/*:~org/eclipse/wst/javascript/ui/internal/common/preferences/*:~org/eclipse/wst/javascript/ui/internal/common/preferences/ui/*:~org/eclipse/wst/javascript/ui/internal/common/style/*:~org/eclipse/wst/javascript/ui/internal/common/taginfo/*:~org/eclipse/wst/javascript/ui/internal/editor/*:~org/eclipse/wst/javascript/ui/internal/views/contentoutline/*:~org/eclipse/wst/javascript/ui/internal/wizard/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.javascript.core/@dot[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.core/@dot[+org/eclipse/jst/jsp/core/internal/*:+org/eclipse/jst/jsp/core/internal/contentmodel/*:+org/eclipse/jst/jsp/core/internal/contentmodel/tld/*:+org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/*:+org/eclipse/jst/jsp/core/internal/contentproperties/*:+org/eclipse/jst/jsp/core/internal/contenttype/*:+org/eclipse/jst/jsp/core/internal/document/*:+org/eclipse/jst/jsp/core/internal/domdocument/*:+org/eclipse/jst/jsp/core/internal/encoding/*:+org/eclipse/jst/jsp/core/internal/java/*:+org/eclipse/jst/jsp/core/internal/java/jspel/*:+org/eclipse/jst/jsp/core/internal/java/search/*:+org/eclipse/jst/jsp/core/internal/modelhandler/*:+org/eclipse/jst/jsp/core/internal/modelquery/*:+org/eclipse/jst/jsp/core/internal/parser/*:+org/eclipse/jst/jsp/core/internal/parser/internal/*:+org/eclipse/jst/jsp/core/internal/preferences/*:+org/eclipse/jst/jsp/core/internal/provisional/*:+org/eclipse/jst/jsp/core/internal/provisional/contenttype/*:+org/eclipse/jst/jsp/core/internal/provisional/text/*:+org/eclipse/jst/jsp/core/internal/regions/*:+org/eclipse/jst/jsp/core/internal/taglib/*:+org/eclipse/jst/jsp/core/internal/tasks/*:+org/eclipse/jst/jsp/core/internal/text/*:+org/eclipse/jst/jsp/core/internal/util/*:+org/eclipse/jst/jsp/core/internal/validation/*:+org/eclipse/jst/jsp/core/jspel/*:+org/eclipse/jst/jsp/core/taglib/*:+org/eclipse/jst/jsp/core/text/*:~org/eclipse/jst/jsp/css/core/internal/contentmodel/*:~org/eclipse/jst/jsp/css/core/internal/contenttype/*:~org/eclipse/jst/jsp/css/core/internal/document/*:~org/eclipse/jst/jsp/css/core/internal/encoding/*:+org/eclipse/jst/jsp/css/core/internal/modelhandler/*:~org/eclipse/jst/jsp/css/core/internal/parser/*:~org/eclipse/jst/jsp/css/core/internal/parserz/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.core_3.3.0.v_745.jar[+org/eclipse/jdt/core/*:+org/eclipse/jdt/core/compiler/*:+org/eclipse/jdt/core/dom/*:+org/eclipse/jdt/core/dom/rewrite/*:+org/eclipse/jdt/core/eval/*:+org/eclipse/jdt/core/formatter/*:+org/eclipse/jdt/core/jdom/*:+org/eclipse/jdt/core/search/*:+org/eclipse/jdt/core/util/*:~org/eclipse/jdt/internal/codeassist/*:~org/eclipse/jdt/internal/codeassist/complete/*:~org/eclipse/jdt/internal/codeassist/impl/*:~org/eclipse/jdt/internal/codeassist/select/*:~org/eclipse/jdt/internal/compiler/*:~org/eclipse/jdt/internal/compiler/ast/*:~org/eclipse/jdt/internal/compiler/batch/*:~org/eclipse/jdt/internal/compiler/classfmt/*:~org/eclipse/jdt/internal/compiler/codegen/*:~org/eclipse/jdt/internal/compiler/env/*:~org/eclipse/jdt/internal/compiler/flow/*:~org/eclipse/jdt/internal/compiler/impl/*:~org/eclipse/jdt/internal/compiler/lookup/*:~org/eclipse/jdt/internal/compiler/parser/*:~org/eclipse/jdt/internal/compiler/parser/diagnose/*:~org/eclipse/jdt/internal/compiler/problem/*:~org/eclipse/jdt/internal/compiler/util/*:~org/eclipse/jdt/internal/core/*:~org/eclipse/jdt/internal/core/builder/*:~org/eclipse/jdt/internal/core/dom/rewrite/*:~org/eclipse/jdt/internal/core/eval/*:~org/eclipse/jdt/internal/core/hierarchy/*:~org/eclipse/jdt/internal/core/index/*:~org/eclipse/jdt/internal/core/jdom/*:~org/eclipse/jdt/internal/core/search/*:~org/eclipse/jdt/internal/core/search/indexing/*:~org/eclipse/jdt/internal/core/search/matching/*:~org/eclipse/jdt/internal/core/search/processing/*:~org/eclipse/jdt/internal/core/util/*:~org/eclipse/jdt/internal/eval/*:~org/eclipse/jdt/internal/formatter/*:~org/eclipse/jdt/internal/formatter/align/*:~org/eclipse/jdt/internal/formatter/comment/*:~org/eclipse/jdt/internal/formatter/old/*:+META-INF/services/*:+org/eclipse/jdt/internal/compiler/tool/*:~org/eclipse/jdt/internal/compiler/apt/dispatch/*:~org/eclipse/jdt/internal/compiler/apt/model/*:~org/eclipse/jdt/internal/compiler/apt/util/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.compiler.tool_1.0.0.v20070318-1300.jar[+org/eclipse/jdt/core/*:+org/eclipse/jdt/core/compiler/*:+org/eclipse/jdt/core/dom/*:+org/eclipse/jdt/core/dom/rewrite/*:+org/eclipse/jdt/core/eval/*:+org/eclipse/jdt/core/formatter/*:+org/eclipse/jdt/core/jdom/*:+org/eclipse/jdt/core/search/*:+org/eclipse/jdt/core/util/*:~org/eclipse/jdt/internal/codeassist/*:~org/eclipse/jdt/internal/codeassist/complete/*:~org/eclipse/jdt/internal/codeassist/impl/*:~org/eclipse/jdt/internal/codeassist/select/*:~org/eclipse/jdt/internal/compiler/*:~org/eclipse/jdt/internal/compiler/ast/*:~org/eclipse/jdt/internal/compiler/batch/*:~org/eclipse/jdt/internal/compiler/classfmt/*:~org/eclipse/jdt/internal/compiler/codegen/*:~org/eclipse/jdt/internal/compiler/env/*:~org/eclipse/jdt/internal/compiler/flow/*:~org/eclipse/jdt/internal/compiler/impl/*:~org/eclipse/jdt/internal/compiler/lookup/*:~org/eclipse/jdt/internal/compiler/parser/*:~org/eclipse/jdt/internal/compiler/parser/diagnose/*:~org/eclipse/jdt/internal/compiler/problem/*:~org/eclipse/jdt/internal/compiler/util/*:~org/eclipse/jdt/internal/core/*:~org/eclipse/jdt/internal/core/builder/*:~org/eclipse/jdt/internal/core/dom/rewrite/*:~org/eclipse/jdt/internal/core/eval/*:~org/eclipse/jdt/internal/core/hierarchy/*:~org/eclipse/jdt/internal/core/index/*:~org/eclipse/jdt/internal/core/jdom/*:~org/eclipse/jdt/internal/core/search/*:~org/eclipse/jdt/internal/core/search/indexing/*:~org/eclipse/jdt/internal/core/search/matching/*:~org/eclipse/jdt/internal/core/search/processing/*:~org/eclipse/jdt/internal/core/util/*:~org/eclipse/jdt/internal/eval/*:~org/eclipse/jdt/internal/formatter/*:~org/eclipse/jdt/internal/formatter/align/*:~org/eclipse/jdt/internal/formatter/comment/*:~org/eclipse/jdt/internal/formatter/old/*:+META-INF/services/*:+org/eclipse/jdt/internal/compiler/tool/*:~org/eclipse/jdt/internal/compiler/apt/dispatch/*:~org/eclipse/jdt/internal/compiler/apt/model/*:~org/eclipse/jdt/internal/compiler/apt/util/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.compiler.apt_1.0.0.v20070318-2030.jar[+org/eclipse/jdt/core/*:+org/eclipse/jdt/core/compiler/*:+org/eclipse/jdt/core/dom/*:+org/eclipse/jdt/core/dom/rewrite/*:+org/eclipse/jdt/core/eval/*:+org/eclipse/jdt/core/formatter/*:+org/eclipse/jdt/core/jdom/*:+org/eclipse/jdt/core/search/*:+org/eclipse/jdt/core/util/*:~org/eclipse/jdt/internal/codeassist/*:~org/eclipse/jdt/internal/codeassist/complete/*:~org/eclipse/jdt/internal/codeassist/impl/*:~org/eclipse/jdt/internal/codeassist/select/*:~org/eclipse/jdt/internal/compiler/*:~org/eclipse/jdt/internal/compiler/ast/*:~org/eclipse/jdt/internal/compiler/batch/*:~org/eclipse/jdt/internal/compiler/classfmt/*:~org/eclipse/jdt/internal/compiler/codegen/*:~org/eclipse/jdt/internal/compiler/env/*:~org/eclipse/jdt/internal/compiler/flow/*:~org/eclipse/jdt/internal/compiler/impl/*:~org/eclipse/jdt/internal/compiler/lookup/*:~org/eclipse/jdt/internal/compiler/parser/*:~org/eclipse/jdt/internal/compiler/parser/diagnose/*:~org/eclipse/jdt/internal/compiler/problem/*:~org/eclipse/jdt/internal/compiler/util/*:~org/eclipse/jdt/internal/core/*:~org/eclipse/jdt/internal/core/builder/*:~org/eclipse/jdt/internal/core/dom/rewrite/*:~org/eclipse/jdt/internal/core/eval/*:~org/eclipse/jdt/internal/core/hierarchy/*:~org/eclipse/jdt/internal/core/index/*:~org/eclipse/jdt/internal/core/jdom/*:~org/eclipse/jdt/internal/core/search/*:~org/eclipse/jdt/internal/core/search/indexing/*:~org/eclipse/jdt/internal/core/search/matching/*:~org/eclipse/jdt/internal/core/search/processing/*:~org/eclipse/jdt/internal/core/util/*:~org/eclipse/jdt/internal/eval/*:~org/eclipse/jdt/internal/formatter/*:~org/eclipse/jdt/internal/formatter/align/*:~org/eclipse/jdt/internal/formatter/comment/*:~org/eclipse/jdt/internal/formatter/old/*:+META-INF/services/*:+org/eclipse/jdt/internal/compiler/tool/*:~org/eclipse/jdt/internal/compiler/apt/dispatch/*:~org/eclipse/jdt/internal/compiler/apt/model/*:~org/eclipse/jdt/internal/compiler/apt/util/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.team.core_3.2.100.I200703211300.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/javax.servlet.jsp_2.0.0.v200612120446.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.3.0.v20070321-1800.jar[~org/eclipse/jdt/internal/corext/*:~org/eclipse/jdt/internal/corext/buildpath/*:~org/eclipse/jdt/internal/corext/callhierarchy/*:~org/eclipse/jdt/internal/corext/codemanipulation/*:~org/eclipse/jdt/internal/corext/dom/*:~org/eclipse/jdt/internal/corext/dom/fragments/*:~org/eclipse/jdt/internal/corext/fix/*:~org/eclipse/jdt/internal/corext/javadoc/*:~org/eclipse/jdt/internal/corext/refactoring/*:~org/eclipse/jdt/internal/corext/refactoring/base/*:~org/eclipse/jdt/internal/corext/refactoring/binary/*:~org/eclipse/jdt/internal/corext/refactoring/changes/*:~org/eclipse/jdt/internal/corext/refactoring/code/*:~org/eclipse/jdt/internal/corext/refactoring/code/flow/*:~org/eclipse/jdt/internal/corext/refactoring/delegates/*:~org/eclipse/jdt/internal/corext/refactoring/generics/*:~org/eclipse/jdt/internal/corext/refactoring/nls/*:~org/eclipse/jdt/internal/corext/refactoring/nls/changes/*:~org/eclipse/jdt/internal/corext/refactoring/participants/*:~org/eclipse/jdt/internal/corext/refactoring/rename/*:~org/eclipse/jdt/internal/corext/refactoring/reorg/*:~org/eclipse/jdt/internal/corext/refactoring/scripting/*:~org/eclipse/jdt/internal/corext/refactoring/sef/*:~org/eclipse/jdt/internal/corext/refactoring/structure/*:~org/eclipse/jdt/internal/corext/refactoring/structure/constraints/*:~org/eclipse/jdt/internal/corext/refactoring/surround/*:~org/eclipse/jdt/internal/corext/refactoring/tagging/*:~org/eclipse/jdt/internal/corext/refactoring/typeconstraints/*:~org/eclipse/jdt/internal/corext/refactoring/typeconstraints/types/*:~org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/*:~org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/*:~org/eclipse/jdt/internal/corext/refactoring/util/*:~org/eclipse/jdt/internal/corext/template/java/*:~org/eclipse/jdt/internal/corext/util/*:~org/eclipse/jdt/internal/ui/*:~org/eclipse/jdt/internal/ui/actions/*:~org/eclipse/jdt/internal/ui/browsing/*:~org/eclipse/jdt/internal/ui/callhierarchy/*:~org/eclipse/jdt/internal/ui/commands/*:~org/eclipse/jdt/internal/ui/compare/*:~org/eclipse/jdt/internal/ui/dialogs/*:~org/eclipse/jdt/internal/ui/dnd/*:~org/eclipse/jdt/internal/ui/filters/*:~org/eclipse/jdt/internal/ui/fix/*:~org/eclipse/jdt/internal/ui/infoviews/*:~org/eclipse/jdt/internal/ui/jarimport/*:~org/eclipse/jdt/internal/ui/jarpackager/*:~org/eclipse/jdt/internal/ui/javadocexport/*:~org/eclipse/jdt/internal/ui/javaeditor/*:~org/eclipse/jdt/internal/ui/javaeditor/saveparticipant/*:~org/eclipse/jdt/internal/ui/javaeditor/selectionactions/*:~org/eclipse/jdt/internal/ui/model/*:~org/eclipse/jdt/internal/ui/navigator/*:~org/eclipse/jdt/internal/ui/packageview/*:~org/eclipse/jdt/internal/ui/preferences/*:~org/eclipse/jdt/internal/ui/preferences/cleanup/*:~org/eclipse/jdt/internal/ui/preferences/formatter/*:~org/eclipse/jdt/internal/ui/propertiesfileeditor/*:~org/eclipse/jdt/internal/ui/refactoring/*:~org/eclipse/jdt/internal/ui/refactoring/actions/*:~org/eclipse/jdt/internal/ui/refactoring/binary/*:~org/eclipse/jdt/internal/ui/refactoring/code/*:~org/eclipse/jdt/internal/ui/refactoring/contentassist/*:~org/eclipse/jdt/internal/ui/refactoring/nls/*:~org/eclipse/jdt/internal/ui/refactoring/nls/search/*:~org/eclipse/jdt/internal/ui/refactoring/reorg/*:~org/eclipse/jdt/internal/ui/refactoring/sef/*:~org/eclipse/jdt/internal/ui/search/*:~org/eclipse/jdt/internal/ui/text/*:~org/eclipse/jdt/internal/ui/text/comment/*:~org/eclipse/jdt/internal/ui/text/correction/*:~org/eclipse/jdt/internal/ui/text/folding/*:~org/eclipse/jdt/internal/ui/text/java/*:~org/eclipse/jdt/internal/ui/text/java/hover/*:~org/eclipse/jdt/internal/ui/text/javadoc/*:~org/eclipse/jdt/internal/ui/text/spelling/*:~org/eclipse/jdt/internal/ui/text/spelling/engine/*:~org/eclipse/jdt/internal/ui/text/template/contentassist/*:~org/eclipse/jdt/internal/ui/text/template/preferences/*:~org/eclipse/jdt/internal/ui/typehierarchy/*:~org/eclipse/jdt/internal/ui/util/*:~org/eclipse/jdt/internal/ui/viewsupport/*:~org/eclipse/jdt/internal/ui/wizards/*:~org/eclipse/jdt/internal/ui/wizards/buildpaths/*:~org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/*:~org/eclipse/jdt/internal/ui/wizards/dialogfields/*:~org/eclipse/jdt/internal/ui/workingsets/*:+org/eclipse/jdt/ui/*:+org/eclipse/jdt/ui/actions/*:+org/eclipse/jdt/ui/dialogs/*:+org/eclipse/jdt/ui/jarpackager/*:+org/eclipse/jdt/ui/refactoring/*:+org/eclipse/jdt/ui/search/*:+org/eclipse/jdt/ui/text/*:+org/eclipse/jdt/ui/text/folding/*:+org/eclipse/jdt/ui/text/java/*:+org/eclipse/jdt/ui/text/java/hover/*:+org/eclipse/jdt/ui/wizards/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.launching_3.2.100.v20070321.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.debug_3.2.100.v20070323/jdi.jar[+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+org/eclipse/jdi/*:+org/eclipse/jdi/hcr/*:~org/eclipse/jdi/internal/*:~org/eclipse/jdi/internal/connect/*:~org/eclipse/jdi/internal/event/*:~org/eclipse/jdi/internal/jdwp/*:~org/eclipse/jdi/internal/request/*:~org/eclipse/jdi/internal/spy/*:+org/eclipse/jdt/debug/core/*:+org/eclipse/jdt/debug/eval/*:~org/eclipse/jdt/internal/debug/core/*:~org/eclipse/jdt/internal/debug/core/breakpoints/*:~org/eclipse/jdt/internal/debug/core/hcr/*:~org/eclipse/jdt/internal/debug/core/logicalstructures/*:~org/eclipse/jdt/internal/debug/core/model/*:~org/eclipse/jdt/internal/debug/eval/*:~org/eclipse/jdt/internal/debug/eval/ast/engine/*:~org/eclipse/jdt/internal/debug/eval/ast/instructions/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.debug_3.2.100.v20070323/jdimodel.jar[+com/sun/jdi/*:+com/sun/jdi/connect/*:+com/sun/jdi/connect/spi/*:+com/sun/jdi/event/*:+com/sun/jdi/request/*:+org/eclipse/jdi/*:+org/eclipse/jdi/hcr/*:~org/eclipse/jdi/internal/*:~org/eclipse/jdi/internal/connect/*:~org/eclipse/jdi/internal/event/*:~org/eclipse/jdi/internal/jdwp/*:~org/eclipse/jdi/internal/request/*:~org/eclipse/jdi/internal/spy/*:+org/eclipse/jdt/debug/core/*:+org/eclipse/jdt/debug/eval/*:~org/eclipse/jdt/internal/debug/core/*:~org/eclipse/jdt/internal/debug/core/breakpoints/*:~org/eclipse/jdt/internal/debug/core/hcr/*:~org/eclipse/jdt/internal/debug/core/logicalstructures/*:~org/eclipse/jdt/internal/debug/core/model/*:~org/eclipse/jdt/internal/debug/eval/*:~org/eclipse/jdt/internal/debug/eval/ast/engine/*:~org/eclipse/jdt/internal/debug/eval/ast/instructions/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.compare_3.3.0.I200703211300.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.team.ui_3.3.0.I200703211300.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.navigator_3.2.100.I20070319-1300.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.navigator.resources_3.2.100.I20070319-0010.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.2.100.I20061213-1608.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.3.0.v20070319-1800.jar[+org/eclipse/ltk/core/refactoring/*:+org/eclipse/ltk/core/refactoring/history/*:+org/eclipse/ltk/core/refactoring/model/*:+org/eclipse/ltk/core/refactoring/participants/*:~org/eclipse/ltk/internal/core/refactoring/*:~org/eclipse/ltk/internal/core/refactoring/history/*:?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.3.0.v20070319-1800.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.core.manipulation_1.1.0.v20070319-1800.jar[?**/*]:/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src"/>
+        <argument
+            value="-d"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"/>
+        <argument
+            value="-verbose"/>
+        <argument
+            value="-proceedOnError"/>
+        <argument
+            value="-showversion"/>
+        <argument
+            value="-encoding"/>
+        <argument
+            value="ISO-8859-1"/>
+        <argument
+            value="-warn:-serial,raw,typeHiding,unchecked"/>
+        <argument
+            value="-log"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin.xml"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/css/ui/internal/properties/JSPedCSSPropertySource.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/css/ui/internal/registry/AdapterFactoryProviderJSPedCSS.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/css/ui/internal/views/properties/JSPedCSSPropertySheetConfiguration.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/StructuredTextViewerConfigurationJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/IActionConstantsJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/IActionDefinitionIdsJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/JSPUIMessages.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/JSPUIPlugin.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/Logger.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/autoedit/AutoEditStrategyForTabs.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/autoedit/StructuredAutoEditStrategyJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/breakpointproviders/AbstractBreakpointProvider.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/breakpointproviders/JavaBreakpointProvider.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/breakpointproviders/JavaScriptBreakpointProvider.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/breakpointproviders/JavaStratumBreakpointProvider.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/breakpointproviders/JavascriptLineBreakpoint.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/AutoImportProposal.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/BeanInfoProvider.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/CustomTemplateProposal.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/IBeanInfoProvider.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/IJavaPropertyDescriptor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPCompletionProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPCompletionProposal.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPContentAssistProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPDummyContentAssistProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPELCompletionProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPELContentAssistProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPELProposalCollector.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPJavaContentAssistProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPPropertyContentAssistProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPProposalCollector.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPTaglibDirectiveContentAssistProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPTemplateCompletionProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JSPUseBeanContentAssistProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JavaParameterListValidator.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JavaTypeCompletionProposal.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JavaTypeFinder.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/JavaTypeNameRequestor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/NoRegionContentAssistProcessorForJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentassist/ReplaceNameTemplateContext.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentproperties/ui/JSPFContentSettingsPropertyPage.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/contentproperties/ui/ProjectJSPFContentSettingsPropertyPage.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/derived/SingleCharReader.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/editor/ActionContributorJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/editor/IHelpContextIds.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/editor/JSPEditorPluginImageHelper.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/editor/JSPEditorPluginImages.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/editor/JSPSourceEditingTextTools.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/format/FormattingStrategyJSPJava.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/hyperlink/ExternalFileEditorInput.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/hyperlink/ExternalFileHyperlink.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/hyperlink/JSPJavaHyperlink.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/hyperlink/JSPJavaHyperlinkDetector.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/hyperlink/TaglibHyperlinkDetector.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/hyperlink/TaglibJarHyperlink.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/hyperlink/TaglibJarUriHyperlink.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/hyperlink/URLFileHyperlink.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/hyperlink/WorkspaceFileHyperlink.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/BasicRefactorSearchRequestor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPJavaSelectionProvider.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPMethodRenameChange.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPMethodRenameParticipant.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPMethodRenameRequestor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPMoveElementActionDelegate.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPPackageRenameChange.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPPackageRenameParticipant.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPPackageRenameRequestor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPRenameElementActionDelegate.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPTypeMoveChange.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPTypeMoveParticipant.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPTypeMoveRequestor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPTypeRenameChange.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPTypeRenameParticipant.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/refactoring/JSPTypeRenameRequestor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/search/BasicJSPSearchRequestor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/search/JSPFindOccurrencesActionDelegate.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/search/JSPFindOccurrencesProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/search/JSPOccurrencesSearchResult.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/search/JSPSearchQuery.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/search/JSPSearchRequestor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/search/JSPSingleFileSearchRequestor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/search/ui/JSPMatchPresentation.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/java/search/ui/JSPQueryParticipant.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/preferences/JSPUIPreferenceInitializer.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/preferences/JSPUIPreferenceNames.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/preferences/ui/JSPColorPage.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/preferences/ui/JSPFilesPreferencePage.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/preferences/ui/JSPSourcePreferencePage.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/preferences/ui/JSPStyledTextColorPicker.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/preferences/ui/JSPSyntaxColoringPage.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/preferences/ui/JSPTemplatePreferencePage.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/projection/ProjectionAnnotationModelChanges.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/projection/ProjectionModelNodeAdapterFactoryHTML.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/projection/ProjectionModelNodeAdapterFactoryJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/projection/ProjectionModelNodeAdapterHTML.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/projection/ProjectionModelNodeAdapterJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/projection/ProjectionViewerInformation.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/projection/StructuredTextFoldingProviderJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/registry/AdapterFactoryProviderForJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/IStyleConstantsJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/LineStyleProviderForJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/java/IStyleConstantsJSPJava.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/java/JavaCodeScanner.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/java/JavaColorProvider.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/java/JavaWhitespaceDetector.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/java/JavaWordDetector.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/java/LineStyleProviderForJava.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/jspel/IStyleConstantsJSPEL.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/jspel/JSPELCodeScanner.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/jspel/JSPELColorProvider.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/jspel/JSPELWhitespaceDetector.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/jspel/JSPELWordDetector.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/style/jspel/LineStyleProviderForJSPEL.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/taginfo/HTMLPrinter.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/taginfo/JSPInformationProvider.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/taginfo/JSPJavaJavadocHoverProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/taginfo/JSPJavaJavadocInformationProvider.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/taginfo/JSPTagInfoHoverProcessor.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/taginfo/JavaWordFinder.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/templates/EncodingTemplateVariableResolverJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/templates/TemplateContextTypeIdsJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/templates/TemplateContextTypeJSP.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/text/JSPDocumentRegionEdgeMatcher.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/text/JavaCodeReader.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/text/JavaPairMatcher.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/validation/HTMLValidationReporter.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/validation/JSPContentSourceValidator.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/validation/LocalizedMessage.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/wizard/NewJSPFileWizardPage.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/wizard/NewJSPTemplatesWizardPage.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/wizard/NewJSPWizard.java"/>
+        <argument
+            value="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/views/contentoutline/JSPContentOutlineConfiguration.java"/>
+    </command_line>
+    <options>
+        <option
+            key="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.codegen.targetPlatform"
+            value="1.2"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.codegen.unusedLocal"
+            value="optimize out"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.compliance"
+            value="1.4"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.debug.lineNumber"
+            value="generate"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.debug.localVariable"
+            value="generate"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.debug.sourceFile"
+            value="generate"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.doc.comment.support"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.generateClassFiles"
+            value="enabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.maxProblemPerUnit"
+            value="100"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.annotationSuperInterface"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.assertIdentifier"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.autoboxing"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.deprecation"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.discouragedReference"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.emptyStatement"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.enumIdentifier"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.fallthroughCase"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.fatalOptionalError"
+            value="enabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.fieldHiding"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.finalParameterBound"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.forbiddenReference"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.indirectStaticAccess"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.invalidJavadoc"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.invalidJavadocTags"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsDeprecatedRef"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsNotVisibleRef"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.invalidJavadocTagsVisibility"
+            value="public"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.localVariableHiding"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.methodWithConstructorName"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.missingJavadocComments"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsOverriding"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.missingJavadocCommentsVisibility"
+            value="public"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.missingJavadocTags"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.missingJavadocTagsOverriding"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.missingJavadocTagsVisibility"
+            value="public"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.missingSerialVersion"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.noEffectAssignment"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.nullReference"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.overridingMethodWithoutSuperInvocation"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.parameterAssignment"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.rawTypeReference"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.specialParameterHidingField"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.staticAccessReceiver"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.suppressWarnings"
+            value="enabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.typeParameterHiding"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unhandledWarningToken"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unnecessaryElse"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unusedImport"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unusedLabel"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unusedLocal"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unusedParameter"
+            value="ignore"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete"
+            value="disabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.unusedPrivateMember"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast"
+            value="warning"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.processAnnotations"
+            value="enabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.source"
+            value="1.3"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.taskCaseSensitive"
+            value="enabled"/>
+        <option
+            key="org.eclipse.jdt.core.compiler.taskPriorities"
+            value=""/>
+        <option
+            key="org.eclipse.jdt.core.compiler.taskTags"
+            value=""/>
+        <option
+            key="org.eclipse.jdt.core.encoding"
+            value="ISO-8859-1"/>
+    </options>
+    <classpaths>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/apps/j2sdk1.4.2_11/jre/lib/rt.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/apps/j2sdk1.4.2_11/jre/lib/ext/ldapsec.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/apps/j2sdk1.4.2_11/jre/lib/ext/dnsns.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/apps/j2sdk1.4.2_11/jre/lib/ext/localedata.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/apps/j2sdk1.4.2_11/jre/lib/ext/sunjce_provider.jar"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.ide_3.3.0.I20070321-1300a.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/com.ibm.icu.base_3.6.0.20061215.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070316.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.resources.compatibility_3.2.0.v20070226.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ant.core_3.1.200.v20070318.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.variables_3.1.100.v20070205.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.runtime_3.3.100.v20070319.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.osgi_3.3.0.v20070321.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070318.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.jobs_3.3.0.v20070319.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.100.v20070316/runtime_registry_compatibility.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.equinox.registry_3.3.0.v20070318.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.equinox.preferences_3.2.100.v20070312.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.contenttype_3.2.100.v20070319.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.0.v20070202.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.equinox.app_1.0.0.v20070318.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.osgi.services_3.1.100.v20060918.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/javax.servlet_2.4.0.v200612120446.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.expressions_3.3.0.v20070319-1800.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.filesystem_1.1.0.v20070226.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.filesystem.linux.x86_1.1.0.v20070202.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.help_3.3.0.v20070316.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui_3.3.0.I20070322-1800.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.swt_3.3.0.v3333g.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.3.0.v3333.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jface_3.3.0.I20070321-1800.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.commands_3.3.0.I20070321-0010.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.workbench_3.3.0.I20070322-1800.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20070319-0010/compatibility.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jface.databinding_1.1.0.I20070319-1300.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.databinding_1.0.0.I20070322-0010.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.views_3.2.100.I20070319-0010.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.update.configurator_3.2.100.v20070322.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.update.core_3.2.100.v20070322b.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.update.core.linux_3.2.0.v20060605.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.update.ui_3.2.100.v20070322a.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.forms_3.3.0.v20070322.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jface.text_3.3.0.v20070321-1800.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.text_3.3.0.v20070319-1800.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.3.0.v20070321-1300.jar"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot/"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.debug.ui_3.3.0.v20070322a.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.console_3.2.0.v20070212.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.debug.core_3.3.0.v20070323.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.editors_3.3.0.v20070321-1800.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.core.filebuffers_3.3.0.v20070319-1800.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.search_3.3.0.v20070319-1800.jar"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.uriresolver/@dot/"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.common_2.3.0.v200703291501.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/com.ibm.icu_3.6.0.20061215.jar"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.validation/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.frameworks/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jem.util/@dot/"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.ecore_2.3.0.v200703291501.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.3.0.v200703291501.jar"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.environment/@dot/"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.osgi.util_3.1.100.v20060918.jar"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.project.facet.core/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.ui/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot/"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.apache.xerces_2.8.0.v200702082200.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.w3c.dom_1.3.3.v200702082200.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.apache.xml.resolver_1.1.0.v200702082200.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.ecore.edit_2.3.0.v200703291501.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.edit_2.3.0.v200703291501.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.emf.ecore.change_2.3.0.v200703291501.jar"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.emf/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.emfworkbench.integration/@dot/"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.xsd_2.3.0.v200703291501.jar"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.core/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.ui/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.common.modulecore/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.javascript.ui/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.javascript.core/@dot/"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.core/@dot/"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.core_3.3.0.v_745.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.compiler.tool_1.0.0.v20070318-1300.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.compiler.apt_1.0.0.v20070318-2030.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.team.core_3.2.100.I200703211300.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/javax.servlet.jsp_2.0.0.v200612120446.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.ui_3.3.0.v20070321-1800.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.launching_3.2.100.v20070321.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.debug_3.2.100.v20070323/jdi.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.debug_3.2.100.v20070323/jdimodel.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.compare_3.3.0.I200703211300.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.team.ui_3.3.0.I200703211300.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.navigator_3.2.100.I20070319-1300.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.navigator.resources_3.2.100.I20070319-0010.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.2.100.I20061213-1608.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.3.0.v20070319-1800.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.3.0.v20070319-1800.jar"/>
+        <classpath
+            id="JAR"
+            path="/home/shared/webtools/build-wtp-R2.0-S/eclipse/plugins/org.eclipse.jdt.core.manipulation_1.1.0.v20070319-1800.jar"/>
+        <classpath
+            id="FOLDER"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/"/>
+    </classpaths>
+    <sources>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/css/ui/internal/properties"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/css/ui/internal/properties/JSPedCSSPropertySource.java">
+            <problems
+                errors="0"
+                problems="6"
+                warnings="6">
+                <problem
+                    charEnd="838"
+                    charStart="776"
+                    id="DiscouragedReference"
+                    line="17"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="69"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.core.internal.provisional.document.ICSSNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="907"
+                    charStart="848"
+                    id="DiscouragedReference"
+                    line="18"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type CSSPropertySource is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot"/>
+                    <source_context
+                        sourceEnd="66"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.css.ui.internal.properties.CSSPropertySource;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.ui.internal.properties.CSSPropertySource"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="973"
+                    charStart="957"
+                    id="DiscouragedReference"
+                    line="22"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type CSSPropertySource is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot"/>
+                    <source_context
+                        sourceEnd="60"
+                        sourceStart="44"
+                        value="public class JSPedCSSPropertySource extends CSSPropertySource {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.ui.internal.properties.CSSPropertySource"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1016"
+                    charStart="1009"
+                    id="DiscouragedReference"
+                    line="24"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="37"
+                        sourceStart="30"
+                        value="public JSPedCSSPropertySource(ICSSNode target) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.core.internal.provisional.document.ICSSNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1042"
+                    charStart="1030"
+                    id="DiscouragedReference"
+                    line="25"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The constructor CSSPropertySource(ICSSNode) is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot"/>
+                    <source_context
+                        sourceEnd="12"
+                        sourceStart="0"
+                        value="super(target);"/>
+                    <arguments>
+                        <argument
+                            value="CSSPropertySource(ICSSNode)"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1617"
+                    charStart="1583"
+                    id="DiscouragedReference"
+                    line="38"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method setPropertyValue(Object, Object) from the type CSSPropertySource is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot"/>
+                    <source_context
+                        sourceEnd="34"
+                        sourceStart="0"
+                        value="super.setPropertyValue(name, value);"/>
+                    <arguments>
+                        <argument
+                            value="setPropertyValue(Object, Object)"/>
+                    </arguments>
+                </problem>
+            </problems>
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/css/ui/internal/properties/JSPedCSSPropertySource.class"/>
+        </source>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/css/ui/internal/registry"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/css/ui/internal/registry/AdapterFactoryProviderJSPedCSS.java">
+            <problems
+                errors="0"
+                problems="4"
+                warnings="4">
+                <problem
+                    charEnd="746"
+                    charStart="681"
+                    id="DiscouragedReference"
+                    line="14"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type AdapterFactoryProviderCSS is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot"/>
+                    <source_context
+                        sourceEnd="72"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.css.ui.internal.registry.AdapterFactoryProviderCSS;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.ui.internal.registry.AdapterFactoryProviderCSS"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="826"
+                    charStart="756"
+                    id="DiscouragedReference"
+                    line="15"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IDocumentTypeHandler is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="77"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IDocumentTypeHandler;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.ltk.modelhandler.IDocumentTypeHandler"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="906"
+                    charStart="882"
+                    id="DiscouragedReference"
+                    line="17"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type AdapterFactoryProviderCSS is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot"/>
+                    <source_context
+                        sourceEnd="76"
+                        sourceStart="52"
+                        value="public class AdapterFactoryProviderJSPedCSS extends AdapterFactoryProviderCSS {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.ui.internal.registry.AdapterFactoryProviderCSS"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="953"
+                    charStart="934"
+                    id="DiscouragedReference"
+                    line="20"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IDocumentTypeHandler is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="40"
+                        sourceStart="21"
+                        value="public boolean isFor(IDocumentTypeHandler contentTypeDescription) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.ltk.modelhandler.IDocumentTypeHandler"/>
+                    </arguments>
+                </problem>
+            </problems>
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/css/ui/internal/registry/AdapterFactoryProviderJSPedCSS.class"/>
+        </source>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/css/ui/internal/views/properties"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/css/ui/internal/views/properties/JSPedCSSPropertySheetConfiguration.java">
+            <problems
+                errors="0"
+                problems="30"
+                warnings="30">
+                <problem
+                    charEnd="1486"
+                    charStart="1424"
+                    id="DiscouragedReference"
+                    line="32"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="69"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.core.internal.provisional.document.ICSSNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1553"
+                    charStart="1496"
+                    id="DiscouragedReference"
+                    line="33"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="64"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.INodeAdapter"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1621"
+                    charStart="1563"
+                    id="DiscouragedReference"
+                    line="34"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="65"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.INodeNotifier"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1750"
+                    charStart="1706"
+                    id="DiscouragedReference"
+                    line="36"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot"/>
+                    <source_context
+                        sourceEnd="51"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.xml.ui.internal.XMLUIMessages;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.xml.ui.internal.XMLUIMessages"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1907"
+                    charStart="1896"
+                    id="DiscouragedReference"
+                    line="39"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="67"
+                        sourceStart="56"
+                        value="private class CSSPropertySheetRefreshAdapter implements INodeAdapter {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.INodeAdapter"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2022"
+                    charStart="2010"
+                    id="DiscouragedReference"
+                    line="44"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="38"
+                        sourceStart="26"
+                        value="public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.INodeNotifier"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2384"
+                    charStart="2377"
+                    id="DiscouragedReference"
+                    line="53"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="15"
+                        sourceStart="8"
+                        value="private ICSSNode fSource = null;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.core.internal.provisional.document.ICSSNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2581"
+                    charStart="2574"
+                    id="DiscouragedReference"
+                    line="60"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="29"
+                        sourceStart="22"
+                        value="if (object instanceof ICSSNode) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.core.internal.provisional.document.ICSSNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2608"
+                    charStart="2601"
+                    id="DiscouragedReference"
+                    line="61"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="18"
+                        sourceStart="11"
+                        value="fSource = (ICSSNode)object;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.core.internal.provisional.document.ICSSNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2995"
+                    charStart="2964"
+                    id="DiscouragedReference"
+                    line="78"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type XMLUIMessages is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot"/>
+                    <source_context
+                        sourceEnd="37"
+                        sourceStart="6"
+                        value="super(XMLUIMessages.JFaceNodeAdapter_1);"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.xml.ui.internal.XMLUIMessages"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2995"
+                    charStart="2978"
+                    id="DiscouragedReference"
+                    line="78"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The field JFaceNodeAdapter_1 from the type XMLUIMessages is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot"/>
+                    <source_context
+                        sourceEnd="37"
+                        sourceStart="20"
+                        value="super(XMLUIMessages.JFaceNodeAdapter_1);"/>
+                    <arguments>
+                        <argument
+                            value="JFaceNodeAdapter_1"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="3784"
+                    charStart="3773"
+                    id="DiscouragedReference"
+                    line="110"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="19"
+                        sourceStart="8"
+                        value="private INodeAdapter fRefreshAdapter = new CSSPropertySheetRefreshAdapter();"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.INodeAdapter"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="3866"
+                    charStart="3852"
+                    id="DiscouragedReference"
+                    line="112"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="22"
+                        sourceStart="8"
+                        value="private INodeNotifier[] fSelectedNotifiers;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.INodeNotifier"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4351"
+                    charStart="4300"
+                    id="DiscouragedReference"
+                    line="126"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method removeAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="51"
+                        sourceStart="0"
+                        value="fSelectedNotifiers[i].removeAdapter(fRefreshAdapter);"/>
+                    <arguments>
+                        <argument
+                            value="removeAdapter(INodeAdapter)"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4837"
+                    charStart="4830"
+                    id="DiscouragedReference"
+                    line="136"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="41"
+                        sourceStart="34"
+                        value="if (selectedObjects[i] instanceof ICSSNode) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.core.internal.provisional.document.ICSSNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4854"
+                    charStart="4847"
+                    id="DiscouragedReference"
+                    line="137"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="7"
+                        sourceStart="0"
+                        value="ICSSNode node = (ICSSNode) selectedObjects[i];"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.core.internal.provisional.document.ICSSNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4871"
+                    charStart="4864"
+                    id="DiscouragedReference"
+                    line="137"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="24"
+                        sourceStart="17"
+                        value="ICSSNode node = (ICSSNode) selectedObjects[i];"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.core.internal.provisional.document.ICSSNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4923"
+                    charStart="4906"
+                    id="DiscouragedReference"
+                    line="138"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getNodeType() from the type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="24"
+                        sourceStart="7"
+                        value="while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {"/>
+                    <arguments>
+                        <argument
+                            value="getNodeType()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4955"
+                    charStart="4928"
+                    id="DiscouragedReference"
+                    line="138"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="56"
+                        sourceStart="29"
+                        value="while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.core.internal.provisional.document.ICSSNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4955"
+                    charStart="4937"
+                    id="DiscouragedReference"
+                    line="138"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The field PRIMITIVEVALUE_NODE from the type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="56"
+                        sourceStart="38"
+                        value="while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {"/>
+                    <arguments>
+                        <argument
+                            value="PRIMITIVEVALUE_NODE"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4977"
+                    charStart="4960"
+                    id="DiscouragedReference"
+                    line="138"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getNodeType() from the type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="78"
+                        sourceStart="61"
+                        value="while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {"/>
+                    <arguments>
+                        <argument
+                            value="getNodeType()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="5008"
+                    charStart="4982"
+                    id="DiscouragedReference"
+                    line="138"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="109"
+                        sourceStart="83"
+                        value="while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.css.core.internal.provisional.document.ICSSNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="5008"
+                    charStart="4991"
+                    id="DiscouragedReference"
+                    line="138"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The field STYLEDECLITEM_NODE from the type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="109"
+                        sourceStart="92"
+                        value="while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {"/>
+                    <arguments>
+                        <argument
+                            value="STYLEDECLITEM_NODE"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="5045"
+                    charStart="5026"
+                    id="DiscouragedReference"
+                    line="139"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getParentNode() from the type ICSSNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot"/>
+                    <source_context
+                        sourceEnd="26"
+                        sourceStart="7"
+                        value="node = node.getParentNode();"/>
+                    <arguments>
+                        <argument
+                            value="getParentNode()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="5380"
+                    charStart="5368"
+                    id="DiscouragedReference"
+                    line="152"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="46"
+                        sourceStart="34"
+                        value="if (selectedObjects[i] instanceof INodeNotifier) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.INodeNotifier"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="5503"
+                    charStart="5440"
+                    id="DiscouragedReference"
+                    line="154"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="63"
+                        sourceStart="0"
+                        value="((INodeNotifier) selectedObjects[i]).addAdapter(fRefreshAdapter);"/>
+                    <arguments>
+                        <argument
+                            value="addAdapter(INodeAdapter)"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="5454"
+                    charStart="5442"
+                    id="DiscouragedReference"
+                    line="154"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="14"
+                        sourceStart="2"
+                        value="((INodeNotifier) selectedObjects[i]).addAdapter(fRefreshAdapter);"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.INodeNotifier"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="5559"
+                    charStart="5545"
+                    id="DiscouragedReference"
+                    line="157"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="36"
+                        sourceStart="22"
+                        value="fSelectedNotifiers = (INodeNotifier[]) selectedNotifiers.toArray(new INodeNotifier[selectedNotifiers.size()]);"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.INodeNotifier"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="5604"
+                    charStart="5592"
+                    id="DiscouragedReference"
+                    line="157"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="81"
+                        sourceStart="69"
+                        value="fSelectedNotifiers = (INodeNotifier[]) selectedNotifiers.toArray(new INodeNotifier[selectedNotifiers.size()]);"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.INodeNotifier"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="6386"
+                    charStart="6335"
+                    id="DiscouragedReference"
+                    line="183"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method removeAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="51"
+                        sourceStart="0"
+                        value="fSelectedNotifiers[i].removeAdapter(fRefreshAdapter);"/>
+                    <arguments>
+                        <argument
+                            value="removeAdapter(INodeAdapter)"/>
+                    </arguments>
+                </problem>
+            </problems>
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/css/ui/internal/views/properties/JSPedCSSPropertySheetConfiguration$CSSPropertySourceProvider.class"/>
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/css/ui/internal/views/properties/JSPedCSSPropertySheetConfiguration$CSSPropertySheetRefreshAdapter.class"/>
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/css/ui/internal/views/properties/JSPedCSSPropertySheetConfiguration$PropertiesRefreshJob.class"/>
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/css/ui/internal/views/properties/JSPedCSSPropertySheetConfiguration.class"/>
+        </source>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/ui"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/StructuredTextViewerConfigurationJSP.java">
+            <problems
+                errors="0"
+                problems="48"
+                warnings="48">
+                <problem
+                    charEnd="3099"
+                    charStart="3035"
+                    id="DiscouragedReference"
+                    line="53"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type HTMLFormatProcessorImpl is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="71"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="3187"
+                    charStart="3109"
+                    id="DiscouragedReference"
+                    line="54"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="85"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="3489"
+                    charStart="3447"
+                    id="DiscouragedReference"
+                    line="59"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="49"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.ui.internal.SSEUIPlugin;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.SSEUIPlugin"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="3565"
+                    charStart="3499"
+                    id="DiscouragedReference"
+                    line="60"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type StructuredFormattingStrategy is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="73"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.ui.internal.format.StructuredFormattingStrategy;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.format.StructuredFormattingStrategy"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="3641"
+                    charStart="3575"
+                    id="DiscouragedReference"
+                    line="61"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="73"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="3706"
+                    charStart="3651"
+                    id="DiscouragedReference"
+                    line="62"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="62"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.ui.internal.taginfo.TextHoverManager;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.taginfo.TextHoverManager"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="3765"
+                    charStart="3716"
+                    id="DiscouragedReference"
+                    line="63"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="56"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.ui.internal.util.EditorUtility;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.util.EditorUtility"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="3851"
+                    charStart="3775"
+                    id="DiscouragedReference"
+                    line="64"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot"/>
+                    <source_context
+                        sourceEnd="83"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4050"
+                    charStart="3982"
+                    id="DiscouragedReference"
+                    line="67"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot"/>
+                    <source_context
+                        sourceEnd="75"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeLabelProvider;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeLabelProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4657"
+                    charStart="4641"
+                    id="DiscouragedReference"
+                    line="89"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="24"
+                        sourceStart="8"
+                        value="private LineStyleProvider fLineStyleProviderForJava;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4755"
+                    charStart="4739"
+                    id="DiscouragedReference"
+                    line="93"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="24"
+                        sourceStart="8"
+                        value="private LineStyleProvider fLineStyleProviderForJSP;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="4852"
+                    charStart="4836"
+                    id="DiscouragedReference"
+                    line="97"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="24"
+                        sourceStart="8"
+                        value="private LineStyleProvider fLineStyleProviderForJSPEL;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="11238"
+                    charStart="11176"
+                    id="DiscouragedReference"
+                    line="236"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The constructor StructuredFormattingStrategy(IStructuredFormatProcessor) is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="90"
+                        sourceStart="28"
+                        value="formatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));"/>
+                    <arguments>
+                        <argument
+                            value="StructuredFormattingStrategy(IStructuredFormatProcessor)"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="11207"
+                    charStart="11180"
+                    id="DiscouragedReference"
+                    line="236"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type StructuredFormattingStrategy is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="59"
+                        sourceStart="32"
+                        value="formatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.format.StructuredFormattingStrategy"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="11237"
+                    charStart="11209"
+                    id="DiscouragedReference"
+                    line="236"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The constructor HTMLFormatProcessorImpl() is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="89"
+                        sourceStart="61"
+                        value="formatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));"/>
+                    <arguments>
+                        <argument
+                            value="HTMLFormatProcessorImpl()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="11235"
+                    charStart="11213"
+                    id="DiscouragedReference"
+                    line="236"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type HTMLFormatProcessorImpl is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="87"
+                        sourceStart="65"
+                        value="formatter.setMasterStrategy(new StructuredFormattingStrategy(new HTMLFormatProcessorImpl()));"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="14924"
+                    charStart="14906"
+                    id="DiscouragedReference"
+                    line="321"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="25"
+                        sourceStart="7"
+                        value="public LineStyleProvider[] getLineStyleProviders(ISourceViewer sourceViewer, String partitionType) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="15020"
+                    charStart="15002"
+                    id="DiscouragedReference"
+                    line="322"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="18"
+                        sourceStart="0"
+                        value="LineStyleProvider[] providers = null;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="16170"
+                    charStart="16154"
+                    id="DiscouragedReference"
+                    line="337"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="32"
+                        sourceStart="16"
+                        value="providers = new LineStyleProvider[]{getLineStyleProviderForJava()};"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="16306"
+                    charStart="16290"
+                    id="DiscouragedReference"
+                    line="340"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="32"
+                        sourceStart="16"
+                        value="providers = new LineStyleProvider[]{getLineStyleProviderForJSPEL()};"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="16593"
+                    charStart="16577"
+                    id="DiscouragedReference"
+                    line="343"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="32"
+                        sourceStart="16"
+                        value="providers = new LineStyleProvider[]{getLineStyleProviderForJSP()};"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="16682"
+                    charStart="16666"
+                    id="DiscouragedReference"
+                    line="349"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="24"
+                        sourceStart="8"
+                        value="private LineStyleProvider getLineStyleProviderForJava() {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="16891"
+                    charStart="16875"
+                    id="DiscouragedReference"
+                    line="356"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="24"
+                        sourceStart="8"
+                        value="private LineStyleProvider getLineStyleProviderForJSP() {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="17095"
+                    charStart="17079"
+                    id="DiscouragedReference"
+                    line="363"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type LineStyleProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="24"
+                        sourceStart="8"
+                        value="private LineStyleProvider getLineStyleProviderForJSPEL() {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="17461"
+                    charStart="17440"
+                    id="DiscouragedReference"
+                    line="372"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot"/>
+                    <source_context
+                        sourceEnd="52"
+                        sourceStart="31"
+                        value="fStatusLineLabelProvider = new JFaceNodeLabelProvider() {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeLabelProvider"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="17796"
+                    charStart="17778"
+                    id="DiscouragedReference"
+                    line="382"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getText(Object) from the type JFaceNodeLabelProvider is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot"/>
+                    <source_context
+                        sourceEnd="30"
+                        sourceStart="12"
+                        value="s.insert(0, super.getText(node));"/>
+                    <arguments>
+                        <argument
+                            value="getText(Object)"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="18703"
+                    charStart="18688"
+                    id="DiscouragedReference"
+                    line="408"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="15"
+                        sourceStart="0"
+                        value="TextHoverManager manager = SSEUIPlugin.getDefault().getTextHoverManager();"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.taginfo.TextHoverManager"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="18725"
+                    charStart="18715"
+                    id="DiscouragedReference"
+                    line="408"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type SSEUIPlugin is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="37"
+                        sourceStart="27"
+                        value="TextHoverManager manager = SSEUIPlugin.getDefault().getTextHoverManager();"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.SSEUIPlugin"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="18738"
+                    charStart="18715"
+                    id="DiscouragedReference"
+                    line="408"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getDefault() from the type SSEUIPlugin is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="50"
+                        sourceStart="27"
+                        value="TextHoverManager manager = SSEUIPlugin.getDefault().getTextHoverManager();"/>
+                    <arguments>
+                        <argument
+                            value="getDefault()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="18760"
+                    charStart="18715"
+                    id="DiscouragedReference"
+                    line="408"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getTextHoverManager() from the type SSEUIPlugin is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="72"
+                        sourceStart="27"
+                        value="TextHoverManager manager = SSEUIPlugin.getDefault().getTextHoverManager();"/>
+                    <arguments>
+                        <argument
+                            value="getTextHoverManager()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="18803"
+                    charStart="18766"
+                    id="DiscouragedReference"
+                    line="409"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="37"
+                        sourceStart="0"
+                        value="TextHoverManager.TextHoverDescriptor[] hoverDescs = manager.getTextHovers();"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.taginfo.TextHoverManager"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="18803"
+                    charStart="18766"
+                    id="DiscouragedReference"
+                    line="409"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type TextHoverManager.TextHoverDescriptor is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="37"
+                        sourceStart="0"
+                        value="TextHoverManager.TextHoverDescriptor[] hoverDescs = manager.getTextHovers();"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.taginfo.TextHoverManager.TextHoverDescriptor"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="18840"
+                    charStart="18818"
+                    id="DiscouragedReference"
+                    line="409"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getTextHovers() from the type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="74"
+                        sourceStart="52"
+                        value="TextHoverManager.TextHoverDescriptor[] hoverDescs = manager.getTextHovers();"/>
+                    <arguments>
+                        <argument
+                            value="getTextHovers()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="18941"
+                    charStart="18917"
+                    id="DiscouragedReference"
+                    line="412"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method isEnabled() from the type TextHoverManager.TextHoverDescriptor is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="28"
+                        sourceStart="4"
+                        value="if (hoverDescs[i].isEnabled() &amp;&amp; EditorUtility.computeStateMask(hoverDescs[i].getModifierString()) == stateMask) {"/>
+                    <arguments>
+                        <argument
+                            value="isEnabled()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="18958"
+                    charStart="18946"
+                    id="DiscouragedReference"
+                    line="412"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="45"
+                        sourceStart="33"
+                        value="if (hoverDescs[i].isEnabled() &amp;&amp; EditorUtility.computeStateMask(hoverDescs[i].getModifierString()) == stateMask) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.util.EditorUtility"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="19010"
+                    charStart="18946"
+                    id="DiscouragedReference"
+                    line="412"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method computeStateMask(String) from the type EditorUtility is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="97"
+                        sourceStart="33"
+                        value="if (hoverDescs[i].isEnabled() &amp;&amp; EditorUtility.computeStateMask(hoverDescs[i].getModifierString()) == stateMask) {"/>
+                    <arguments>
+                        <argument
+                            value="computeStateMask(String)"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="19009"
+                    charStart="18977"
+                    id="DiscouragedReference"
+                    line="412"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getModifierString() from the type TextHoverManager.TextHoverDescriptor is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="96"
+                        sourceStart="64"
+                        value="if (hoverDescs[i].isEnabled() &amp;&amp; EditorUtility.computeStateMask(hoverDescs[i].getModifierString()) == stateMask) {"/>
+                    <arguments>
+                        <argument
+                            value="getModifierString()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="19072"
+                    charStart="19052"
+                    id="DiscouragedReference"
+                    line="413"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getId() from the type TextHoverManager.TextHoverDescriptor is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="39"
+                        sourceStart="19"
+                        value="String hoverType = hoverDescs[i].getId();"/>
+                    <arguments>
+                        <argument
+                            value="getId()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="19117"
+                    charStart="19084"
+                    id="DiscouragedReference"
+                    line="414"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="37"
+                        sourceStart="4"
+                        value="if (TextHoverManager.COMBINATION_HOVER.equalsIgnoreCase(hoverType)) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.taginfo.TextHoverManager"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="19117"
+                    charStart="19101"
+                    id="DiscouragedReference"
+                    line="414"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The field COMBINATION_HOVER from the type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="37"
+                        sourceStart="21"
+                        value="if (TextHoverManager.COMBINATION_HOVER.equalsIgnoreCase(hoverType)) {"/>
+                    <arguments>
+                        <argument
+                            value="COMBINATION_HOVER"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="19344"
+                    charStart="19285"
+                    id="DiscouragedReference"
+                    line="417"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method createBestMatchHover(ITextHover) from the type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="67"
+                        sourceStart="8"
+                        value="hover = manager.createBestMatchHover(new JSPTagInfoHoverProcessor());"/>
+                    <arguments>
+                        <argument
+                            value="createBestMatchHover(ITextHover)"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="19465"
+                    charStart="19402"
+                    id="DiscouragedReference"
+                    line="421"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method createBestMatchHover(ITextHover) from the type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="71"
+                        sourceStart="8"
+                        value="hover = manager.createBestMatchHover(new JSPJavaJavadocHoverProcessor());"/>
+                    <arguments>
+                        <argument
+                            value="createBestMatchHover(ITextHover)"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="19532"
+                    charStart="19497"
+                    id="DiscouragedReference"
+                    line="424"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="44"
+                        sourceStart="9"
+                        value="else if (TextHoverManager.DOCUMENTATION_HOVER.equalsIgnoreCase(hoverType)) {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.taginfo.TextHoverManager"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="19532"
+                    charStart="19514"
+                    id="DiscouragedReference"
+                    line="424"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The field DOCUMENTATION_HOVER from the type TextHoverManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="44"
+                        sourceStart="26"
+                        value="else if (TextHoverManager.DOCUMENTATION_HOVER.equalsIgnoreCase(hoverType)) {"/>
+                    <arguments>
+                        <argument
+                            value="DOCUMENTATION_HOVER"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="20665"
+                    charStart="20627"
+                    id="DiscouragedReference"
+                    line="458"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="50"
+                        sourceStart="12"
+                        value="targets.put(ContentTypeIdForHTML.ContentTypeID_HTML, null);"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="20665"
+                    charStart="20648"
+                    id="DiscouragedReference"
+                    line="458"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The field ContentTypeID_HTML from the type ContentTypeIdForHTML is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="50"
+                        sourceStart="33"
+                        value="targets.put(ContentTypeIdForHTML.ContentTypeID_HTML, null);"/>
+                    <arguments>
+                        <argument
+                            value="ContentTypeID_HTML"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="20725"
+                    charStart="20689"
+                    id="DiscouragedReference"
+                    line="459"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type ContentTypeIdForXML is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot"/>
+                    <source_context
+                        sourceEnd="48"
+                        sourceStart="12"
+                        value="targets.put(ContentTypeIdForXML.ContentTypeID_XML, null);"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="20725"
+                    charStart="20709"
+                    id="DiscouragedReference"
+                    line="459"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The field ContentTypeID_XML from the type ContentTypeIdForXML is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot"/>
+                    <source_context
+                        sourceEnd="48"
+                        sourceStart="32"
+                        value="targets.put(ContentTypeIdForXML.ContentTypeID_XML, null);"/>
+                    <arguments>
+                        <argument
+                            value="ContentTypeID_XML"/>
+                    </arguments>
+                </problem>
+            </problems>
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/ui/StructuredTextViewerConfigurationJSP.class"/>
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/ui/StructuredTextViewerConfigurationJSP$1.class"/>
+        </source>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/ui/internal"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/IActionConstantsJSP.java">
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/ui/internal/IActionConstantsJSP.class"/>
+        </source>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/ui/internal"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/IActionDefinitionIdsJSP.java">
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/ui/internal/IActionDefinitionIdsJSP.class"/>
+        </source>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/ui/internal"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/JSPUIMessages.java">
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/ui/internal/JSPUIMessages.class"/>
+        </source>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/ui/internal"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/JSPUIPlugin.java">
+            <problems
+                errors="0"
+                problems="5"
+                warnings="5">
+                <problem
+                    charEnd="1162"
+                    charStart="1088"
+                    id="DiscouragedReference"
+                    line="22"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="81"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1250"
+                    charStart="1172"
+                    id="DiscouragedReference"
+                    line="23"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="85"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistryImpl;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistryImpl"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1939"
+                    charStart="1918"
+                    id="DiscouragedReference"
+                    line="56"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type AdapterFactoryRegistry is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="28"
+                        sourceStart="7"
+                        value="public AdapterFactoryRegistry getAdapterFactoryRegistry() {"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2005"
+                    charStart="1980"
+                    id="DiscouragedReference"
+                    line="57"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="32"
+                        sourceStart="7"
+                        value="return AdapterFactoryRegistryImpl.getInstance();"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistryImpl"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2019"
+                    charStart="1980"
+                    id="DiscouragedReference"
+                    line="57"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getInstance() from the type AdapterFactoryRegistryImpl is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot"/>
+                    <source_context
+                        sourceEnd="46"
+                        sourceStart="7"
+                        value="return AdapterFactoryRegistryImpl.getInstance();"/>
+                    <arguments>
+                        <argument
+                            value="getInstance()"/>
+                    </arguments>
+                </problem>
+            </problems>
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/ui/internal/JSPUIPlugin.class"/>
+        </source>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/ui/internal"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/Logger.java">
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/ui/internal/Logger.class"/>
+        </source>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/ui/internal/autoedit"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/autoedit/AutoEditStrategyForTabs.java">
+            <problems
+                errors="0"
+                problems="10"
+                warnings="10">
+                <problem
+                    charEnd="1421"
+                    charStart="1373"
+                    id="DiscouragedReference"
+                    line="31"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type HTMLCorePlugin is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="55"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.html.core.internal.HTMLCorePlugin;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.html.core.internal.HTMLCorePlugin"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1500"
+                    charStart="1431"
+                    id="DiscouragedReference"
+                    line="32"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="76"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="6178"
+                    charStart="6165"
+                    id="DiscouragedReference"
+                    line="181"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type HTMLCorePlugin is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="39"
+                        sourceStart="26"
+                        value="Preferences preferences = HTMLCorePlugin.getDefault().getPluginPreferences();"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.html.core.internal.HTMLCorePlugin"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="6191"
+                    charStart="6165"
+                    id="DiscouragedReference"
+                    line="181"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getDefault() from the type HTMLCorePlugin is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="52"
+                        sourceStart="26"
+                        value="Preferences preferences = HTMLCorePlugin.getDefault().getPluginPreferences();"/>
+                    <arguments>
+                        <argument
+                            value="getDefault()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="6251"
+                    charStart="6223"
+                    id="DiscouragedReference"
+                    line="182"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="32"
+                        sourceStart="4"
+                        value="if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="6251"
+                    charStart="6247"
+                    id="DiscouragedReference"
+                    line="182"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The field SPACE from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="32"
+                        sourceStart="28"
+                        value="if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))"/>
+                    <arguments>
+                        <argument
+                            value="SPACE"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="6321"
+                    charStart="6282"
+                    id="DiscouragedReference"
+                    line="182"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="102"
+                        sourceStart="63"
+                        value="if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="6321"
+                    charStart="6306"
+                    id="DiscouragedReference"
+                    line="182"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The field INDENTATION_CHAR from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="102"
+                        sourceStart="87"
+                        value="if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))"/>
+                    <arguments>
+                        <argument
+                            value="INDENTATION_CHAR"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="6395"
+                    charStart="6356"
+                    id="DiscouragedReference"
+                    line="183"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="66"
+                        sourceStart="27"
+                        value="width = preferences.getInt(HTMLCorePreferenceNames.INDENTATION_SIZE);"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="6395"
+                    charStart="6380"
+                    id="DiscouragedReference"
+                    line="183"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The field INDENTATION_SIZE from the type HTMLCorePreferenceNames is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot"/>
+                    <source_context
+                        sourceEnd="66"
+                        sourceStart="51"
+                        value="width = preferences.getInt(HTMLCorePreferenceNames.INDENTATION_SIZE);"/>
+                    <arguments>
+                        <argument
+                            value="INDENTATION_SIZE"/>
+                    </arguments>
+                </problem>
+            </problems>
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/ui/internal/autoedit/AutoEditStrategyForTabs.class"/>
+        </source>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/ui/internal/autoedit"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/autoedit/StructuredAutoEditStrategyJSP.java">
+            <problems
+                errors="0"
+                problems="13"
+                warnings="13">
+                <problem
+                    charEnd="1196"
+                    charStart="1135"
+                    id="DiscouragedReference"
+                    line="25"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="68"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.IStructuredModel"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1268"
+                    charStart="1206"
+                    id="DiscouragedReference"
+                    line="26"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot"/>
+                    <source_context
+                        sourceEnd="69"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1653"
+                    charStart="1638"
+                    id="DiscouragedReference"
+                    line="34"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="15"
+                        sourceStart="0"
+                        value="IStructuredModel model = null;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.IStructuredModel"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1761"
+                    charStart="1688"
+                    id="DiscouragedReference"
+                    line="36"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="81"
+                        sourceStart="8"
+                        value="model = StructuredModelManager.getModelManager().getExistingModelForRead(document);"/>
+                    <arguments>
+                        <argument
+                            value="getExistingModelForRead(IDocument)"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1917"
+                    charStart="1910"
+                    id="DiscouragedReference"
+                    line="42"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot"/>
+                    <source_context
+                        sourceEnd="7"
+                        sourceStart="0"
+                        value="IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1934"
+                    charStart="1927"
+                    id="DiscouragedReference"
+                    line="42"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot"/>
+                    <source_context
+                        sourceEnd="24"
+                        sourceStart="17"
+                        value="IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1974"
+                    charStart="1937"
+                    id="DiscouragedReference"
+                    line="42"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="64"
+                        sourceStart="27"
+                        value="IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);"/>
+                    <arguments>
+                        <argument
+                            value="getIndexedRegion(int)"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2050"
+                    charStart="2035"
+                    id="DiscouragedReference"
+                    line="43"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getSource() from the type IDOMNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot"/>
+                    <source_context
+                        sourceEnd="67"
+                        sourceStart="52"
+                        value="if (prefixedWith(document, command.offset, &quot;&lt;&quot;) &amp;&amp; !node.getSource().endsWith(&quot;%&gt;&quot;)) { //$NON-NLS-1$ //$NON-NLS-2$"/>
+                    <arguments>
+                        <argument
+                            value="getSource()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2335"
+                    charStart="2328"
+                    id="DiscouragedReference"
+                    line="51"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot"/>
+                    <source_context
+                        sourceEnd="7"
+                        sourceStart="0"
+                        value="IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2352"
+                    charStart="2345"
+                    id="DiscouragedReference"
+                    line="51"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot"/>
+                    <source_context
+                        sourceEnd="24"
+                        sourceStart="17"
+                        value="IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2392"
+                    charStart="2355"
+                    id="DiscouragedReference"
+                    line="51"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="64"
+                        sourceStart="27"
+                        value="IDOMNode node = (IDOMNode) model.getIndexedRegion(command.offset);"/>
+                    <arguments>
+                        <argument
+                            value="getIndexedRegion(int)"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2554"
+                    charStart="2539"
+                    id="DiscouragedReference"
+                    line="53"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method getSource() from the type IDOMNode is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot"/>
+                    <source_context
+                        sourceEnd="16"
+                        sourceStart="1"
+                        value="!node.getSource().endsWith(&quot;}&quot;)) { //$NON-NLS-1$ //$NON-NLS-2$"/>
+                    <arguments>
+                        <argument
+                            value="getSource()"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="2848"
+                    charStart="2826"
+                    id="DiscouragedReference"
+                    line="65"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="22"
+                        sourceStart="0"
+                        value="model.releaseFromRead();"/>
+                    <arguments>
+                        <argument
+                            value="releaseFromRead()"/>
+                    </arguments>
+                </problem>
+            </problems>
+            <classfile
+                path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin/org/eclipse/jst/jsp/ui/internal/autoedit/StructuredAutoEditStrategyJSP.class"/>
+        </source>
+        <source
+            output="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/temp.folder/@dot.bin"
+            package="org/eclipse/jst/jsp/ui/internal/breakpointproviders"
+            path="/home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.jst.jsp.ui/src/org/eclipse/jst/jsp/ui/internal/breakpointproviders/AbstractBreakpointProvider.java">
+            <problems
+                errors="0"
+                problems="61"
+                warnings="61">
+                <problem
+                    charEnd="1114"
+                    charStart="1053"
+                    id="DiscouragedReference"
+                    line="21"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="68"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.IStructuredModel"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1182"
+                    charStart="1124"
+                    id="DiscouragedReference"
+                    line="22"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="65"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.IndexedRegion"/>
+                    </arguments>
+                </problem>
+                <problem
+                    charEnd="1261"
+                    charStart="1192"
+                    id="DiscouragedReference"
+                    line="23"
+                    severity="WARNING">
+                    <message
+                        value="Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot"/>
+                    <source_context
+                        sourceEnd="76"
+                        sourceStart="7"
+                        value="import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;"/>
+                    <arguments>
+                        <argument
+                            value="org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument"/>