svn commit: r13427 - trunk/tools: . apache-ant-1.6.5 jdepend-2.2 junit-3.8.1
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris Date: 2007-08-21 00:15:13-0700 New Revision: 13427 Removed: trunk/tools/apache-ant-1.6.5/ trunk/tools/jdepend-2.2/ trunk/tools/junit-3.8.1/ Modified: trunk/tools/.classpath Log: Update to JUnit 3.8.2. Remove obsolete versions of tools. Modified: trunk/tools/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/.classpath?view=diff&rev=13427&p1=trunk/tools/.classpath&p2=trunk/tools/.classpath&r1=13426&r2=13427 ============================================================================== --- trunk/tools/.classpath (original) +++ trunk/tools/.classpath 2007-08-21 00:15:13-0700 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> + <classpathentry exported="true" kind="lib" path="junit-3.8.2/junit.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry exported="true" kind="lib" path="apache-ant-1.6.5/lib/ant.jar"/> - <classpathentry exported="true" kind="lib" path="junit-3.8.1/junit.jar"/> <classpathentry exported="true" kind="lib" path="lib/easymock12.jar"/> + <classpathentry exported="true" kind="lib" path="apache-ant-1.7.0/lib/ant.jar"/> <classpathentry kind="output" path="build-eclipse"/> </classpath>