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 113802 Details for
Bug 248227
[ds tooling] Cannot add a Class as a Provided Service
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]
org.eclipse.pde.ds.ui.patch
clipboard.txt (text/plain), 1.62 KB, created by
Chris Aniszczyk
on 2008-09-29 15:58:04 EDT
(
hide
)
Description:
org.eclipse.pde.ds.ui.patch
Filename:
MIME Type:
Creator:
Chris Aniszczyk
Created:
2008-09-29 15:58:04 EDT
Size:
1.62 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.ds.ui >Index: src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditProvideDialog.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditProvideDialog.java,v >retrieving revision 1.3 >diff -u -r1.3 DSEditProvideDialog.java >--- src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditProvideDialog.java 15 Sep 2008 22:30:32 -0000 1.3 >+++ src/org/eclipse/pde/internal/ds/ui/editor/dialogs/DSEditProvideDialog.java 29 Sep 2008 19:57:42 -0000 >@@ -153,7 +153,7 @@ > > public void browseButtonSelected(FormEntry entry) { > doOpenSelectionDialog( >- IJavaElementSearchConstants.CONSIDER_INTERFACES, >+ IJavaElementSearchConstants.CONSIDER_CLASSES_AND_INTERFACES, > fInterfaceEntry); > } > >Index: src/org/eclipse/pde/internal/ds/ui/editor/DSProvideSection.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/DSProvideSection.java,v >retrieving revision 1.9 >diff -u -r1.9 DSProvideSection.java >--- src/org/eclipse/pde/internal/ds/ui/editor/DSProvideSection.java 3 Sep 2008 21:55:51 -0000 1.9 >+++ src/org/eclipse/pde/internal/ds/ui/editor/DSProvideSection.java 29 Sep 2008 19:57:42 -0000 >@@ -207,7 +207,7 @@ > } > > private void handleAdd() { >- doOpenSelectionDialog(IJavaElementSearchConstants.CONSIDER_INTERFACES); >+ doOpenSelectionDialog(IJavaElementSearchConstants.CONSIDER_CLASSES_AND_INTERFACES); > } > > private void doOpenSelectionDialog(int scopeType) {
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 248227
: 113802 |
113804