diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-09-18 14:16:36 -0400 |
---|---|---|
committer | Spencer Seidel <spence@research.att.com> | 2017-09-18 18:26:31 +0000 |
commit | c028ba557d33cddd5c7a8c346cc2a88afb853279 (patch) | |
tree | 5f997fa912a09ef19a60f2efec9ac15e072d4bff /.gitmodules | |
parent | 6890092fa4c71c1ec147a85fa7076c45717e7676 (diff) |
Add policy submodule
Adding the policy/engine submodule.
Change-Id: I529b3adc3c3448613d01108801c1449d6fe524ab
Issue-ID: POLICY-190
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 761a85aac..bfb80148a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -48,3 +48,9 @@ url = ../aaf/authz branch = . ignore = dirty +[submodule "docs/submodules/policy/engine.git"] + path = docs/submodules/policy/engine.git + url = ../policy/engine + branch = . + ignore = dirty + |