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/07/01 17:49:39 UTC

svn commit: r790230 - in /myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces: _impl/_util/_LangUtils.js api/OpenAjax.js

Author: werpu
Date: Wed Jul  1 15:49:38 2009
New Revision: 790230

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

removing unwanted openajax traces from the code and from the SVN, the openajax registry is not enforced by the spec hence not needed anymore!


Removed:
    myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/OpenAjax.js
Modified:
    myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_LangUtils.js

Modified: myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_LangUtils.js
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_LangUtils.js?rev=790230&r1=790229&r2=790230&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_LangUtils.js (original)
+++ myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_LangUtils.js Wed Jul  1 15:49:38 2009
@@ -23,9 +23,11 @@
      *
      * reserve the namespaces used by the myfaces core
      */
-    if ('undefined' != typeof OpenAjax && ( 'undefined' == typeof myfaces || null == myfaces)) {
-        OpenAjax.hub.registerLibrary("myfaces", "myfaces.apache.org", "1.0", null);
-    }
+    //we have not registered the namespace with openajax so we dont do it for now
+
+    //if ('undefined' != typeof OpenAjax && ( 'undefined' == typeof myfaces || null == myfaces)) {
+    //    OpenAjax.hub.registerLibrary("myfaces", "myfaces.apache.org", "1.0", null);
+    //}
 
     /*originally we had it at org.apache.myfaces, but we are now down to myfaces since the openajax seems to have problems registering more than a root domain and org is not only apache specific*/
     if('undefined' == typeof myfaces || null == myfaces) {