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

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

Issue 10232012: Fourth attempt to add engine to the build (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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>
11 11
12 <copyright> 12 <copyright>
13 %copyright 13 %copyright
14 </copyright> 14 </copyright>
15 15
16 <license url=""> 16 <license url="">
17 %license 17 %license
18 </license> 18 </license>
19 <!-- 19
20 <plugin 20 <plugin
21 id="com.google.dart.engine_test" 21 id="com.google.dart.engine_test"
22 download-size="0" 22 download-size="0"
23 install-size="0" 23 install-size="0"
24 version="0.0.0" 24 version="0.0.0"
25 unpack="false"/> 25 unpack="false"/>
26 --> 26
27 <plugin 27 <plugin
28 id="com.google.dart.indexer_test" 28 id="com.google.dart.indexer_test"
29 download-size="0" 29 download-size="0"
30 install-size="0" 30 install-size="0"
31 version="0.0.0" 31 version="0.0.0"
32 unpack="false"/> 32 unpack="false"/>
33 33
34 <plugin 34 <plugin
35 id="com.google.dart.tools.core_test" 35 id="com.google.dart.tools.core_test"
36 download-size="0" 36 download-size="0"
37 install-size="0" 37 install-size="0"
38 version="0.0.0" 38 version="0.0.0"
39 unpack="false"/> 39 unpack="false"/>
40 40
41 <plugin 41 <plugin
42 id="com.google.dart.tools.ui_test" 42 id="com.google.dart.tools.ui_test"
43 download-size="0" 43 download-size="0"
44 install-size="0" 44 install-size="0"
45 version="0.0.0" 45 version="0.0.0"
46 unpack="false"/> 46 unpack="false"/>
47 47
48 </feature> 48 </feature>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698