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

Side by Side Diff: editor/tools/features/com.google.dart.tools.tests.feature/feature.xml

Issue 12328102: Update dartc tests and services_test plugins to run from the buildbot_test plugin. (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 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 <feature 2 <feature
3 id="com.google.dart.tools.tests.feature" 3 id="com.google.dart.tools.tests.feature"
4 label="%featureName" 4 label="%featureName"
5 version="0.1.0.qualifier" 5 version="0.1.0.qualifier"
6 provider-name="%providerName"> 6 provider-name="%providerName">
7 7
8 <description> 8 <description>
9 %description 9 %description
10 </description> 10 </description>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 version="0.0.0" 52 version="0.0.0"
53 unpack="false"/> 53 unpack="false"/>
54 54
55 <plugin 55 <plugin
56 id="com.google.dart.tools.debug.core_test" 56 id="com.google.dart.tools.debug.core_test"
57 download-size="0" 57 download-size="0"
58 install-size="0" 58 install-size="0"
59 version="0.0.0" 59 version="0.0.0"
60 unpack="false"/> 60 unpack="false"/>
61 61
62 <plugin
63 id="com.google.dart.engine.services_test"
64 download-size="0"
65 install-size="0"
66 version="0.0.0"
67 unpack="false"/>
68
69 <plugin
70 id="com.google.dart.compiler.js_test"
71 download-size="0"
72 install-size="0"
73 version="0.0.0"
74 unpack="false"/>
75
62 </feature> 76 </feature>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698