Changed the requires file to take 'before' and 'after' parameters to declare forward and backward dependencies. Declaring 'before' will FORCE the listed module to be installed along with this one. See the docs.

This commit is contained in:
2012-08-23 21:32:27 -04:00
parent 68c32cadf3
commit 86b19b9743
5 changed files with 84 additions and 18 deletions

0
balls/entities/requires Normal file
View File

View File

@@ -1 +1,2 @@
entities
after entities
before users

View File

@@ -1,2 +1 @@
entities
groups
after entities