求教:关于利用ant打包流程文档的问题

liangfeifei 2008-04-27
参考jbpm帮助文档,利用ant打包流程如下:
<target name="deploy.par">
<taskdef name="deploypar" classname="org.jbpm.ant.DeployProcessTask">
<classpath --make sure the jbpm-[version].jar is in this classpath--/>
</taskdef>
<deploypar par="build/myprocess.par" />
</target>
其中classpath除了jbpm-jpdl外,还需要包括哪些包?
如果想在流程文档中加各种配置文件,比如:hibernate.cfg.xml ,应该该如何加入,各位高手能不能给出一个实例?