feat(traits): add marker traits to schema types

Based on their involvement in activities.
It nearly works perfectly.
This commit is contained in:
Sebastian Thiel
2015-03-03 09:25:42 +01:00
parent f4030f0284
commit c1eeee0591
5 changed files with 83 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ API_DEPS = .api.deps
API_SHARED_INFO = etc/api/shared.yaml
API_JSON_FILES = $(shell find etc -type f -name '*-api.json')
MAKO_LIB_DIR = $(MAKO_SRC)/lib
MAKO_LIB_FILES = $(shell find $(MAKO_LIB_DIR) -type f -name '*.mako' -or -name '*.py')
MAKO_LIB_FILES = $(shell find $(MAKO_LIB_DIR) -type f -name '*.*')
help:
$(info using template engine: '$(TPL)')