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/04/23 11:32:14 UTC

svn commit: r767871 - /myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt

Author: werpu
Date: Thu Apr 23 09:32:13 2009
New Revision: 767871

URL: http://svn.apache.org/viewvc?rev=767871&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-2112
Adding a readme.txt for proper manual includes

Added:
    myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt   (with props)

Added: myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt?rev=767871&view=auto
==============================================================================
--- myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt (added)
+++ myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt Thu Apr 23 09:32:13 2009
@@ -0,0 +1,17 @@
+ongoing work in progress not finished yet
+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/_Utils.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>

Propchange: myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/core/branches/2_0_0/api/src/main/javascript/META-INF/resources/myfaces/api/readme.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL