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 2007/03/15 00:50:02 UTC

svn commit: r518397 - in /incubator/xap/trunk/buildsystem/buildscripts/profiles: xap-developer.profile.js xap-min.profile.js xap.profile.js

Author: jmargaris
Date: Wed Mar 14 17:50:01 2007
New Revision: 518397

URL: http://svn.apache.org/viewvc?view=rev&rev=518397
Log:
udpated profiles, developer is now the bare minimum

Added:
    incubator/xap/trunk/buildsystem/buildscripts/profiles/xap-developer.profile.js   (with props)
Modified:
    incubator/xap/trunk/buildsystem/buildscripts/profiles/xap-min.profile.js
    incubator/xap/trunk/buildsystem/buildscripts/profiles/xap.profile.js

Added: incubator/xap/trunk/buildsystem/buildscripts/profiles/xap-developer.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildsystem/buildscripts/profiles/xap-developer.profile.js?view=auto&rev=518397
==============================================================================
--- incubator/xap/trunk/buildsystem/buildscripts/profiles/xap-developer.profile.js (added)
+++ incubator/xap/trunk/buildsystem/buildscripts/profiles/xap-developer.profile.js Wed Mar 14 17:50:01 2007
@@ -0,0 +1,38 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *	http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ */
+
+// pull in the dependency list and define it in the var "dependencies". This
+// overrides the default built into getDependencyList.js. The bootstrap and
+// hostenv files are included by default and don't need to be included here,
+// but you can change the hostenv file that's included by setting the value of
+// the variable "hostenvType" (defaults to "browser").
+var dependencies = [
+
+"xap.session.ClientSession",
+"xap.application.Application",
+"xap.html.HtmlConnector",
+"xap.util.Debug"
+
+];
+
+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.
+load("getDependencyList.js");

Propchange: incubator/xap/trunk/buildsystem/buildscripts/profiles/xap-developer.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/xap/trunk/buildsystem/buildscripts/profiles/xap-min.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildsystem/buildscripts/profiles/xap-min.profile.js?view=diff&rev=518397&r1=518396&r2=518397
==============================================================================
--- incubator/xap/trunk/buildsystem/buildscripts/profiles/xap-min.profile.js (original)
+++ incubator/xap/trunk/buildsystem/buildscripts/profiles/xap-min.profile.js Wed Mar 14 17:50:01 2007
@@ -24,10 +24,11 @@
 // the variable "hostenvType" (defaults to "browser").
 var dependencies = [
 
-
 "xap.session.ClientSession",
 "xap.application.Application",
 "xap.html.HtmlConnector",
+"xap.xml.xmodify.XmodifyNamespaceHandler",
+"xap.macro.MacroNamespaceHandler",
 "xap.util.Debug"
 
 ];

