From b62b9d5b3dfd1dfacaf9111f85d40dd246d2b90e Mon Sep 17 00:00:00 2001
From: Jose Antonio Marquez
Date: Wed, 8 Feb 2012 16:33:09 -0800
Subject: Adding a purge library method

Added a delete libraries function to delete all libraries in Chrome sandbox (as in a force delete). Also updated descriptor files to go with new directory layout of files and relation to the relatives paths used by the packed app and it's manifest.
---
 js/io/system/ninjalibrary.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'js/io/system/ninjalibrary.json')

diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json
index 87dff7f6..272cc2c7 100644
--- a/js/io/system/ninjalibrary.json
+++ b/js/io/system/ninjalibrary.json
@@ -1,6 +1,6 @@
 {
 	"libraries": [
-		{"name": "Montage", "path": "/ninja-internal/node_modules/descriptor.json", "version": "0.6.0"}, 
-		{"name": "RDGE", "path": "/ninja-internal/js/helper-classes/RDGE/rdge-compiled.js", "version": "0.6.0", "file": "rdge-compiled.js"}
+		{"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.6.0"}, 
+		{"name": "RDGE", "path": "/js/helper-classes/RDGE/rdge-compiled.js", "version": "0.6.0", "file": "rdge-compiled.js"}
 	]
 }
\ No newline at end of file
-- 
cgit v1.2.3