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 jm...@apache.org on 2006/08/17 00:02:32 UTC

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

Author: jmargaris
Date: Wed Aug 16 17:02:32 2006
New Revision: 432075

URL: http://svn.apache.org/viewvc?rev=432075&view=rev
Log:
nice profiles

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?rev=432075&r1=432074&r2=432075&view=diff
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/xap.profile.js (original)
+++ incubator/xap/trunk/buildscripts/profiles/xap.profile.js Wed Aug 16 17:02:32 2006
@@ -6,34 +6,16 @@
 var dependencies = [
 
 
-
-"xap.util.Utils",
-"xap.util.LogFactory",
-"xap.util.XmlUtils",
-"xap.util.Character",
-"xap.util.HttpUtils",
-"xap.util.UidProvider",
-"xap.util.Hashtable",
-"xap.util.ResourceDictionary",
-"xap.util.MessageFormat",
-"xap.util.EscapeSyntaxParser",
-"xap.util.Exception",
-"xap.util.XapException",
-"xap.util.XapExceptionRes",
-"xap.util.Profiler",
-"xap.util.ObjectHierarchyAnalyzer",
-"xap.requestservice.RequestService",
-"xap.xml.sax.SaxContentHandler",
-"xap.xml.dom.Document",
-"xap.xml.dom.events.DomChangeEvent",
-"xap.xml.dom.events.StructureChangeListener",
-"xap.xml.dom.events.StructureChangeEvent",
-"xap.xml.dom.XapElement",
-"xap.xml.dom.events.ChangeRejectedException",
-"xap.xml.dom.events.AttributeChangeListener",
-"xap.xml.dom.events.AttributeChangeEvent",
 "xap.session.ClientSession",
 
+
+"xap.xml.XalNamespaceHandler",
+"xap.mco.McoNamespaceHandler",
+"xap.macro.MacroNamespaceHandler",
+"xap.xml.xmodify.XmodifyNamespaceHandler",
+
+
+
 "xap.bridges.dojo.DojoWidgetBridge",
 "xap.bridges.dojo.DojoButtonBridge",
 "xap.bridges.dojo.DojoContentPaneBridge",
@@ -48,39 +30,6 @@
 "xap.bridges.basic.AbstractBlackBoxWidgetBridge",
 
 
-
-"xap.util.ArrayHelper",
-
-"xap.xml.InvalidXmlException",
-"xap.xml.sax.SaxParser",
-"xap.xml.sax.ParserException",
-"xap.xml.sax.EmptyDocumentException",
-"xap.session.Container",
-
-"xap.xml.NamespaceHandler",
-"xap.xml.XalNamespaceHandler",
-"xap.mco.McoNamespaceHandler",
-
-"xap.macro.MacroNamespaceHandler",
-"xap.xml.xmodify.XmodifyNamespaceHandler",
-"xap.xml.NamespaceHandlerManager",
-
-"xap.xml.xmodify.Xmodify",
-
-
-"xap.xml.DocumentContainer",
-
-"xap.macro.Macro",
-"xap.taghandling.PluginRegistryImpl",
-"xap.taghandling.PluginRegistry",
-"xap.taghandling.AbstractTagImpl",
-"xap.taghandling.PluginDocumentHandler",
-"xap.session.ClientEvent",
-"xap.session.EventHandler",
-"xap.session.DeclarativeArgumentParser",
-
-
-
 "xap.bridges.zimbra.DwtControlBridge",
 "xap.bridges.zimbra.DwtCompositeBridge",
 "xap.bridges.zimbra.DwtLabelBridge",
@@ -104,27 +53,10 @@
 "xap.bridges.zimbra.DwtSplitterBridge",
 "xap.bridges.zimbra.DwtSplitChildBridge",
 "xap.bridges.zimbra.DwtVerticalLayoutPanelBridge",
-"xap.bridges.zimbra.DwtHorizontalLayoutPanelBridge",
-
-
-
-
-"xap.xml.InvalidXmlExceptionRes",
-"xap.xml.sax.ParserExceptionRes",
-"xap.xml.sax.EmptyDocumentExceptionRes",
-"xap.xml.xmodify.UpdateDirective",
-"xap.xml.xmodify.XmodifyException",
-"xap.xml.xmodify.CommandDirective",
-"xap.xml.xmodify.DirectiveSet",
-"xap.mco.McoInvocationException",
-"xap.mco.McoInvocationExceptionRes",
-"xap.requestservice.NetServiceListener",
-"xap.requestservice.HttpRequest" 
-
-
+"xap.bridges.zimbra.DwtHorizontalLayoutPanelBridge"
 ];
 
-dependencies.prefixes = [["google", "src/google"],["xap", "src/xap"]];  
+dependencies.prefixes = [["google", "src/google"],["xap", "src/xap"], ["dojo","src/dojo/src"]];  
 
 // NOTE: this MUST be included or a list of files must be output via print()
 // manually.