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/09 20:23:19 UTC

svn commit: r473060 - /incubator/xap/trunk/buildscripts/profiles/xapcore-razorfish.profile.js

Author: bbuffone
Date: Thu Nov  9 12:23:19 2006
New Revision: 473060

URL: http://svn.apache.org/viewvc?view=rev&rev=473060
Log:
small profile for just xModify.

Added:
    incubator/xap/trunk/buildscripts/profiles/xapcore-razorfish.profile.js

Added: incubator/xap/trunk/buildscripts/profiles/xapcore-razorfish.profile.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/buildscripts/profiles/xapcore-razorfish.profile.js?view=auto&rev=473060
==============================================================================
--- incubator/xap/trunk/buildscripts/profiles/xapcore-razorfish.profile.js (added)
+++ incubator/xap/trunk/buildscripts/profiles/xapcore-razorfish.profile.js Thu Nov  9 12:23:19 2006
@@ -0,0 +1,19 @@
+// 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.xml.xmodify.XmodifyNamespaceHandler",
+"xap.macro.MacroNamespaceHandler"
+
+];
+
+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");