From 2c728c842d70bfd5c2b51a0b95964905cf8eb059 Mon Sep 17 00:00:00 2001 From: lqjacklee Date: Sat, 1 Aug 2015 09:07:10 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9fixflow-test=E7=9A=84clas?= =?UTF-8?q?spath=E6=96=87=E4=BB=B6=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=9C=80=E8=A6=81=E5=AF=BC=E5=85=A5=E7=9A=84jar?= =?UTF-8?q?=E5=8C=85=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fixflow-test/.classpath | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fixflow-test/.classpath b/fixflow-test/.classpath index 0d84e3fe..0c0f6f2a 100644 --- a/fixflow-test/.classpath +++ b/fixflow-test/.classpath @@ -7,5 +7,14 @@ + + + + + + + + + From 549ec4e52cd7ac59ec078f4b321135f82b7f4abc Mon Sep 17 00:00:00 2001 From: lqjacklee Date: Sun, 2 Aug 2015 10:28:29 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9C=AA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/founder/fix/fixflow/service/FlowIdentityService.java | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/fixflow-common-servlet/src/main/java/com/founder/fix/fixflow/service/FlowIdentityService.java b/modules/fixflow-common-servlet/src/main/java/com/founder/fix/fixflow/service/FlowIdentityService.java index 02b19a43..3a083dc1 100644 --- a/modules/fixflow-common-servlet/src/main/java/com/founder/fix/fixflow/service/FlowIdentityService.java +++ b/modules/fixflow-common-servlet/src/main/java/com/founder/fix/fixflow/service/FlowIdentityService.java @@ -17,7 +17,6 @@ */ package com.founder.fix.fixflow.service; -import java.sql.Connection; import java.sql.SQLException; import java.util.Map; From bedb81a2d6556d6669a19c3f4e7ee9746f41f149 Mon Sep 17 00:00:00 2001 From: lqjacklee Date: Sun, 2 Aug 2015 10:32:28 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fix/fixflow/service/impl/FlowCenterServiceImpl.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/fixflow-common-servlet/src/main/java/com/founder/fix/fixflow/service/impl/FlowCenterServiceImpl.java b/modules/fixflow-common-servlet/src/main/java/com/founder/fix/fixflow/service/impl/FlowCenterServiceImpl.java index 9d41356f..67d1f91d 100644 --- a/modules/fixflow-common-servlet/src/main/java/com/founder/fix/fixflow/service/impl/FlowCenterServiceImpl.java +++ b/modules/fixflow-common-servlet/src/main/java/com/founder/fix/fixflow/service/impl/FlowCenterServiceImpl.java @@ -22,7 +22,6 @@ import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; -import java.sql.Connection; import java.sql.SQLException; import java.util.ArrayList; import java.util.Date; @@ -45,7 +44,6 @@ import com.founder.fix.fixflow.core.impl.bpmn.behavior.TaskCommandInst; import com.founder.fix.fixflow.core.impl.bpmn.behavior.UserTaskBehavior; import com.founder.fix.fixflow.core.impl.command.ExpandTaskCommand; -import com.founder.fix.fixflow.core.impl.identity.GroupDefinition; import com.founder.fix.fixflow.core.impl.identity.GroupTo; import com.founder.fix.fixflow.core.impl.identity.UserTo; import com.founder.fix.fixflow.core.impl.task.QueryExpandTo; @@ -54,7 +52,6 @@ import com.founder.fix.fixflow.core.runtime.ProcessInstance; import com.founder.fix.fixflow.core.runtime.ProcessInstanceQuery; import com.founder.fix.fixflow.core.runtime.ProcessInstanceType; -import com.founder.fix.fixflow.core.task.IdentityLink; import com.founder.fix.fixflow.core.task.TaskInstance; import com.founder.fix.fixflow.core.task.TaskQuery; import com.founder.fix.fixflow.service.FlowCenterService;