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

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

Author: bbuffone
Date: Sat Nov 11 14:32:22 2006
New Revision: 473816

URL: http://svn.apache.org/viewvc?view=rev&rev=473816
Log:
added the HtmlHost to the classes to include in the xap package.

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=473816&r1=473815&r2=473816
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/xap.profile.js (original)
+++ incubator/xap/trunk/buildscripts/profiles/xap.profile.js Sat Nov 11 14:32:22 2006
@@ -19,6 +19,7 @@
 "xap.application.Application",
 "xap.html.HtmlConnector",
 "xap.util.Debug",
+"xap.bridges.basic.HtmlHostBridge",
 
 "xap.bridges.dojo.DojoWidgetBridge",
 "xap.bridges.dojo.DojoButtonBridge",