Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Woeltjen <victor.woeltjen@nasa.gov>2016-02-03 02:59:17 +0300
committerVictor Woeltjen <victor.woeltjen@nasa.gov>2016-02-03 02:59:17 +0300
commit4cb183adc3f0dcc9abbd5b38fbe3ceddb77935de (patch)
treed62185d5f78f483ee3e5bc4efdbd7b47ba098a49 /README.md
parent52b01e8bdbafe77e676f72d1d9d256ceec82e0b1 (diff)
[Build] Remove obsolete README section
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/README.md b/README.md
index 59ba6cfff..f01cc9497 100644
--- a/README.md
+++ b/README.md
@@ -20,27 +20,6 @@ directory names) to include in a running instance of Open MCT Web. Adding or
removing paths from this list will add or remove bundles from the running
application.
-### Bundle Contents
-
-A bundle directory will contain:
-
-* `bundle.json`, the declaration of the bundles contents.
-* A source code directory, named `src` by convention. This contains all
- JavaScript sources exposed by the bundle. These are declared as
- AMD modules.
-* A directory for other resources, named `res` by convention. This
- contains all HTML templates, CSS files, images, and so forth to be
- used within a given bundle.
-* A library directory, named `lib` by convention. This contains all
- external libraries used and/or exposed by the bundle.
-* A test directory, named `test` by convention. This contains all unit
- tests declared for the bundle, as well as a `suite.json` that acts
- as a listing of these dependencies. See the section on unit testing
- below.
-
-Following these bundle conventions is required, at present, to ensure
-that Open MCT Web (and its build and tests) execute correctly.
-
## Tests
Tests are written for [Jasmine 1.3](http://jasmine.github.io/1.3/introduction.html)