View | Details | Raw Unified | Return to bug 202686
Collapse All | Expand All

(-)src/org/eclipse/rse/internal/subsystems/files/core/ISystemFilePreferencesConstants.java (-1 / +2 lines)
Lines 15-20 Link Here
15
 * {Name} (company) - description of contribution.
15
 * {Name} (company) - description of contribution.
16
 * David McKnight  (IBM) - [191367] setting supertransfer to be disabled by default
16
 * David McKnight  (IBM) - [191367] setting supertransfer to be disabled by default
17
 * Xuan Chen (IBM)       - [191367] setting supertransfer back to enabled by default
17
 * Xuan Chen (IBM)       - [191367] setting supertransfer back to enabled by default
18
 * Xuan Chen (IBM)       - [202686] Supertransfer should be disabled by default for 2.0.1
18
 *******************************************************************************/
19
 *******************************************************************************/
19
20
20
package org.eclipse.rse.internal.subsystems.files.core;
21
package org.eclipse.rse.internal.subsystems.files.core;
Lines 47-53 Link Here
47
	public static final int FILETRANSFERMODE_TEXT 				= 1;
48
	public static final int FILETRANSFERMODE_TEXT 				= 1;
48
	
49
	
49
	public static final String DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE 	= "zip"; //$NON-NLS-1$
50
	public static final String DEFAULT_SUPERTRANSFER_ARCHIVE_TYPE 	= "zip"; //$NON-NLS-1$
50
	public static final boolean DEFAULT_DOSUPERTRANSFER 			= true;
51
	public static final boolean DEFAULT_DOSUPERTRANSFER 			= false;
51
	
52
	
52
	public static final int DEFAULT_DOWNLOAD_BUFFER_SIZE        = 40;
53
	public static final int DEFAULT_DOWNLOAD_BUFFER_SIZE        = 40;
53
	
54
	

Return to bug 202686