Author: linus Date: 2008-02-19 10:54:28-0800 New Revision: 14134 Modified: trunk/src/app/.classpath
Log: Compile the tests. Modified: trunk/src/app/.classpath Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/.classpath?view=diff&rev=14134&p1=trunk/src/app/.classpath&p2=trunk/src/app/.classpath&r1=14133&r2=14134 ============================================================================== --- trunk/src/app/.classpath (original) +++ trunk/src/app/.classpath 2008-02-19 10:54:28-0800 @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> + <classpathentry kind="src" output="argouml-app/build-eclipse-tests" path="tests"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry exported="true" kind="lib" path="lib/antlrall-2.7.2.jar"/> @@ -9,5 +10,8 @@ <classpathentry exported="true" kind="lib" path="lib/ocl-argo-1.1.jar"/> <classpathentry exported="true" kind="lib" path="lib/swidgets-0.1.4.jar"/> <classpathentry kind="lib" path="lib/toolbar-1.4.1-20071227.jar"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/> + <classpathentry kind="lib" path="/argouml-core-tools/lib/easymock12.jar"/> + <classpathentry kind="lib" path="/argouml-core-tools/jdepend-2.9/lib/jdepend-2.9.jar"/> + <classpathentry kind="output" path="build-eclipse"/> </classpath> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
