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

Unified 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: Update for review comments 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 side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.engine_test/.classpath
diff --git a/editor/tools/plugins/com.google.dart.engine_test/.classpath b/editor/tools/plugins/com.google.dart.engine_test/.classpath
index 1a37d4a7bc44777b984148e5526370da99fc31d3..81cd495cf0db81fdb37eea7ec12f93ce1526ea32 100644
--- a/editor/tools/plugins/com.google.dart.engine_test/.classpath
+++ b/editor/tools/plugins/com.google.dart.engine_test/.classpath
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry exported="true" kind="lib" path="third_party/fest/fest-assert-1.4.jar" sourcepath="third_party/fest/fest-assert-1.4-sources.jar"/>
+ <classpathentry exported="true" kind="lib" path="third_party/fest/fest-util-1.1.6.jar" sourcepath="third_party/fest/fest-util-1.1.6-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
<classpathentry exported="true" kind="lib" path="third_party/mockito/1.9.0/mockito-all-1.9.0.jar"/>
<classpathentry exported="true" kind="lib" path="third_party/guava/r13/guava-13.0.1.jar" sourcepath="third_party/guava/r13/guava-13.0.1-sources.jar"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>

Powered by Google App Engine
This is Rietveld 408576698