server/src/main/webapp/js/config.js
author ymh <ymh.work@gmail.com>
Tue, 11 Dec 2012 00:01:41 +0100
changeset 46 7e132e2a48ca
parent 45 37c9a17c3284
permissions -rw-r--r--
add most of the model and repositories

//
// 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',
	   corenkan: 'js/corenkan',
	},
	/*packages:[{
		name: 'dojo',
		location:'lib/dojo',
		main:'main'
	},
	{
		name: 'dijit',
		location:'lib/dijit',
		main:'main'
	},
	{
		name: 'dojox',
		location:'lib/dojox',
		main:'main'
	}]*/
};