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/09/29 05:13:52 UTC

svn commit: r451098 - in /tapestry/tapestry4/trunk/tapestry-framework/src/js: dojo/ lib/ant-dojotest.jar tapestry.profile.js

Author: jkuhnert
Date: Thu Sep 28 20:13:51 2006
New Revision: 451098

URL: http://svn.apache.org/viewvc?view=rev&rev=451098
Log:
Sorry! 

Removed:
    tapestry/tapestry4/trunk/tapestry-framework/src/js/dojo/
Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/js/lib/ant-dojotest.jar
    tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry.profile.js

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/js/lib/ant-dojotest.jar
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/lib/ant-dojotest.jar?view=diff&rev=451098&r1=451097&r2=451098
==============================================================================
Binary files - no diff available.

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=451098&r1=451097&r2=451098
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry.profile.js (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry.profile.js Thu Sep 28 20:13:51 2006
@@ -4,15 +4,9 @@
 // but you can change the hostenv file that's included by setting the value of
 // the variable "hostenvType" (defaults to "browser").
 var dependencies = [ 
-	"dojo.io.IO",
-	"dojo.io.BrowserIO",
-	"dojo.event.*", // NOTE: this includes topic support
-	"dojo.lang.common",
-	"dojo.event",
+	"dojo.event.browser",
 	"dojo.dom",
-	"dojo.html",
-	"dojo.json",
-	"dojo.widget.Manager"
+	"dojo.lang.common"
 ];
 
 // NOTE: this MUST be included or a list of files must be output via print()