From 964b127fc75e202d3c661454dbea58acf2b234c6 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Thu, 28 Mar 2019 01:12:10 -0500 Subject: Initial lifecycle state machine. Basic state machine and initial functionality to transition to the Active state via Engine commands and StateUpdate messages. Change-Id: I8212bd264dbbea446d4e682918f9360e3984887f Issue-ID: POLICY-1608 Signed-off-by: Jorge Hernandez Signed-off-by: jhh --- .../services/org.onap.policy.drools.features.PolicyEngineFeatureAPI | 1 + 1 file changed, 1 insertion(+) create mode 100644 feature-lifecycle/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI (limited to 'feature-lifecycle/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI') diff --git a/feature-lifecycle/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI b/feature-lifecycle/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI new file mode 100644 index 00000000..78cf97eb --- /dev/null +++ b/feature-lifecycle/src/main/resources/META-INF/services/org.onap.policy.drools.features.PolicyEngineFeatureAPI @@ -0,0 +1 @@ +org.onap.policy.drools.lifecycle.LifecycleFeature -- cgit 1.2.3-korg