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

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

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 <projectDescription> 2 <projectDescription>
3 <name>com.google.dart.thirdparty_test</name> 3 <name>com.google.dart.thirdparty_test</name>
4 <comment></comment> 4 <comment></comment>
5 <projects> 5 <projects>
6 </projects> 6 </projects>
7 <buildSpec> 7 <buildSpec>
8 <buildCommand> 8 <buildCommand>
9 <name>org.eclipse.jdt.core.javabuilder</name> 9 <name>org.eclipse.jdt.core.javabuilder</name>
10 <arguments> 10 <arguments>
(...skipping 14 matching lines...) Expand all
25 <nature>org.eclipse.pde.PluginNature</nature> 25 <nature>org.eclipse.pde.PluginNature</nature>
26 <nature>org.eclipse.jdt.core.javanature</nature> 26 <nature>org.eclipse.jdt.core.javanature</nature>
27 </natures> 27 </natures>
28 <linkedResources> 28 <linkedResources>
29 <link> 29 <link>
30 <name>lib/fest</name> 30 <name>lib/fest</name>
31 <type>2</type> 31 <type>2</type>
32 <locationURI>DART_TRUNK/third_party/fest</locationURI> 32 <locationURI>DART_TRUNK/third_party/fest</locationURI>
33 </link> 33 </link>
34 <link> 34 <link>
35 <name>lib/hamcrest</name>
36 <type>2</type>
37 <locationURI>DART_TRUNK/third_party/hamcrest</locationUR I>
38 </link>
39 <link>
40 <name>lib/mockito</name> 35 <name>lib/mockito</name>
41 <type>2</type> 36 <type>2</type>
42 <locationURI>DART_TRUNK/third_party/mockito</locationURI > 37 <locationURI>DART_TRUNK/third_party/mockito</locationURI >
43 </link> 38 </link>
44 </linkedResources> 39 </linkedResources>
45 </projectDescription> 40 </projectDescription>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698