svn commit: r15083 - branches/gsoc2008/work_criticsprofiles_maurelio1234/.classpath
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: maurelio1234 Date: 2008-06-25 07:37:06-0700 New Revision: 15083 Modified: branches/gsoc2008/work_criticsprofiles_maurelio1234/.classpath Log: adding junit to classpath (otherwise test won't compile) Modified: branches/gsoc2008/work_criticsprofiles_maurelio1234/.classpath Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2008/work_criticsprofiles_maurelio1234/.classpath?view=diff&rev=15083&p1=branches/gsoc2008/work_criticsprofiles_maurelio1234/.classpath&p2=branches/gsoc2008/work_criticsprofiles_maurelio1234/.classpath&r1=15082&r2=15083 ============================================================================== --- branches/gsoc2008/work_criticsprofiles_maurelio1234/.classpath (original) +++ branches/gsoc2008/work_criticsprofiles_maurelio1234/.classpath 2008-06-25 07:37:06-0700 @@ -1,17 +1,18 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" output="build-eclipse-tests" path="tests"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry exported="true" kind="lib" path="lib/antlr-2.7.7.jar"/> - <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.2.jar"/> - <classpathentry exported="true" kind="lib" path="lib/gef-0.12.4BETA3.jar" sourcepath="/gef/src"/> - <classpathentry exported="true" kind="lib" path="lib/ocl-argo-1.1.jar"/> - <classpathentry exported="true" kind="lib" path="lib/swidgets-0.1.4.jar" sourcepath="/swidgets/src"/> - <classpathentry exported="true" kind="lib" path="lib/toolbar-1.4.1-20071227.jar" sourcepath="/toolbar/src"/> - <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> +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" output="build-eclipse-tests" path="tests"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> + <classpathentry exported="true" kind="lib" path="lib/antlr-2.7.7.jar"/> + <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.0.2.jar"/> + <classpathentry exported="true" kind="lib" path="lib/gef-0.12.4BETA3.jar" sourcepath="/gef/src"/> + <classpathentry exported="true" kind="lib" path="lib/ocl-argo-1.1.jar"/> + <classpathentry exported="true" kind="lib" path="lib/swidgets-0.1.4.jar" sourcepath="/swidgets/src"/> + <classpathentry exported="true" kind="lib" path="lib/toolbar-1.4.1-20071227.jar" sourcepath="/toolbar/src"/> + <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="lib" path="/argouml-core-tools/junit-3.8.2/junit.jar"/> + <classpathentry kind="output" path="build-eclipse"/> +</classpath>