Rename extensions to packages

We now look at the `core.disabledPackages` config key. Rename the `src/extensions` directory to `src/packages`. The config object now talks about loading packages instead of extensions.
This commit is contained in:
Nathan Sobo
2012-12-18 20:03:21 -07:00
parent 37f0aa3f90
commit 4ce8583cb2
74 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ paths = [
"#{window.resourcePath}/benchmark"
"#{window.resourcePath}/src/stdlib"
"#{window.resourcePath}/src/app"
"#{window.resourcePath}/src/extensions"
"#{window.resourcePath}/src/packages"
"#{window.resourcePath}/src"
"#{window.resourcePath}/vendor"
"#{window.resourcePath}/static"