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:03:21 UTC

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

Author: jmargaris
Date: Wed Aug 16 17:03:21 2006
New Revision: 432076

URL: http://svn.apache.org/viewvc?rev=432076&view=rev
Log: (empty)

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

Added: incubator/xap/trunk/buildscripts/profiles/xap-min.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/xap-min.profile.js?rev=432076&view=auto
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/xap-min.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/xap-min.profile.js Wed Aug 16 17:03:21 2006
@@ -0,0 +1,17 @@
+// 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"
+
+];
+
+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/buildscripts/profiles/xap-min.profile.js
------------------------------------------------------------------------------
    svn:eol-style = native