Author: alex.guizar(a)jboss.com
Date: 2008-08-22 03:25:03 -0400 (Fri, 22 Aug 2008)
New Revision: 1980
Modified:
jbpm3/branches/jpdl-3.2.3.CP/bpel/examples/loan/build.xml
Log:
added junit dependency
Modified: jbpm3/branches/jpdl-3.2.3.CP/bpel/examples/loan/build.xml
===================================================================
--- jbpm3/branches/jpdl-3.2.3.CP/bpel/examples/loan/build.xml 2008-08-22 05:17:36 UTC (rev
1979)
+++ jbpm3/branches/jpdl-3.2.3.CP/bpel/examples/loan/build.xml 2008-08-22 07:25:03 UTC (rev
1980)
@@ -34,6 +34,7 @@
<target name="compile.test.dependencies">
<path id="test.path">
<path refid="jboss.path" />
+ <pathelement location="${lib.junit.local}" />
<pathelement location="${lib.jbpm.bpel.tools.jar.local}" />
<pathelement location="${output.classes.dir}" />
<pathelement location="../task/${output.classes.dir}" />
Show replies by date