commit | 9e1e8b949671e8b0d07908a96e1891d94beb2a67 | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@ericsson.com> | Mon Mar 26 17:09:39 2018 -0700 |
committer | liamfallon <liam.fallon@ericsson.com> | Mon Mar 26 17:12:42 2018 -0700 |
tree | 4805ec1c0e1cd1d8be0523df18e805d010c9ca29 | |
parent | f6a81de0fd84186d499c39fe5f2d75c20cb0e301 [diff] |
Fix path to logging class The package path of LoggerUtil changed as below: From: import org.onap.policy.drools.utils.LoggerUtil; To: import org.onap.policy.drools.utils.logging.LoggerUtil; Change-Id: I8187d97de5eeab92268baab155fb4de37f4df3ad Issue-ID: POLICY-448 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
This source repository contains ONAP Policy application code. To build it:
The Demo template rule is located in template.demo sub-project. Use that project to protoype and test the .drl demo rule. When finished update the archetype-closedloop-demo-rules project with the .drl. Be sure to remove the Setup rule and comment out any simulation/test code.
The other projects are supporting code used by the template.demo project.