Modified: incubator/xap/trunk/buildsystem/buildscripts/profiles/xap.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildsystem/buildscripts/profiles/xap.profile.js?view=diff&rev=518397&r1=518396&r2=518397
==============================================================================
--- incubator/xap/trunk/buildsystem/buildscripts/profiles/xap.profile.js (original)
+++ incubator/xap/trunk/buildsystem/buildscripts/profiles/xap.profile.js Wed Mar 14 17:50:01 2007
@@ -24,97 +24,115 @@
 // the variable "hostenvType" (defaults to "browser").
 var dependencies = [
 
+"dojo.json",
 
+"xap.application.Application",
+"xap.html.HtmlConnector",
+"xap.log.Logger",
 "xap.session.ClientSession",
+"xap.util.Debug",
 
-
-"xap.xml.XalNamespaceHandler",
-"xap.mco.McoNamespaceHandler",
+"xap.data.DataNamespaceHandler",
 "xap.macro.MacroNamespaceHandler",
+"xap.mco.McoNamespaceHandler",
 "xap.xml.xmodify.XmodifyNamespaceHandler",
-"xap.data.DataNamespaceHandler",
+"xap.xml.XalNamespaceHandler",
 
 
-"xap.application.Application",
-"xap.html.HtmlConnector",
-"xap.util.Debug",
-"xap.bridges.basic.HtmlHostBridge",
 
-"xap.bridges.dojo.DojoWidgetBridge",
-"xap.bridges.dojo.DojoButtonBridge",
-"xap.bridges.dojo.DojoContentPaneBridge",
-"xap.bridges.dojo.DojoFloatingPaneBridge",
-"xap.bridges.dojo.DojoGenericWidgetBridge",
-"xap.bridges.dojo.DojoLayoutPaneBridge",
 
-"xap.bridges.basic.DomNodeBridge",
-"xap.bridges.basic.TextViewBridge",
-"xap.bridges.basic.XInclude",
 
-"xap.bridges.google.GoogleBridge",
-"xap.bridges.google.GoogleInfoWindowBridge",
-"xap.bridges.google.GoogleMapBridge",
-"xap.bridges.google.GoogleMarkerBridge",
-"xap.bridges.google.GoogleMarkersBridge",
-
-"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.data.bridge.ObjectDataSourceBridge",
+"xap.data.bridge.SimpleDocumentDataSourceBridge",
+"xap.data.bridge.BindingBridge",
+"xap.data.bridge.IteratorBridge",
+"xap.data.bridge.FormatterBridge",
+"xap.data.bridge.DecimalFormatterBridge",
+"xap.data.bridge.MessageFormatterBridge",
+"xap.data.bridge.FormatterChainBridge",
 
+"xap.bridges.basic.DomNodeBridge",
+"xap.bridges.basic.DefsBridge",
+"xap.bridges.basic.HtmlViewBridge",
+"xap.bridges.basic.XInclude",
 "xap.bridges.basic.HtmlHostBridge",
 
-"xap.bridges.basic.DefsBridge",
-"xap.bridges.basic.TextViewBridge",
-"xap.bridges.xap.LabelBridge" ,
+"xap.bridges.xap.LabelBridge",
+"xap.bridges.xap.LinkBridge",
 "xap.bridges.xap.ButtonBridge",
 "xap.bridges.xap.CheckboxBridge",
 "xap.bridges.xap.RadioButtonBridge",
 "xap.bridges.xap.XapComboBoxBridge",
-"xap.bridges.xap.ListBoxBridge" ,
+"xap.bridges.xap.EditableComboBoxBridge",
+"xap.bridges.xap.ListBoxBridge",
 "xap.bridges.xap.ListItemBridge",
-	
-		
-		
-"xap.bridges.dojo.SplitPaneBridge" ,
-"xap.bridges.dojo.SplitChildBridge" ,
-"xap.bridges.dojo.SecondSplitChildBridge" ,
-		
+
+"xap.bridges.dojo.VerticalSplitPaneBridge",
+"xap.bridges.dojo.HorizontalSplitPaneBridge",
+"xap.bridges.dojo.SplitChildBridge",
+"xap.bridges.dojo.SplitChildBridge",
+"xap.bridges.dojo.SecondSplitChildBridge",
+"xap.bridges.dojo.SecondSplitChildBridge",
+"xap.bridges.dojo.VerticalToolBarBridge",
+"xap.bridges.dojo.HorizontalToolBarBridge",
 "xap.bridges.dojo.ScrollPaneBridge",
-"xap.bridges.dojo.DesktopPaneBridge" ,
-		
+"xap.bridges.dojo.DesktopPaneBridge",
+"xap.bridges.dojo.DesktopPaneBridge",
 "xap.bridges.dojo.TableBridge",
+"xap.bridges.dojo.TreeTableBridge",
+"xap.bridges.dojo.TreeBridge",
 "xap.bridges.dojo.TabPaneBridge",
 "xap.bridges.dojo.TabBridge",
 "xap.bridges.dojo.FreePanelBridge",
 "xap.bridges.dojo.VerticalPanelBridge",
 "xap.bridges.dojo.HorizontalPanelBridge",
 "xap.bridges.dojo.BorderPanelBridge",
-"xap.bridges.dojo.TextFieldBridge" ,
-"xap.bridges.dojo.PasswordFieldBridge" ,
+"xap.bridges.dojo.TextFieldBridge",
+"xap.bridges.dojo.PasswordFieldBridge",
 "xap.bridges.dojo.TextAreaBridge",
-"xap.bridges.dojo.TableBridge" ,
-"xap.bridges.dojo.RowBridge" ,
+"xap.bridges.dojo.RowBridge",
 "xap.bridges.dojo.ColumnBridge",
-"xap.bridges.dojo.CellBridge" ,
-		
-"xap.bridges.dojo.MenuItemBridge" ,
+"xap.bridges.dojo.CellBridge",
+"xap.bridges.dojo.MenuItemBridge",
 "xap.bridges.dojo.MenuBarBridge",
-"xap.bridges.dojo.MenuBarItemBridge",
 "xap.bridges.dojo.MenuBridge",
-"xap.bridges.dojo.HorizontalSeparatorBridge" ,
-		
+"xap.bridges.dojo.PopupMenuBridge",
+"xap.bridges.dojo.HorizontalSeparatorBridge",
 "xap.bridges.dojo.WindowBridge",
-		
 "xap.bridges.dojo.HorizontalFlowPaneBridge",
-"xap.bridges.dojo.GridPanelBridge"
+"xap.bridges.dojo.GridPanelBridge",
+"xap.bridges.dojo.DojoButtonBridge",
+"xap.bridges.dojo.DojoContentPaneBridge",
+"xap.bridges.dojo.DojoFloatingPaneBridge",
+"xap.bridges.dojo.DojoGenericWidgetBridge",
+"xap.bridges.dojo.DojoLayoutPaneBridge",
+"xap.bridges.dojo.DojoDatePickerBridge",
+"xap.bridges.dojo.DojoColorPaletteBridge",
+
+"xap.bridges.google.GoogleMapBridge",
+"xap.bridges.google.GoogleInfoWindowBridge",
+"xap.bridges.google.GoogleMarkerBridge",
+"xap.bridges.google.GoogleMarkersBridge",
+"xap.bridges.google.GoogleIconsBridge",
+"xap.bridges.google.GoogleIconBridge",
+
+"xap.bridges.yahoo.YahooMapBridge",
+"xap.bridges.yahoo.YahooInfoWindowBridge",
+"xap.bridges.yahoo.YahooMarkerBridge",
+"xap.bridges.yahoo.YahooMarkersBridge",
+"xap.bridges.yahoo.YahooIconsBridge",
+"xap.bridges.yahoo.YahooIconBridge",
+
+"xap.bridges.microsoft.VEMapBridge",
+"xap.bridges.microsoft.VEInfoWindowBridge",
+"xap.bridges.microsoft.VEMarkerBridge",
+"xap.bridges.microsoft.VEMarkersBridge",
+"xap.bridges.microsoft.VEIconsBridge",
+"xap.bridges.microsoft.VEIconBridge",
+
+"xap.bridges.ext.HelloWorldBridge",
+"xap.bridges.ext.HtmlPaneBridge",
+"xap.bridges.ext.EffectsBridge"
 
 ];