svn commit: r13435 - trunk/src/model-mdr/build.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2007-08-24 03:38:30-0700
New Revision: 13435
Modified:
trunk/src/model-mdr/build.xml
Log:
Update junit version should also be applied here...
Modified: trunk/src/model-mdr/build.xml
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model-mdr/build.xml?view=diff&rev=13435&p1=trunk/src/model-mdr/build.xml&p2=trunk/src/model-mdr/build.xml&r1=13434&r2=13435
==============================================================================
--- trunk/src/model-mdr/build.xml (original)
+++ trunk/src/model-mdr/build.xml 2007-08-24 03:38:30-0700
@@ -75,8 +75,8 @@
<!-- Define a few places we can find Junit -->
<path id="junit.classpath">
<pathelement location="${junit.jar.path}"/>
- <pathelement location="${argo.tools.dir}/junit-3.8.1/junit.jar"/>
- <pathelement location="${argo.root.dir}/tools/junit-3.8.1/junit.jar"/>
+ <pathelement location="${argo.tools.dir}/junit-3.8.2/junit.jar"/>
+ <pathelement location="${argo.root.dir}/tools/junit-3.8.2/junit.jar"/>
</path>
<path id="run.classpath">