Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Side by Side Diff: editor/tools/plugins/com.google.dart.thirdparty_test/.classpath

Issue 12377052: Add the editor unit tests to the editor itself. The editor can now test itself (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath> 2 <classpath>
3 <classpathentry exported="true" kind="lib" path="lib/mockito/1.9.0/mocki to-all-1.9.0.jar"/> 3 <classpathentry exported="true" kind="lib" path="lib/mockito/1.9.0/mocki to-all-1.9.0.jar"/>
4 <classpathentry exported="true" kind="lib" path="lib/fest/fest-assert-1. 4.jar" sourcepath="lib/fest/fest-assert-1.4-sources.jar"/> 4 <classpathentry exported="true" kind="lib" path="lib/fest/fest-assert-1. 4.jar" sourcepath="lib/fest/fest-assert-1.4-sources.jar"/>
5 <classpathentry exported="true" kind="lib" path="lib/fest/fest-util-1.1. 6.jar" sourcepath="lib/fest/fest-util-1.1.6-sources.jar"/> 5 <classpathentry exported="true" kind="lib" path="lib/fest/fest-util-1.1. 6.jar" sourcepath="lib/fest/fest-util-1.1.6-sources.jar"/>
6 <classpathentry exported="true" kind="lib" path="lib/hamcrest/v1_3/hamcr est-core-1.3.0RC2.jar" sourcepath="lib/hamcrest/v1_3/hamcrest-core-1.3.0RC2-src. jar"/>
7 <classpathentry exported="true" kind="lib" path="lib/hamcrest/v1_3/hamcr est-generator-1.3.0RC2.jar" sourcepath="lib/hamcrest/v1_3/hamcrest-generator-1.3 .0RC2-src.jar"/>
8 <classpathentry exported="true" kind="lib" path="lib/hamcrest/v1_3/hamcr est-integration-1.3.0RC2.jar" sourcepath="lib/hamcrest/v1_3/hamcrest-integration -1.3.0RC2-src.jar"/>
9 <classpathentry exported="true" kind="lib" path="lib/hamcrest/v1_3/hamcr est-library-1.3.0RC2.jar" sourcepath="lib/hamcrest/v1_3/hamcrest-library-1.3.0RC 2-src.jar"/>
10 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER /org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER /org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
11 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 7 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
12 <classpathentry kind="src" path="src"/> 8 <classpathentry kind="src" path="src"/>
13 <classpathentry kind="output" path="bin"/> 9 <classpathentry kind="output" path="bin"/>
14 </classpath> 10 </classpath>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698