| OLD | NEW |
| 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 12 matching lines...) Expand all Loading... |
| 23 </command> | 23 </command> |
| 24 <command | 24 <command |
| 25 commandId="com.google.dart.tools.ui.application.new" | 25 commandId="com.google.dart.tools.ui.application.new" |
| 26 icon="$nl$/icons/full/dart16/library_new.png" | 26 icon="$nl$/icons/full/dart16/library_new.png" |
| 27 style="push"> | 27 style="push"> |
| 28 </command> | 28 </command> |
| 29 </menuContribution> | 29 </menuContribution> |
| 30 <menuContribution | 30 <menuContribution |
| 31 locationURI="menu:file?after=open.ext"> | 31 locationURI="menu:file?after=open.ext"> |
| 32 <command | 32 <command |
| 33 commandId="com.google.dart.tools.ui.file.open" | 33 commandId="com.google.dart.tools.ui.folder.open" |
| 34 style="push"> | 34 style="push"> |
| 35 </command> | 35 </command> |
| 36 </menuContribution> | 36 </menuContribution> |
| 37 </extension> | 37 </extension> |
| 38 <extension | 38 <extension |
| 39 point="org.eclipse.ui.bindings"> | 39 point="org.eclipse.ui.bindings"> |
| 40 <key | 40 <key |
| 41 commandId="com.google.dart.tools.ui.application.new" | 41 commandId="com.google.dart.tools.ui.application.new" |
| 42 contextId="org.eclipse.ui.contexts.window" | 42 contextId="org.eclipse.ui.contexts.window" |
| 43 schemeId="com.google.dart.tools.dartAcceleratorConfiguration" | 43 schemeId="com.google.dart.tools.dartAcceleratorConfiguration" |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 content-type="org.eclipse.core.runtime.text" | 233 content-type="org.eclipse.core.runtime.text" |
| 234 file-extensions="css"> | 234 file-extensions="css"> |
| 235 </file-association> | 235 </file-association> |
| 236 <file-association | 236 <file-association |
| 237 content-type="org.eclipse.core.runtime.text" | 237 content-type="org.eclipse.core.runtime.text" |
| 238 file-extensions="js"> | 238 file-extensions="js"> |
| 239 </file-association> | 239 </file-association> |
| 240 </extension> | 240 </extension> |
| 241 | 241 |
| 242 </plugin> | 242 </plugin> |
| OLD | NEW |