Project

General

Profile

Download (553 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / client-user-3.0 / app.js @ master

1
/*
2
    This file is generated and updated by Sencha Cmd. You can edit this file as
3
    needed for your application, but these edits will have to be merged by
4
    Sencha Cmd when upgrading.
5
*/
6

    
7
Ext.application({
8
    name: 'sitools.user',
9

    
10
    extend: 'sitools.user.Application',
11
    
12
    paths : {
13
        "Ext.ux" : "../client-public/js/ux",
14
        "sitools.public" : "../client-public/js",
15
        "sitools.extension" : "../client-extension/js",
16
        //For development :
17
        "GeoExt": "../client-public/cots/geoext2-2.0.2/src/GeoExt"
18
    }
19
});