diff options
author | Jose Antonio Marquez | 2012-02-07 11:14:57 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-07 11:14:57 -0800 |
commit | c4c5a8b49bb26d6344edceba73834754bb9930cf (patch) | |
tree | dff25a90b9121d8dcadae5ddcdaed51e1cd0df5c /node_modules/descriptor.json | |
parent | 72d945218dd470770d6a85a557153a58364f9169 (diff) | |
download | ninja-c4c5a8b49bb26d6344edceba73834754bb9930cf.tar.gz |
Adding ability to copy an entire library for Ninja
Added the functionality to copy an entire directory/library from a JSON descriptor file into the app sandbox. Need to add logic to dispatch a 'synchronized' event for Ninja to know everything is up to date.
Diffstat (limited to 'node_modules/descriptor.json')
-rw-r--r-- | node_modules/descriptor.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/descriptor.json b/node_modules/descriptor.json index 27342af7..29273403 100644 --- a/node_modules/descriptor.json +++ b/node_modules/descriptor.json | |||
@@ -1,6 +1,7 @@ | |||
1 | { | 1 | { |
2 | "copyright": "This file contains proprietary software owned by Motorola Mobility, Inc. No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder. (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.", | 2 | "copyright": "This file contains proprietary software owned by Motorola Mobility, Inc. No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder. (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.", |
3 | "version": "0.0.0.0", | 3 | "version": "0.0.0.0", |
4 | "root": "/ninja-internal/node_modules/montage/", | ||
4 | "directories": [{"name": "core", | 5 | "directories": [{"name": "core", |
5 | "children": [{"name": "converter"}, {"name": "event"}, {"name": "geometry"}, {"name": "shim"}] | 6 | "children": [{"name": "converter"}, {"name": "event"}, {"name": "geometry"}, {"name": "shim"}] |
6 | }, | 7 | }, |