diff options
author | daniel <dc443y@att.com> | 2017-10-06 10:08:21 -0500 |
---|---|---|
committer | daniel <dc443y@att.com> | 2017-10-06 10:08:35 -0500 |
commit | ff94dea51430832d739c0e932b3df13dd1d7ccfc (patch) | |
tree | 8894e0db8acfe6246289b951ca138bb36aecdcfc /controlloop/templates/template.demo.v1.0.0/pom.xml | |
parent | db6d2468fc672a23ed152b8624b34de01ff13233 (diff) |
Fix Build Errors
Removing the legacy "demo" project as this uses obsolete
code. The operation and control loop timeouts were increased
to allow more time for the simulators to respond.
Issue-Id: POLICY-291
Change-Id: I1143352cefaf9749ca0eca55927960535b2599b8
Signed-off-by: Daniel Cruz <dc443y@att.com>
Diffstat (limited to 'controlloop/templates/template.demo.v1.0.0/pom.xml')
-rw-r--r-- | controlloop/templates/template.demo.v1.0.0/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/controlloop/templates/template.demo.v1.0.0/pom.xml b/controlloop/templates/template.demo.v1.0.0/pom.xml index f32ed27bf..de65d24b2 100644 --- a/controlloop/templates/template.demo.v1.0.0/pom.xml +++ b/controlloop/templates/template.demo.v1.0.0/pom.xml @@ -34,7 +34,6 @@ <modules> <module>archetype-cl-legacy</module> - <module>template.demo</module> </modules> </project> |