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

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

Issue 17431004: New UI for Find command: find-as-you-type. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.eclipse.ui/plugin.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 unpack="false"/> 81 unpack="false"/>
82 82
83 <plugin 83 <plugin
84 id="com.google.dart.tools.ui.web" 84 id="com.google.dart.tools.ui.web"
85 download-size="0" 85 download-size="0"
86 install-size="0" 86 install-size="0"
87 version="0.0.0" 87 version="0.0.0"
88 unpack="false"/> 88 unpack="false"/>
89 89
90 <plugin 90 <plugin
91 id="com.xored.glance.ui"
92 download-size="0"
93 install-size="0"
94 version="0.0.0"
95 unpack="false"/>
96
97 <plugin
91 id="com.google.dart.thirdparty" 98 id="com.google.dart.thirdparty"
92 download-size="0" 99 download-size="0"
93 install-size="0" 100 install-size="0"
94 version="0.0.0" 101 version="0.0.0"
95 unpack="false"/> 102 unpack="false"/>
96 103
97 <plugin 104 <plugin
98 id="com.google.dart.engine.services_test" 105 id="com.google.dart.engine.services_test"
99 download-size="0" 106 download-size="0"
100 install-size="0" 107 install-size="0"
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 unpack="false"/> 144 unpack="false"/>
138 145
139 <plugin 146 <plugin
140 id="com.google.dart.tools.tests.buildbot_test" 147 id="com.google.dart.tools.tests.buildbot_test"
141 download-size="0" 148 download-size="0"
142 install-size="0" 149 install-size="0"
143 version="0.0.0" 150 version="0.0.0"
144 unpack="false"/> 151 unpack="false"/>
145 152
146 </feature> 153 </feature>
OLDNEW
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.eclipse.ui/plugin.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698