You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by bb...@apache.org on 2006/11/02 22:19:36 UTC

svn commit: r470561 - /incubator/xap/trunk/buildscripts/profiles/xap.profile.js

Author: bbuffone
Date: Thu Nov  2 14:19:35 2006
New Revision: 470561

URL: http://svn.apache.org/viewvc?view=rev&rev=470561
Log:
I have updated the starting process of the XAP engine with the HTML page.
This changes is defined in emails from me on the 8/29.  
This changes break compatibilty with existing samples. 
To see how the new process works check out the new samples in 
the startup folder.

Modified:
    incubator/xap/trunk/buildscripts/profiles/xap.profile.js

Modified: incubator/xap/trunk/buildscripts/profiles/xap.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/xap.profile.js?view=diff&rev=470561&r1=470560&r2=470561
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/xap.profile.js (original)
+++ incubator/xap/trunk/buildscripts/profiles/xap.profile.js Thu Nov  2 14:19:35 2006
@@ -13,7 +13,9 @@
 "xap.mco.McoNamespaceHandler",
 "xap.macro.MacroNamespaceHandler",
 "xap.xml.xmodify.XmodifyNamespaceHandler",
-
+"xap.application.Application",
+"xap.html.HtmlConnector",
+"xap.util.Debug",
 
 "xap.bridges.dojo.DojoWidgetBridge",
 "xap.bridges.dojo.DojoButtonBridge",
@@ -21,33 +23,33 @@
 "xap.bridges.dojo.DojoFloatingPaneBridge",
 "xap.bridges.dojo.DojoGenericWidgetBridge",
 "xap.bridges.dojo.DojoLayoutPaneBridge",
-"xap.bridges.dojo.DojoDatePickerBridge",
-"xap.bridges.dojo.DojoColorPaletteBridge",
 "xap.bridges.basic.DomNodeBridge",
 
 "xap.bridges.basic.TextViewBridge",
 
 "xap.bridges.google.GoogleBridge",
 "xap.bridges.google.GoogleInfoWindowBridge",
-"xap.bridges.google.GoogleIconBridge",
-"xap.bridges.google.GoogleIconsBridge",
 "xap.bridges.google.GoogleMapBridge",
 "xap.bridges.google.GoogleMarkerBridge",
 "xap.bridges.google.GoogleMarkersBridge",
 
-"xap.bridges.zimbra.DwtControlBridge",
-"xap.bridges.zimbra.DwtCompositeBridge",
-"xap.bridges.zimbra.DwtLabelBridge",
-"xap.bridges.zimbra.DwtButtonBridge",
-"xap.bridges.zimbra.DwtTabBridge",
-"xap.bridges.zimbra.DwtTabViewBridge",
-"xap.bridges.zimbra.DwtTextFieldBridge",
-"xap.bridges.zimbra.DwtTreeBridge",
-"xap.bridges.zimbra.DwtTreeItemBridge",
-"xap.bridges.zimbra.DwtSplitterBridge",
-"xap.bridges.zimbra.DwtSplitChildBridge",
-"xap.bridges.zimbra.DwtVerticalLayoutPanelBridge",
-"xap.bridges.zimbra.DwtHorizontalLayoutPanelBridge"
+"xap.bridges.yahoo.YahooBridge",
+"xap.bridges.yahoo.YahooInfoWindowBridge",
+"xap.bridges.yahoo.YahooMapBridge",
+"xap.bridges.yahoo.YahooMarkerBridge",
+"xap.bridges.yahoo.YahooMarkersBridge",
+
+"xap.bridges.microsoft.VEBridge",
+"xap.bridges.microsoft.VEInfoWindowBridge",
+"xap.bridges.microsoft.VEMapBridge",
+"xap.bridges.microsoft.VEMarkersBridge",
+"xap.bridges.microsoft.VEMarkerBridge",
+
+"xap.bridges.dojo.TabPaneBridge",
+"xap.bridges.dojo.TabBridge",
+
+"dojo.widget.TabContainer",
+
 ];
 
 dependencies.prefixes = [["google", "src/google"],["xap", "src/xap"], ["dojo","src/dojo/src"]];