[Framework] Continue implementing fundamentals

Continue implementing classes which represent fundamental
concepts within the framework layer. WTD-518.

In particular, add methods which will be useful during the
extension resolution phase of framework start up.
This commit is contained in:
Victor Woeltjen
2014-11-03 08:44:52 -08:00
parent 12f43d1c8d
commit 0e82250c84
4 changed files with 95 additions and 10 deletions

View File

@ -6,5 +6,12 @@
define({
MODULE_NAME: "OpenMCTWeb",
BUNDLE_LISTING_FILE: "bundles.json",
BUNDLE_FILE: "bundle.json"
BUNDLE_FILE: "bundle.json",
SEPARATOR: "/",
DEFAULT_BUNDLE: {
"sources": "src",
"resources": "res",
"test": "test",
"extensions": {}
}
});