[Roots] Move my-items to separate bundle

My Items root is now opt-in, and does not need to be enabled for all
deployments.  My Items is enabled by default in the development edition.

https://github.com/nasa/openmct/issues/1251
This commit is contained in:
Pete Richards
2016-10-13 18:04:37 -07:00
parent 1947802a35
commit 891412bdb9
4 changed files with 48 additions and 11 deletions

View File

@@ -409,16 +409,6 @@ define([
]
}
],
"roots": [
{
"id": "mine",
"model": {
"name": "My Items",
"type": "folder",
"composition": []
}
}
],
"runs": [
{
"implementation": TransactingMutationListener,