You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by he...@apache.org on 2006/11/13 23:55:14 UTC

svn commit: r474551 [2/49] - in /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo: ./ src/ src/alg/ src/animation/ src/cal/ src/charting/ src/charting/svg/ src/charting/vml/ src/collections/ src/crypto/ src/data/ src/data/csv...

Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/README
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/README?view=diff&rev=474551&r1=474550&r2=474551
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/README (original)
+++ struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/README Mon Nov 13 14:54:45 2006
@@ -5,14 +5,13 @@
 JavaScript professionals. Dojo solves real-world problems by providing powerful
 abstractions and solid, tested implementations.
 
-
 Getting Started
 ---------------
 
 To use Dojo in your application, download one of the pre-built editions from the
-Dojo website, http://dojotoolkit.org. Once you have downloaded the file you
-will need to unzip the archive in your website root. At a minimum, you will
-need to extract:
+Dojo website, http://dojotoolkit.org. Once you have downloaded the file you will
+need to unzip the archive in your website root. At a minimum, you will need to
+extract:
 
     src/ (folder)
     dojo.js
@@ -23,9 +22,11 @@
     <script type="text/javascript" src="/path/to/dojo.js"></script>
 
 Depending on the edition that you have downloaded, this base dojo.js file may or
-may not include the modules you wish to use in your application. To ensure that
-they are available, use dojo.require() to request them. A very rich application
-might include:
+may not include the modules you wish to use in your application. The files which
+have been "baked in" to the dojo.js that is part of your distribution are listed
+in the file build.txt that is part of the top-level directory that is created
+when you unpack the archive. To ensure modules you wish to use are available,
+use dojo.require() to request them. A very rich application might include:
 
     <script type="text/javascript" src="/path/to/dojo.js"></script>
     <script type="text/javascript">
@@ -34,8 +35,8 @@
         dojo.require("dojo.storage.*");     // a persistent local data cache
         dojo.require("dojo.json");          // serialization to JSON
         dojo.require("dojo.dnd.*");         // drag-and-drop
-        dojo.require("dojo.fx.*");          // animations and eye candy
-        dojo.require("dojo.widget.Editor"); // stable, portable HTML WYSIWYG
+        dojo.require("dojo.lfx.*");         // animations and eye candy
+        dojo.require("dojo.widget.Editor2");// stable, portable HTML WYSIWYG
     </script>
 
 Note that only those modules which are *not* already "baked in" to dojo.js by
@@ -51,12 +52,12 @@
 been tested on almost every modern browser, including:
 
     - IE 5.5+
-    - Mozilla 1.2+, Firefox 1.0+
+    - Mozilla 1.5+, Firefox 1.0+
     - Safari 1.3.9+
     - Konqueror 3.4+
     - Opera 8.5+
 
-Note that some widgets and features may not preform exactly the same on every
+Note that some widgets and features may not perform exactly the same on every
 browser due to browser implementation differences.
 
 For those looking to use Dojo in non-browser environments, please see "Working
@@ -119,7 +120,7 @@
 
 Anonymous Subversion access is also available:
 
-    %> svn co http://dojootoolkit.org/svn/dojo/trunk/
+    %> svn co http://svn.dojotoolkit.org/dojo/trunk/ dojo
 
 Each of these sources will include some extra directories not included in the
 pre-packaged editions, including command-line tests and build tools for
@@ -167,9 +168,9 @@
     %> ant -Dprofile=test -Ddocless=true release intern-strings
 
 If the build is successful, your newly minted and compressed  profile build will
-be placed in [dojo]/releae/dojo/
+be placed in [dojo]/release/dojo/
 
 -------------------------------------------------------------------------------
-Copyright (c) 2004-2005, The Dojo Foundation, All Rights Reserved
+Copyright (c) 2004-2006, The Dojo Foundation, All Rights Reserved
 
 vim:ts=4:et:tw=80:shiftwidth=4:

Added: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/Storage_version6.swf
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/Storage_version6.swf?view=auto&rev=474551
==============================================================================
Binary file - no diff available.

Propchange: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/Storage_version6.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/Storage_version8.swf
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/Storage_version8.swf?view=auto&rev=474551
==============================================================================
Binary file - no diff available.

Propchange: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/Storage_version8.swf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/build.txt
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/build.txt?view=diff&rev=474551&r1=474550&r2=474551
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/build.txt (original)
+++ struts/struts2/trunk/core/src/main/resources/org/apache/struts2/static/dojo/build.txt Mon Nov 13 14:54:45 2006
@@ -1,13 +1,86 @@
 
 Files baked into this package:
 
+dojoGuardStart.js,
 ../src/bootstrap1.js,
+../src/loader.js,
+dojoGuardEnd.js,
 ../src/hostenv_browser.js,
 ../src/bootstrap2.js,
+../src/lang/common.js,
 ../src/lang.js,
-../src/string.js,
-../src/io.js,
 ../src/dom.js,
-../src/io/BrowserIO.js
+../src/html/common.js,
+../src/uri/Uri.js,
+../src/html/style.js,
+../src/html/__package__.js,
+../src/html/display.js,
+../src/html/layout.js,
+../src/html/util.js,
+../src/lang/array.js,
+../src/gfx/color.js,
+../src/lang/func.js,
+../src/lfx/Animation.js,
+../src/html/color.js,
+../src/lfx/html.js,
+../src/lfx/__package__.js,
+../src/lang/extras.js,
+../src/event/common.js,
+../src/event/topic.js,
+../src/event/browser.js,
+../src/event/__package__.js,
+../src/logging/Logger.js,
+../src/logging/__package__.js,
+../src/string/common.js,
+../src/string.js,
+../src/io/common.js,
+../src/string/extras.js,
+../src/undo/browser.js,
+../src/io/BrowserIO.js,
+../src/io/cookie.js,
+../src/io/__package__.js,
+../src/uri/__package__.js,
+../src/io/IframeIO.js,
+../src/date.js,
+../src/string/Builder.js,
+../src/string/__package__.js,
+../__package__.js,
+../src/AdapterRegistry.js,
+../src/json.js,
+../src/Deferred.js,
+../src/rpc/RpcService.js,
+../src/rpc/JsonService.js,
+../src/rpc/__package__.js,
+../src/xml/Parse.js,
+../src/xml/__package__.js,
+../src/undo/Manager.js,
+../src/undo/__package__.js,
+../src/crypto.js,
+../src/crypto/MD5.js,
+../src/crypto/__package__.js,
+../src/collections/Collections.js,
+../src/collections/ArrayList.js,
+../src/collections/Queue.js,
+../src/collections/Stack.js,
+../src/lang/declare.js,
+../src/dnd/DragAndDrop.js,
+../src/dnd/HtmlDragManager.js,
+../src/html/selection.js,
+../src/html/iframe.js,
+../src/dnd/HtmlDragAndDrop.js,
+../src/dnd/__package__.js,
+../src/ns.js,
+../src/widget/Manager.js,
+../src/a11y.js,
+../src/widget/Widget.js,
+../src/widget/Parse.js,
+../src/widget/DomWidget.js,
+../src/lfx/toggle.js,
+../src/widget/HtmlWidget.js,
+../src/widget/__package__.js,
+../src/math.js,
+../src/math/curves.js,
+../src/math/points.js,
+../src/math/__package__.js