From 5acc490fa6f77a9ed7b5976ee6a2e22b070df5bf Mon Sep 17 00:00:00 2001 From: ludc Date: 星期二, 09 七月 2024 09:49:36 +0800 Subject: [PATCH] 角色管理联调修改、部门管理接口等代码上传 --- Source/Service/WFWorkItem/build-jar.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Source/Service/WFWorkItem/build-jar.xml b/Source/Service/WFWorkItem/build-jar.xml index 9ff8029..72b1c42 100644 --- a/Source/Service/WFWorkItem/build-jar.xml +++ b/Source/Service/WFWorkItem/build-jar.xml @@ -2,7 +2,7 @@ <!--classes.jar; src.jar--> <project name = "platform-WFPlugins" default = "build-WFPlugins-jar" basedir = "."> - <property file="build.properties"/> + <property file="../../build.properties"/> <target name="time"> <tstamp> @@ -28,5 +28,7 @@ <include name="**.jar" /> </fileset> </copy> + + </target> </project> \ No newline at end of file -- Gitblit v1.10.0