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 143087 Details for
Bug 285232
Server will not change to republish status after web module changed
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]
v1
patch_285232.txt (text/plain), 1.04 KB, created by
Angel Vera
on 2009-07-30 16:37:47 EDT
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Angel Vera
Created:
2009-07-30 16:37:47 EDT
Size:
1.04 KB
patch
obsolete
>Index: servercore/org/eclipse/wst/server/core/internal/Server.java >=================================================================== >RCS file: /cvsroot/webtools/servertools/plugins/org.eclipse.wst.server.core/servercore/org/eclipse/wst/server/core/internal/Server.java,v >retrieving revision 1.156.2.7.2.2 >diff -u -r1.156.2.7.2.2 Server.java >--- servercore/org/eclipse/wst/server/core/internal/Server.java 17 Jul 2009 05:13:43 -0000 1.156.2.7.2.2 >+++ servercore/org/eclipse/wst/server/core/internal/Server.java 30 Jul 2009 20:38:42 -0000 >@@ -800,7 +800,7 @@ > // shallow search: check for root modules first > boolean deployed = modules.contains(requestedModule); > >- if( !deployed){ >+ if(!deployed){ > // deep search: look into all the child modules > Iterator<IModule> itr = modules.iterator(); > while(itr.hasNext() && !deployed){ >@@ -811,7 +811,7 @@ > if (modules2[i].equals(requestedModule)) > return false; > } >- return !modules2.equals(requestedModule); >+ return true; > }}, null); > } > }
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 285232
: 143087