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

Side by Side Diff: editor/tools/plugins/com.google.dart.tools.deploy/plugin.xml

Issue 9826019: Remove extra dependencies of ltk.ui.refactoring (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 <?eclipse version="3.4"?> 2 <?eclipse version="3.4"?>
3 <plugin> 3 <plugin>
4 4
5 <extension 5 <extension
6 id="application" 6 id="application"
7 point="org.eclipse.core.runtime.applications"> 7 point="org.eclipse.core.runtime.applications">
8 <application> 8 <application>
9 <run 9 <run
10 class="com.google.dart.tools.deploy.DartIDEApplication"> 10 class="com.google.dart.tools.deploy.DartIDEApplication">
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 pattern="org\.eclipse\.ui\..*OpenWorkspaceFile.*"> 196 pattern="org\.eclipse\.ui\..*OpenWorkspaceFile.*">
197 </activityPatternBinding> 197 </activityPatternBinding>
198 <activityPatternBinding 198 <activityPatternBinding
199 activityId="com.google.dart.development" 199 activityId="com.google.dart.development"
200 pattern="org\.eclipse\.ui\.navigate\.next"> 200 pattern="org\.eclipse\.ui\.navigate\.next">
201 </activityPatternBinding> 201 </activityPatternBinding>
202 <activityPatternBinding 202 <activityPatternBinding
203 activityId="com.google.dart.development" 203 activityId="com.google.dart.development"
204 pattern="org\.eclipse\.ui\.navigate\.previous"> 204 pattern="org\.eclipse\.ui\.navigate\.previous">
205 </activityPatternBinding> 205 </activityPatternBinding>
206 <!-- Get rid of "org.eclipse.compare" actions -->
207 <activityPatternBinding
208 activityId="com.google.dart.development"
209 pattern="org\.eclipse\.compare.*">
pquitslund 2012/03/23 00:23:24 Sweet. Can we/do we need to do something similar
210 </activityPatternBinding>
206 211
207 <!-- internal web browser contributions --> 212 <!-- internal web browser contributions -->
208 <activityPatternBinding 213 <activityPatternBinding
209 activityId="com.google.dart.development.launch" 214 activityId="com.google.dart.development.launch"
210 pattern="org.eclipse.ui.browser/org.eclipse.ui.browser.edito.*"> 215 pattern="org.eclipse.ui.browser/org.eclipse.ui.browser.edito.*">
211 </activityPatternBinding> 216 </activityPatternBinding>
212 </extension> 217 </extension>
213 218
214 <!-- Launch and Debug contributions --> 219 <!-- Launch and Debug contributions -->
215 220
(...skipping 17 matching lines...) Expand all
233 content-type="org.eclipse.core.runtime.text" 238 content-type="org.eclipse.core.runtime.text"
234 file-extensions="css"> 239 file-extensions="css">
235 </file-association> 240 </file-association>
236 <file-association 241 <file-association
237 content-type="org.eclipse.core.runtime.text" 242 content-type="org.eclipse.core.runtime.text"
238 file-extensions="js"> 243 file-extensions="js">
239 </file-association> 244 </file-association>
240 </extension> 245 </extension>
241 246
242 </plugin> 247 </plugin>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698