Don't sort on WBS items.. Reversing GuMing's original fix.
diff --git a/1.5/plugins/org.eclipse.epf.library/layout/xsl/activity_wbs.xsl b/1.5/plugins/org.eclipse.epf.library/layout/xsl/activity_wbs.xsl
index 68ba1e4..7a5f729 100644
--- a/1.5/plugins/org.eclipse.epf.library/layout/xsl/activity_wbs.xsl
+++ b/1.5/plugins/org.eclipse.epf.library/layout/xsl/activity_wbs.xsl
@@ -256,7 +256,7 @@
 ["<xsl:value-of select="@id"/>", "<xsl:value-of select="@label"/>"]<xsl:if test="position() != $colSize">,</xsl:if>
 					</xsl:for-each>],
 rows: [<xsl:for-each select="breakdown[@name='Work Breakdown Structure']/Element">
-						<xsl:sort select="@DisplayName"/>
+					 <!-- 	<xsl:sort select="@DisplayName"/> --> 
 						<xsl:call-template name="wbsItem">
 							<xsl:with-param name="element" select="."/>
 							<xsl:with-param name="indent" select="0"/>