Author: bago Date: Thu Mar 22 02:34:17 2007 New Revision: 521169 URL: http://svn.apache.org/viewvc?view=rev&rev=521169 Log: Applied the just added ${junit.jar} variable to phoenix-deployment/build.xml
Modified: james/server/trunk/phoenix-deployment/build.xml Modified: james/server/trunk/phoenix-deployment/build.xml URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/build.xml?view=diff&rev=521169&r1=521168&r2=521169 ============================================================================== --- james/server/trunk/phoenix-deployment/build.xml (original) +++ james/server/trunk/phoenix-deployment/build.xml Thu Mar 22 02:34:17 2007 @@ -853,8 +853,8 @@ --> <target name="unit-tests-classpath" depends="compile"> <path id="unittest.class.path"> - <pathelement location="../stage/junit/junit.jar"/> <fileset dir="${lib.dir}"> + <include name="${junit.jar}"/> <include name="${commons-net.jar}"/> <include name="${jmock.jar}"/> </fileset> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]