提交 4628d892 编写于 作者: B bernd.ruecker

classloading problems if cycle.jar is not present in webapp-rest/WEB-INF/lib

上级 cb05ee2e
......@@ -117,10 +117,8 @@
<!-- Copy activiti-cycle, spring-surf and xstream jars to lib directory of activiti-rest -->
<copy todir="${target.distro.root}/setup/files/webapps/activiti-rest.war/WEB-INF/lib">
<fileset dir="../modules/activiti-cycle/target">
<!-- exlude it, since it must be copied into the lib directory (see above)
<include name="activiti-cycle-*.jar"/>
-->
<fileset dir="../modules/activiti-cycle/target">
<include name="activiti-cycle-*.jar"/>
<include name="spring-surf-*.jar"/>
</fileset>
<fileset dir="../modules/activiti-webapp-rest/target/activiti-webapp-rest-${activiti.version}/WEB-INF/lib/">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册