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

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

Issue 11787017: Initial implementation of MemoryIndexStoreImpl and IndexContributor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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="third_party/fest/fest-a ssert-1.4.jar" sourcepath="third_party/fest/fest-assert-1.4-sources.jar"/>
4 <classpathentry exported="true" kind="lib" path="third_party/fest/fest-u til-1.1.6.jar" sourcepath="third_party/fest/fest-util-1.1.6-sources.jar"/>
3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER /org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER /org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 6 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5 <classpathentry kind="src" path="src"/> 7 <classpathentry kind="src" path="src"/>
6 <classpathentry kind="output" path="bin"/>
7 <classpathentry exported="true" kind="lib" path="third_party/mockito/1.9 .0/mockito-all-1.9.0.jar"/> 8 <classpathentry exported="true" kind="lib" path="third_party/mockito/1.9 .0/mockito-all-1.9.0.jar"/>
8 <classpathentry exported="true" kind="lib" path="third_party/guava/r13/g uava-13.0.1.jar" sourcepath="third_party/guava/r13/guava-13.0.1-sources.jar"/> 9 <classpathentry exported="true" kind="lib" path="third_party/guava/r13/g uava-13.0.1.jar" sourcepath="third_party/guava/r13/guava-13.0.1-sources.jar"/>
10 <classpathentry kind="output" path="bin"/>
9 </classpath> 11 </classpath>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698