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

Side by Side Diff: editor/tools/features/com.google.dart.tools.deploy.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, 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 <feature 2 <feature
3 id="com.google.dart.tools.deploy.feature" 3 id="com.google.dart.tools.deploy.feature"
4 label="%featureName" 4 label="%featureName"
5 version="0.0.1.qualifier" 5 version="0.0.1.qualifier"
6 provider-name="%providerName" 6 provider-name="%providerName"
7 plugin="com.google.dart.tools.deploy"> 7 plugin="com.google.dart.tools.deploy">
8 8
9 <description url="http://www.example.com/description"> 9 <description url="http://www.example.com/description">
10 %description 10 %description
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 version="0.0.0" 94 version="0.0.0"
95 unpack="false"/> 95 unpack="false"/>
96 96
97 <plugin 97 <plugin
98 id="com.google.dart.thirdparty" 98 id="com.google.dart.thirdparty"
99 download-size="0" 99 download-size="0"
100 install-size="0" 100 install-size="0"
101 version="0.0.0" 101 version="0.0.0"
102 unpack="false"/> 102 unpack="false"/>
103 103
104 <plugin
105 id="com.google.dart.compiler.js_test"
106 download-size="0"
107 install-size="0"
108 version="0.0.0"
109 unpack="false"/>
110
111 <plugin
112 id="com.google.dart.engine.services_test"
113 download-size="0"
114 install-size="0"
115 version="0.0.0"
116 unpack="false"/>
117
118 <plugin
119 id="com.google.dart.engine_test"
120 download-size="0"
121 install-size="0"
122 version="0.0.0"
123 unpack="false"/>
124
125 <plugin
126 id="com.google.dart.thirdparty_test"
127 download-size="0"
128 install-size="0"
129 version="0.0.0"
130 unpack="false"/>
131
132 <plugin
133 id="com.google.dart.tools.core_test"
134 download-size="0"
135 install-size="0"
136 version="0.0.0"
137 unpack="false"/>
138
139 <plugin
140 id="com.google.dart.tools.debug.core_test"
141 download-size="0"
142 install-size="0"
143 version="0.0.0"
144 unpack="false"/>
145
146 <plugin
147 id="com.google.dart.tools.tests.buildbot_test"
148 download-size="0"
149 install-size="0"
150 version="0.0.0"
151 unpack="false"/>
152
104 </feature> 153 </feature>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698