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

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

Issue 8631010: Move bundled libraries out of plugins (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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.feature" 3 id="com.google.dart.tools.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 plugin="com.google.dart.tools.ui"> 7 plugin="com.google.dart.tools.ui">
8 8
9 <description url="http://www.example.com/description"> 9 <description url="http://www.example.com/description">
10 %description 10 %description
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 unpack="false"/> 59 unpack="false"/>
60 60
61 <plugin 61 <plugin
62 id="com.google.dart.indexer" 62 id="com.google.dart.indexer"
63 download-size="0" 63 download-size="0"
64 install-size="0" 64 install-size="0"
65 version="0.0.0" 65 version="0.0.0"
66 unpack="false"/> 66 unpack="false"/>
67 67
68 <plugin 68 <plugin
69 id="com.google.dart.library.core"
70 download-size="0"
71 install-size="0"
72 version="0.0.0"/>
73
74 <plugin
75 id="com.google.dart.library.dom"
76 download-size="0"
77 install-size="0"
78 version="0.0.0"/>
79
80 <plugin
81 id="com.google.dart.tools.search" 69 id="com.google.dart.tools.search"
82 download-size="0" 70 download-size="0"
83 install-size="0" 71 install-size="0"
84 version="0.0.0" 72 version="0.0.0"
85 unpack="false"/> 73 unpack="false"/>
86 74
87 <plugin
88 id="com.google.dart.library.html"
89 download-size="0"
90 install-size="0"
91 version="0.0.0"/>
92
93 </feature> 75 </feature>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698