[jbpm-commits] JBoss JBPM SVN: r4995 - jbpm4/trunk/modules/distro/src/main/files/examples.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 4 11:17:33 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-06-04 11:17:33 -0400 (Thu, 04 Jun 2009)
New Revision: 4995

Modified:
   jbpm4/trunk/modules/distro/src/main/files/examples/build.xml
Log:
updates :-)

Modified: jbpm4/trunk/modules/distro/src/main/files/examples/build.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/files/examples/build.xml	2009-06-04 14:18:40 UTC (rev 4994)
+++ jbpm4/trunk/modules/distro/src/main/files/examples/build.xml	2009-06-04 15:17:33 UTC (rev 4995)
@@ -39,7 +39,7 @@
   <!-- ### DEPLOY EXAMPLE BUSINESS ARCHIVES ############################### -->
   <target name="deploy.examples" 
           description="deploys all the example processes"
-  	      depends="jbpm.libs.path">
+  	      depends="jbpm.libs.path, examples.jar">
     <mkdir dir="${jbpm.home}/examples/target" />
   	<copy file="${jbpm.home}/db/hibernate.cfg/${database}.hibernate.cfg.xml"
   	      tofile="${jbpm.home}/examples/target/classes/jbpm.hibernate.cfg.xml" 




More information about the jbpm-commits mailing list