server/src/main/webapp/js/config.js
changeset 9 2ab67fa1e78d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/server/src/main/webapp/js/config.js	Thu Aug 16 14:14:09 2012 +0200
@@ -0,0 +1,31 @@
+//
+// Config file. Split out from the app for ease of overlaying a new config
+// without affecting the app controller.
+//
+// Copyright (c) The Dojo Foundation 2011. All Rights Reserved.
+//
+var dojoConfig = {
+	baseUrl: '/renkan',
+	async:true,
+	paths : {
+	   coweb : 'lib/coweb',
+	   cowebx: 'lib/cowebx',
+	   org : 'lib/org'
+	},
+	packages:[{
+		name: 'dojo',
+		location:'https://ajax.googleapis.com/ajax/libs/dojo/1.7.0/dojo',
+		main:'main'
+	},
+	{
+		name: 'dijit',
+		location:'https://ajax.googleapis.com/ajax/libs/dojo/1.7.0/dijit',
+		main:'main'
+	},
+	{
+		name: 'dojox',
+		location:'https://ajax.googleapis.com/ajax/libs/dojo/1.7.0/dojox',
+		main:'main'
+	}]
+};
+