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 2010/05/17 09:17:46 UTC

svn commit: r944997 - in /myfaces/core/trunk/api/src: assembler/jsfscripts-compiler.xml main/javascript/META-INF/resources/myfaces/_impl/core/jsf_impl.js

Author: werpu
Date: Mon May 17 07:17:46 2010
New Revision: 944997

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

PPS Part partially cleaned up, Queue part entirely cleaned up
and now uses inheritance like it should, also added
a speed optimized queue

xhr part still needs serious cleanup.

Removed:
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/core/jsf_impl.js
Modified:
    myfaces/core/trunk/api/src/assembler/jsfscripts-compiler.xml

Modified: myfaces/core/trunk/api/src/assembler/jsfscripts-compiler.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/assembler/jsfscripts-compiler.xml?rev=944997&r1=944996&r2=944997&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/assembler/jsfscripts-compiler.xml (original)
+++ myfaces/core/trunk/api/src/assembler/jsfscripts-compiler.xml Mon May 17 07:17:46 2010
@@ -8,6 +8,7 @@
             
             <script type="text/javascript" src="./myfaces/_impl/core/_Runtime.js"></script>
             <script type = "text/javascript" src = "myfaces/_impl/_util/_Lang.js"></script>
+            <script type = "text/javascript" src = "./myfaces/_impl/_util/_Queue.js"></script>
             <script type = "text/javascript" src = "./myfaces/_impl/_util/_ListenerQueue.js"></script>
             <script type = "text/javascript" src = "./myfaces/_impl/_util/_Dom.js"></script>
             <script type = "text/javascript" src = "./myfaces/_impl/_util/_HtmlStripper.js"></script>
@@ -18,7 +19,7 @@
             <script type = "text/javascript" src = "./myfaces/_impl/xhrCore/_AjaxRequest.js"></script>
             <script type = "text/javascript" src = "./myfaces/_impl/xhrCore/_AjaxResponse.js"></script>
             <script type = "text/javascript" src = "./myfaces/_impl/xhrCore/_xhrCoreAdapter.js"></script>
-            <script type = "text/javascript" src = "./myfaces/_impl/core/jsf_impl.js"></script>
+            <script type = "text/javascript" src = "./myfaces/_impl/core/Impl.js"></script>
             <script type = "text/javascript" src = "./myfaces/api/jsf.js"></script>
         -->