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

Unified Diff: editor/tools/features/com.google.dart.tools.eclipse.platform.feature/feature.xml

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, 10 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/features/com.google.dart.tools.eclipse.platform.feature/feature.xml
===================================================================
--- editor/tools/features/com.google.dart.tools.eclipse.platform.feature/feature.xml (revision 19335)
+++ editor/tools/features/com.google.dart.tools.eclipse.platform.feature/feature.xml (working copy)
@@ -892,4 +892,25 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.junit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="true"/>
+
+ <plugin
+ id="org.eclipse.team.core"
danrubel 2013/03/01 21:58:15 I don't believe that team is needed for the Dart E
devoncarew 2013/03/01 23:02:54 OK, removed. We were referencing it form one test
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.hamcrest.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Powered by Google App Engine
This is Rietveld 408576698