Ability to have several MuranoPL classes in single YAML file

Classes are separated using YAML document separator (3 dashes).
Empty documents are skipped. If the class doesn't have Namespace
section corresponding section from the previous class in the same
file is used. Thus it is possible to declare namespace prefixes once
at the file header. Even if there are several classes in one file all of
them are still required to be declared in manifest file (except for
the DSL unit tests that don't have manifests)

Change-Id: Ic8df487d8a7c327f085f9723c251e99fa998c481
This commit is contained in:
Stan Lagun 2016-02-21 21:23:06 +03:00
parent 6359ae3cae
commit 4b6634c7b8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Namespaces:
=: io.murano.apps
std: io.murano
Name: MockApp
# Name: MockApp # use name from the manifest
Extends: std:Application