You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2009/05/08 13:00:47 UTC

svn commit: r772938 - /myfaces/core/branches/2_0_0/api/src/assembler/jsfscripts-compiler.xml

Author: werpu
Date: Fri May  8 11:00:46 2009
New Revision: 772938

URL: http://svn.apache.org/viewvc?rev=772938&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-2114
https://issues.apache.org/jira/browse/MYFACES-2223

changed the build process compile

Modified:
    myfaces/core/branches/2_0_0/api/src/assembler/jsfscripts-compiler.xml

Modified: myfaces/core/branches/2_0_0/api/src/assembler/jsfscripts-compiler.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/api/src/assembler/jsfscripts-compiler.xml?rev=772938&r1=772937&r2=772938&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/api/src/assembler/jsfscripts-compiler.xml (original)
+++ myfaces/core/branches/2_0_0/api/src/assembler/jsfscripts-compiler.xml Fri May  8 11:00:46 2009
@@ -9,7 +9,7 @@
                 <include>**/_impl/_util/_ListenerQueue.js</include>
                 <include>**/_impl/_util/_Logger.js</include>
                 <include>**/_impl/_util/_Utils.js</include>
-                <include>**/_impl/_util/_SimpleHtmlParser.js</include>
+                <include>**/_impl/_util/_HtmlStripper.js</include>
                 <include>**/_impl/xhrCore/_Exception.js</include>
                 <include>**/_impl/xhrCore/_AjaxUtils.js</include>
                 <include>**/_impl/xhrCore/_AjaxRequestQueue.js</include>