You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/11/04 05:31:00 UTC

svn commit: r471114 - in /tapestry/tapestry4/trunk/tapestry-framework/src/js: dojo/ tapestry.profile.js

Author: jkuhnert
Date: Fri Nov  3 20:30:59 2006
New Revision: 471114

URL: http://svn.apache.org/viewvc?view=rev&rev=471114
Log:
Ye old delete && update.

Removed:
    tapestry/tapestry4/trunk/tapestry-framework/src/js/dojo/
Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry.profile.js

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry.profile.js
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry.profile.js?view=diff&rev=471114&r1=471113&r2=471114
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry.profile.js (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry.profile.js Fri Nov  3 20:30:59 2006
@@ -5,8 +5,14 @@
 // the variable "hostenvType" (defaults to "browser").
 var dependencies = [ 
 	"dojo.event.browser",
-	"dojo.dom",
-	"dojo.lang.common"
+        "dojo.dom",
+        "dojo.lang.common",
+        "dojo.io.common",
+        "dojo.io.BrowserIO",
+        "dojo.io.cookie",
+        "dojo.date.common",
+        "dojo.date.format",
+	"dojo.widget.*"
 ];
 
 // NOTE: this MUST be included or a list of files must be output via print()