Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] checkin core revision main@@8 - fix problems with merge end-of-lie, rrestore

2002-07-22    <shields@xxxxxxxxxxxxxx>

* core revision main@@8
	* src/org/eclipse/stellation/workspace/Backup.java: 
	Initialize workspace output channel properly before doing restore.
	Prior code used the current channel, which worked most of the
	time, but not when restoring a file that had been added to the
	project, and then manually removed from the workspace.

	* src/org/eclipse/stellation/workspace/Merge.java: Fix problem
	(Bugzilla 21743) updating project signatures so do not check
	end-of-line termination during merge.

	* src/org/eclipse/stellation/workspace/Workspace.java: 
	Add method initOutput() with no arguments to be consistent
	with the way initInput methods defined.

-- 
Dave Shields, IBM Research, shields@xxxxxxxxxxxxxx, http://www.eclipse.org/stellation


Back to the top