Ignore:
Timestamp:
06/08/13 23:04:07 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Reorganizing for builds.

Mixing server and client doesn't play nice with builds. I'm going to
seperate them even more, so they don't share a Dojo version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/qed-server/config/couchdb/config/check.js

    r443 r451  
    33     'dojo/_base/lang',
    44     'dojox/json/schema',
    5      'qed/lib/async',
     5     'qed-client/lib/async',
    66     './util/db',
    7      'qed/model/schema'
     7     'qed-client/model/schema'
    88],function(array,lang,jsonSchema,async,db,schema){
    99
Note: See TracChangeset for help on using the changeset viewer.