This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 09e9ec99cd1dba9917927cbd39f8a5f5ded8dbe8
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Mon Dec 3 12:59:03 2018 +0100

    [SYNCOPE-1406] Flowable local directory was changed by SYNCOPE-1369
---
 deb/core/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/deb/core/pom.xml b/deb/core/pom.xml
index 9c0f0af..45f8f71 100644
--- a/deb/core/pom.xml
+++ b/deb/core/pom.xml
@@ -160,19 +160,19 @@ under the License.
         <filtering>true</filtering>
       </resource>
       <resource>
-        
<directory>${basedir}/../../core/workflow-flowable/src/main/resources</directory>
+        
<directory>${basedir}/../../core/provisioning-java/src/main/resources</directory>
         <includes>
-          <include>workflow.properties</include>
-          <include>userWorkflow.bpmn20.xml</include>
+          <include>mail.properties</include>
+          <include>connid.properties</include>
         </includes>
         <targetPath>${project.build.directory}/etc</targetPath>
         <filtering>true</filtering>
       </resource>
       <resource>
-        
<directory>${basedir}/../../core/provisioning-java/src/main/resources</directory>
+        
<directory>${basedir}/../../ext/flowable/flowable-bpmn/src/main/resources</directory>
         <includes>
-          <include>mail.properties</include>
-          <include>connid.properties</include>
+          <include>workflow.properties</include>
+          <include>userWorkflow.bpmn20.xml</include>
         </includes>
         <targetPath>${project.build.directory}/etc</targetPath>
         <filtering>true</filtering>

Reply via email to