[88588] [arch] consider reducing number of xml plugins from 5 to 2
diff --git a/bundles/org.eclipse.wst.xml.ui/.classpath b/bundles/org.eclipse.wst.xml.ui/.classpath
index af05c5e..78cc4b2 100644
--- a/bundles/org.eclipse.wst.xml.ui/.classpath
+++ b/bundles/org.eclipse.wst.xml.ui/.classpath
@@ -3,8 +3,8 @@
 	<classpathentry kind="src" path="src/"/>
 	<classpathentry kind="src" path="src-multipage/"/>
 	<classpathentry kind="src" path="src-wizards/"/>
+	<classpathentry kind="src" path="src-catalog"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="src" path="src-catalog"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/bundles/org.eclipse.wst.xml.ui/build.properties b/bundles/org.eclipse.wst.xml.ui/build.properties
index a2e9505..5fae022 100644
--- a/bundles/org.eclipse.wst.xml.ui/build.properties
+++ b/bundles/org.eclipse.wst.xml.ui/build.properties
@@ -25,6 +25,6 @@
                temp.folder/**
 source.. = src/,\
            src-multipage/,\
-           src-wizards/,
+           src-wizards/,\
            src-catalog
 src.includes = build.properties