From 62cb1e3f3e41bdca2f9e2e3cf4e8890da34c7e76 Mon Sep 17 00:00:00 2001 From: chenchuanyu Date: Mon, 30 Mar 2020 17:00:28 +0800 Subject: [PATCH] Move the groovy script to the right folder Move the groovy script to the right folder Issue-ID: SO-2368 Change-Id: I9bf70d038c2893115e9cfd728e6d1ceafb94e2c1 Signed-off-by: chenchuanyu Change-Id: I01f4a31808626ecb91cf1b2b25131e5edee308ad (cherry picked from commit 7afcb6b9c3be874059580ef75158ebecedfb6bc9) --- .../so/bpmn/infrastructure/{ => scripts}/HandleOrchestrationTask.groovy | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/{ => scripts}/HandleOrchestrationTask.groovy (100%) diff --git a/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/HandleOrchestrationTask.groovy b/bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/HandleOrchestrationTask.groovy similarity index 100% rename from bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/HandleOrchestrationTask.groovy rename to bpmn/so-bpmn-infrastructure-common/src/main/groovy/org/onap/so/bpmn/infrastructure/scripts/HandleOrchestrationTask.groovy -- 2.16.6