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/14 13:08:45 UTC

svn commit: r944206 - in /myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces: _impl/_util/_LangUtils.js _impl/_util/_Utils.js api/readme.txt

Author: werpu
Date: Fri May 14 11:08:45 2010
New Revision: 944206

URL: http://svn.apache.org/viewvc?rev=944206&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-2716
removing the old junk


Removed:
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_LangUtils.js
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_Utils.js
Modified:
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt

Modified: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt?rev=944206&r1=944205&r2=944206&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt (original)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt Fri May 14 11:08:45 2010
@@ -2,16 +2,17 @@ ongoing work in progress not finished ye
 the final build will have one single jsf.js file
 if you want to include the files manually follow following order:
 
-<script type="text/javascript" src="./api/OpenAjax.js"></script>
-<script type="text/javascript" src="./_impl/_util/_LangUtils.js"></script>
-<script type="text/javascript" src="./_impl/_util/_ListenerQueue.js"></script>
-<script type="text/javascript" src="./_impl/_util/_Logger.js"></script>
-<script type="text/javascript" src="./_impl/_util/_Dom.js"></script>
-<script type="text/javascript" src="./_impl/xhrCore/_Exception.js"></script>
-<script type="text/javascript" src="./_impl/xhrCore/_AjaxUtils.js"></script>
-<script type="text/javascript" src="./_impl/xhrCore/_AjaxRequestQueue.js"></script>
-<script type="text/javascript" src="./_impl/xhrCore/_AjaxRequest.js"></script>
-<script type="text/javascript" src="./_impl/xhrCore/_AjaxResponse.js"></script>
-<script type="text/javascript" src="./_impl/xhrCore/_xhrCoreAdapter.js"></script>
-<script type="text/javascript" src="./_impl/core/jsf_impl.js"></script>
-<script type="text/javascript" src="./api/jsf.js"></script>
+<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/_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>
+
+<script type = "text/javascript" src = "./myfaces/_impl/xhrCore/_Exception.js"></script>
+<script type = "text/javascript" src = "./myfaces/_impl/xhrCore/_AjaxUtils.js"></script>
+<script type = "text/javascript" src = "./myfaces/_impl/xhrCore/_AjaxRequestQueue.js"></script>
+<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/api/jsf.js"></script>