Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 370832
Collapse All | Expand All

(-)servercore/org/eclipse/wst/server/core/internal/Server.java (+1 lines)
Lines 230-235 Link Here
230
			if (getServerPublishInfo().hasStructureChanged(modules2)) {
230
			if (getServerPublishInfo().hasStructureChanged(modules2)) {
231
				int newState = getServerPublishState() == IServer.PUBLISH_STATE_FULL ? IServer.PUBLISH_STATE_FULL : IServer.PUBLISH_STATE_INCREMENTAL;
231
				int newState = getServerPublishState() == IServer.PUBLISH_STATE_FULL ? IServer.PUBLISH_STATE_FULL : IServer.PUBLISH_STATE_INCREMENTAL;
232
				setServerPublishState(newState);
232
				setServerPublishState(newState);
233
				changed[0] = true;
233
			}
234
			}
234
			
235
			
235
			if (!changed[0])
236
			if (!changed[0])

Return to bug 370832