[Framework] Add bundle definition

Add an (empty) bundle definition for the framework
component. This has the practical effect of avoiding
404 errors in the console log, since platform/framework
is included in bundles.json (the set of active bundles)
in order to ensure detection by the test framework.
This also provides a place for possible future
extensions provided by the framework itself.

WTD-572.
This commit is contained in:
Victor Woeltjen 2014-11-20 10:41:39 -08:00
parent 08ff75c9c0
commit 05f4832608

View File

@ -0,0 +1,5 @@
{
"name": "Open MCT Web Framework Component",
"description": "Framework layer for Open MCT Web; interprets bundle definitions and serves as an intermediary between Require and Angular.",
"extensions": {}
}