svn commit: r14165 - trunk/src/app/tests/org/argouml/TestDependencies.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: euluis
Date: 2008-02-28 15:01:46-0800
New Revision: 14165

Modified:
   trunk/src/app/tests/org/argouml/TestDependencies.java

Log:
issue 4625: fixed paths to .class files after repository restructuring

Modified: trunk/src/app/tests/org/argouml/TestDependencies.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/tests/org/argouml/TestDependencies.java?view=diff&rev=14165&p1=trunk/src/app/tests/org/argouml/TestDependencies.java&p2=trunk/src/app/tests/org/argouml/TestDependencies.java&r1=14164&r2=14165
==============================================================================
--- trunk/src/app/tests/org/argouml/TestDependencies.java	(original)
+++ trunk/src/app/tests/org/argouml/TestDependencies.java	2008-02-28 15:01:46-0800
@@ -64,7 +64,7 @@
         JDepend jdepend = new JDepend();
 
         try {
-	    jdepend.addDirectory("../argouml");
+	    jdepend.addDirectory("build-eclipse");
 	} catch (IOException e) {
 	    // Ignore if the directory does not exist.
 	    // This error will throw when running from the ant setup.
@@ -72,7 +72,7 @@
 	}
 
 	try {
-	    jdepend.addDirectory("../build/classes");
+	    jdepend.addDirectory("build/classes");
 	} catch (IOException e) {
 	    // Ignore if the directory does not exist.
 	    // This error will throw when running from the Eclipse setup.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.