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/06/30 16:42:11 UTC

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

Author: werpu
Date: Tue Jun 30 14:42:10 2009
New Revision: 789767

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

openajax is not needed according to spec section 13.2 JavaScript Namespacing, we remove it from out build assembly

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=789767&r1=789766&r2=789767&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 Tue Jun 30 14:42:10 2009
@@ -4,7 +4,6 @@
         <script>
             <fileName>jsf.js</fileName>
             <includes>
-                <include>**/api/OpenAjax.js</include>
                 <include>**/_impl/_util/_LangUtils.js</include>
                 <include>**/_impl/_util/_ListenerQueue.js</include>
                 <include>**/_impl/_util/_Utils.js</include>