Skip to content

Instantly share code, notes, and snippets.

@henryyan
Created March 24, 2012 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henryyan/2179177 to your computer and use it in GitHub Desktop.
Save henryyan/2179177 to your computer and use it in GitHub Desktop.
package activiti process use ant target
<?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