Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 7760 Details for
Bug 51420
Remove/reduce plug-in loading dependency in Run context menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
nameFilter addition, part two of two
org.eclipse.jdt.debug.ui.patch (text/plain), 1.64 KB, created by
Chris Tilt
on 2004-02-10 18:40:34 EST
(
hide
)
Description:
nameFilter addition, part two of two
Filename:
MIME Type:
Creator:
Chris Tilt
Created:
2004-02-10 18:40:34 EST
Size:
1.64 KB
patch
obsolete
>Index: plugin.xml >=================================================================== >retrieving revision 1.251 >diff -u -r1.251 plugin.xml >--- plugin.xml 31 Jan 2004 03:59:04 -0000 1.251 >+++ plugin.xml 10 Feb 2004 23:25:35 -0000 >@@ -1974,6 +1974,7 @@ > icon="icons/full/ctool16/java_app.gif" > helpContextId="org.eclipse.jdt.debug.ui.shortcut_local_java_application" > modes="run, debug" >+ nameFilter="*.java" > filterClass="org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut" > class="org.eclipse.jdt.internal.debug.ui.launcher.JavaApplicationLaunchShortcut" > id="org.eclipse.jdt.debug.ui.localJavaShortcut"> >@@ -1984,9 +1985,6 @@ > mode="debug" > label="%ContextualDebugJavaApplication.label"/> > <filter >- name="NameMatches" >- value="*.java"/> >- <filter > name="ContextualLaunchActionFilter" > value="supportsContextualLaunch"/> > <perspective >@@ -2007,12 +2005,10 @@ > icon="icons/full/ctool16/java_applet.gif" > helpContextId="org.eclipse.jdt.debug.ui.shortcut_java_applet" > modes="run, debug" >+ nameFilter="*.java" > filterClass="org.eclipse.jdt.internal.debug.ui.launcher.JavaAppletLaunchShortcut" > class="org.eclipse.jdt.internal.debug.ui.launcher.JavaAppletLaunchShortcut" > id="org.eclipse.jdt.debug.ui.javaAppletShortcut"> >- <filter >- name="NameMatches" >- value="*.java"/> > <filter > name="ContextualLaunchActionFilter" > value="supportsContextualLaunch"/>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51420
:
7759
| 7760