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/24 00:28:59 UTC

svn commit: r434269 - /incubator/xap/trunk/src/xap/Xap.js

Author: jmargaris
Date: Wed Aug 23 17:28:58 2006
New Revision: 434269

URL: http://svn.apache.org/viewvc?rev=434269&view=rev
Log:
adjusted paths again

Modified:
    incubator/xap/trunk/src/xap/Xap.js

Modified: incubator/xap/trunk/src/xap/Xap.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/Xap.js?rev=434269&r1=434268&r2=434269&view=diff
==============================================================================
--- incubator/xap/trunk/src/xap/Xap.js (original)
+++ incubator/xap/trunk/src/xap/Xap.js Wed Aug 23 17:28:58 2006
@@ -18,18 +18,18 @@
 Xap = function () {}
 
 
-dojo.hostenv.setModulePrefix("dojo", "../../dojo/src");
-dojo.hostenv.setModulePrefix("xap", "../../xap");
-dojo.hostenv.setModulePrefix("google", "../../google");
+dojo.hostenv.setModulePrefix("dojo", "../dojo/src");
+dojo.hostenv.setModulePrefix("xap", "../xap");
+dojo.hostenv.setModulePrefix("google", "../google");
 
 //if the user does not have a base relative path set
 //then set it to a good default that works with our build scripts
 //and deployment structure
 if (!djConfig){
-	djConfig = { baseRelativePath : "../../src/dojo/src/"};
+	djConfig = { baseRelativePath : "../../src/dojo/"};
 }
 else if (!djConfig.baseRelativePath){
-	djConfig.baseRelativePath = "../../src/dojo/src/";
+	djConfig.baseRelativePath = "../../src/dojo/";
 }