Author: tfmorris Date: 2008-04-20 17:10:18-0700 New Revision: 14427 Modified: trunk/src/argouml-core-model-mdr/build.xml
Log: Fix JUnit path for all-in-one checkout builds (e.g. nightly) Modified: trunk/src/argouml-core-model-mdr/build.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model-mdr/build.xml?view=diff&rev=14427&p1=trunk/src/argouml-core-model-mdr/build.xml&p2=trunk/src/argouml-core-model-mdr/build.xml&r1=14426&r2=14427 ============================================================================== --- trunk/src/argouml-core-model-mdr/build.xml (original) +++ trunk/src/argouml-core-model-mdr/build.xml 2008-04-20 17:10:18-0700 @@ -89,7 +89,8 @@ <path id="junit.classpath"> <pathelement location="${junit.jar.path}"/> <pathelement location="${argo.tools.dir}/junit-3.8.2/junit.jar"/> - <pathelement location="${argo.root.dir}/tools/junit-3.8.2/junit.jar"/> + <!-- root used to be the argouml dir, but now its argouml/src --> + <pathelement location="${argo.root.dir}/../tools/junit-3.8.2/junit.jar"/> </path> <path id="tests.compile.classpath"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
