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 60445 Details for
Bug 176416
XML Generation not picking up all available namespaces
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.
Allow Namespaces to always be deleteable.
CommonEditNamespace15xPatch.txt (text/plain), 1.12 KB, created by
David Carver
on 2007-03-08 16:21:06 EST
(
hide
)
Description:
Allow Namespaces to always be deleteable.
Filename:
MIME Type:
Creator:
David Carver
Created:
2007-03-08 16:21:06 EST
Size:
1.12 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.xml.ui >Index: src/org/eclipse/wst/xml/ui/internal/nsedit/CommonEditNamespacesDialog.java >=================================================================== >RCS file: /cvsroot/webtools/wst/components/xml/plugins/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/nsedit/CommonEditNamespacesDialog.java,v >retrieving revision 1.2 >diff -u -r1.2 CommonEditNamespacesDialog.java >--- src/org/eclipse/wst/xml/ui/internal/nsedit/CommonEditNamespacesDialog.java 1 Oct 2005 08:10:33 -0000 1.2 >+++ src/org/eclipse/wst/xml/ui/internal/nsedit/CommonEditNamespacesDialog.java 8 Mar 2007 21:12:27 -0000 >@@ -308,7 +308,8 @@ > Object selection = getSelection(tableViewer.getSelection()); > NamespaceInfo info = (NamespaceInfo) selection; > editButton.setEnabled(info != null); >- deleteButton.setEnabled(info != null && info.getProperty("unremovable") == null); //$NON-NLS-1$ >+ //deleteButton.setEnabled(info != null && info.getProperty("unremovable") == null); //$NON-NLS-1$ >+ deleteButton.setEnabled(info != null); > } > > public void updateErrorMessage(List namespaceInfoList) {
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 Raw
Actions:
View
Attachments on
bug 176416
:
60283
|
60443
| 60445 |
60446
|
60460