| 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 <extension | 4 <extension |
| 5 point="org.eclipse.ui.newWizards"> | 5 point="org.eclipse.ui.newWizards"> |
| 6 <category | 6 <category |
| 7 id="com.google.dart.eclipse.wizards.projects" | 7 id="com.google.dart.eclipse.wizards.projects" |
| 8 name="Dart"> | 8 name="Dart"> |
| 9 </category> | 9 </category> |
| 10 | 10 |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 <adapt | 307 <adapt |
| 308 type="org.eclipse.core.resources.IResource"> | 308 type="org.eclipse.core.resources.IResource"> |
| 309 </adapt> | 309 </adapt> |
| 310 </iterate> | 310 </iterate> |
| 311 </with> | 311 </with> |
| 312 </visibleWhen> | 312 </visibleWhen> |
| 313 </command> | 313 </command> |
| 314 | 314 |
| 315 <command | 315 <command |
| 316 commandId="com.google.dart.tools.ui.commands.pubInstall" | 316 commandId="com.google.dart.tools.ui.commands.pubInstall" |
| 317 label="Pub Install" | 317 label="Pub Get" |
| 318 style="push" | 318 style="push" |
| 319 tooltip="Run pub install"> | 319 tooltip="Run pub get"> |
| 320 <visibleWhen | 320 <visibleWhen |
| 321 checkEnabled="false"> | 321 checkEnabled="false"> |
| 322 <with | 322 <with |
| 323 variable="selection"> | 323 variable="selection"> |
| 324 <iterate> | 324 <iterate> |
| 325 <adapt | 325 <adapt |
| 326 type="org.eclipse.core.resources.IProject"> | 326 type="org.eclipse.core.resources.IProject"> |
| 327 </adapt> | 327 </adapt> |
| 328 </iterate> | 328 </iterate> |
| 329 </with> | 329 </with> |
| 330 </visibleWhen> | 330 </visibleWhen> |
| 331 </command> | 331 </command> |
| 332 <command | 332 <command |
| 333 commandId="com.google.dart.tools.ui.commands.pubUpdate" | 333 commandId="com.google.dart.tools.ui.commands.pubUpdate" |
| 334 label="Pub Update" | 334 label="Pub Upgrade" |
| 335 style="push" | 335 style="push" |
| 336 tooltip="Run pub update"> | 336 tooltip="Run pub upgrade"> |
| 337 <visibleWhen | 337 <visibleWhen |
| 338 checkEnabled="false"> | 338 checkEnabled="false"> |
| 339 <with | 339 <with |
| 340 variable="selection"> | 340 variable="selection"> |
| 341 <iterate> | 341 <iterate> |
| 342 <adapt | 342 <adapt |
| 343 type="org.eclipse.core.resources.IProject"> | 343 type="org.eclipse.core.resources.IProject"> |
| 344 </adapt> | 344 </adapt> |
| 345 </iterate> | 345 </iterate> |
| 346 </with> | 346 </with> |
| 347 </visibleWhen> | 347 </visibleWhen> |
| 348 </command> | 348 </command> |
| 349 </menu> | 349 </menu> |
| 350 </menuContribution> | 350 </menuContribution> |
| 351 <menuContribution | 351 <menuContribution |
| 352 allPopups="false" | 352 allPopups="false" |
| 353 locationURI="popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMen
u?after=group.generate"> | 353 locationURI="popup:org.eclipse.ui.navigator.ProjectExplorer#PopupMen
u?after=group.generate"> |
| 354 <command | 354 <command |
| 355 commandId="com.google.dart.tools.ui.commands.pubInstall" | 355 commandId="com.google.dart.tools.ui.commands.pubInstall" |
| 356 label="Pub Install" | 356 label="Pub Get" |
| 357 style="push" | 357 style="push" |
| 358 tooltip="Run pub install"> | 358 tooltip="Run pub get"> |
| 359 <visibleWhen | 359 <visibleWhen |
| 360 checkEnabled="false"> | 360 checkEnabled="false"> |
| 361 <with | 361 <with |
| 362 variable="selection"> | 362 variable="selection"> |
| 363 <and> | 363 <and> |
| 364 <count | 364 <count |
| 365 value="1"> | 365 value="1"> |
| 366 </count> | 366 </count> |
| 367 <iterate> | 367 <iterate> |
| 368 <adapt | 368 <adapt |
| 369 type="org.eclipse.core.resources.IResource"> | 369 type="org.eclipse.core.resources.IResource"> |
| 370 <test | 370 <test |
| 371 property="org.eclipse.core.resources.name" | 371 property="org.eclipse.core.resources.name" |
| 372 value="pubspec.yaml"> | 372 value="pubspec.yaml"> |
| 373 </test> | 373 </test> |
| 374 </adapt> | 374 </adapt> |
| 375 </iterate> | 375 </iterate> |
| 376 </and> | 376 </and> |
| 377 </with> | 377 </with> |
| 378 </visibleWhen> | 378 </visibleWhen> |
| 379 </command> | 379 </command> |
| 380 <command | 380 <command |
| 381 commandId="com.google.dart.tools.ui.commands.pubUpdate" | 381 commandId="com.google.dart.tools.ui.commands.pubUpdate" |
| 382 label="Pub Update" | 382 label="Pub Upgrade" |
| 383 style="push" | 383 style="push" |
| 384 tooltip="Run pub update"> | 384 tooltip="Run pub upgrade"> |
| 385 <visibleWhen | 385 <visibleWhen |
| 386 checkEnabled="false"> | 386 checkEnabled="false"> |
| 387 <with | 387 <with |
| 388 variable="selection"> | 388 variable="selection"> |
| 389 <and> | 389 <and> |
| 390 <count | 390 <count |
| 391 value="1"> | 391 value="1"> |
| 392 </count> | 392 </count> |
| 393 <iterate> | 393 <iterate> |
| 394 <adapt | 394 <adapt |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 icon="icons/dart_16_16.gif" | 476 icon="icons/dart_16_16.gif" |
| 477 id="com.google.dart.eclipse.sendFeedbackAction" | 477 id="com.google.dart.eclipse.sendFeedbackAction" |
| 478 label="%action.sendFeedbackAction.label" | 478 label="%action.sendFeedbackAction.label" |
| 479 menubarPath="help/helpEnd" | 479 menubarPath="help/helpEnd" |
| 480 style="push"> | 480 style="push"> |
| 481 </action> | 481 </action> |
| 482 </actionSet> | 482 </actionSet> |
| 483 </extension> | 483 </extension> |
| 484 | 484 |
| 485 </plugin> | 485 </plugin> |
| OLD | NEW |