Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-15 21:30:24 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-15 21:30:24 (GMT)
commit51acf16dba34336bab96591c74235c87ef397e91 (patch)
tree338b7cf40b669d5a607bcb4f15f3538ec400ab6c /config
parentc26bdad106685cb56186e4c31482479d39917180 (diff)
Use index.json for packages and deps too
Diffstat (limited to 'config')
-rw-r--r--config/deps/index.json4
-rw-r--r--config/packages/index.json2
2 files changed, 6 insertions, 0 deletions
diff --git a/config/deps/index.json b/config/deps/index.json
new file mode 100644
index 0000000..feb7142
--- /dev/null
+++ b/config/deps/index.json
@@ -0,0 +1,4 @@
+["system.json",
+ "sugar-build.json",
+ "sugar-buildtime.json",
+ "sugar-runtime.json"]
diff --git a/config/packages/index.json b/config/packages/index.json
new file mode 100644
index 0000000..bab6e79
--- /dev/null
+++ b/config/packages/index.json
@@ -0,0 +1,2 @@
+["basesystem.json",
+ "deps.json"]