Created
March 24, 2012 06:53
-
-
Save henryyan/2179177 to your computer and use it in GitHub Desktop.
package activiti process use ant target
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project name="foo"> | |
<property name="workflow.definition" value="foo-common-core/src/main/resources/diagrams" /> | |
<property name="workflow.deployments" value="foo-common-core/src/main/resources/deployments" /> | |
<target name="workflow.package.oa.leave"> | |
<echo>打包流程定义及流程图::OA-请假</echo> | |
<zip destfile="${workflow.deployments}/oa/leave.zip" basedir="${workflow.definition}/oa/leave" update="true" | |
includes="*.xml,*.png" /> | |
</target> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment