1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

[cleanup] Fix copyright year 2008

This commit is contained in:
Martin Oberhuber 2008-04-07 12:50:35 +00:00
parent 197c9c5475
commit ab3bfc64af
165 changed files with 947 additions and 792 deletions

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2001, 2007 IBM Corporation and others. # Copyright (c) 2001, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - adapted template for daytime example. * Martin Oberhuber (Wind River) - adapted template for daytime example.
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.examples.daytime; package org.eclipse.rse.examples.daytime;

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - adapted template for daytime example. * Martin Oberhuber (Wind River) - adapted template for daytime example.
* Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI * Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.examples.daytime.model; package org.eclipse.rse.examples.daytime.model;

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - Adapted original tutorial code to Open RSE. * Martin Oberhuber (Wind River) - Adapted original tutorial code to Open RSE.
* Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI * Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI
********************************************************************************/ *******************************************************************************/
package samples.model; package samples.model;

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -14,7 +15,7 @@
* Martin Oberhuber (Wind River) - Adapted original tutorial code to Open RSE. * Martin Oberhuber (Wind River) - Adapted original tutorial code to Open RSE.
* Xuan Chen (IBM) - [160775] [api] [breaking] [nl] rename (at least within a zip) blocks UI thread * Xuan Chen (IBM) - [160775] [api] [breaking] [nl] rename (at least within a zip) blocks UI thread
* Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI * Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI
********************************************************************************/ *******************************************************************************/
package samples.model; package samples.model;

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. * Copyright (c) 2006, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* David McKnight (IBM) [224906] [dstore] changes for getting properties and doing exit due to single-process capability * David McKnight (IBM) [224906] [dstore] changes for getting properties and doing exit due to single-process capability
********************************************************************************/ *******************************************************************************/
package org.eclipse.dstore.core.model; package org.eclipse.dstore.core.model;
@ -272,4 +273,4 @@ public class ByteStreamHandler implements IByteStreamHandler
return null; return null;
} }
} }

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -15,7 +16,7 @@
* David McKnight (IBM) - [216252] SystemMessages using RSEStatus * David McKnight (IBM) - [216252] SystemMessages using RSEStatus
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.connectorservice.dstore.util; package org.eclipse.rse.connectorservice.dstore.util;
@ -280,4 +281,4 @@ public class ConnectionStatusListener implements IDomainListener, IRunnableWithP
SystemMessageDialog msgDlg = new SystemMessageDialog(shell, new SimpleSystemMessage(Activator.PLUGIN_ID, ICommonMessageIds.MSG_DISCONNECT_CANCELED, IStatus.CANCEL, msg)); SystemMessageDialog msgDlg = new SystemMessageDialog(shell, new SimpleSystemMessage(Activator.PLUGIN_ID, ICommonMessageIds.MSG_DISCONNECT_CANCELED, IStatus.CANCEL, msg));
msgDlg.open(); msgDlg.open();
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin * Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.connectorservice.dstore.util; package org.eclipse.rse.connectorservice.dstore.util;
@ -465,4 +466,4 @@ public class StatusMonitor implements IDomainListener, ICommunicationsListener
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -14,7 +15,7 @@
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin * Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
* David McKnight (IBM) - [220123] [api][dstore] Configurable timeout on irresponsiveness * David McKnight (IBM) - [220123] [api][dstore] Configurable timeout on irresponsiveness
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.connectorservice.dstore; package org.eclipse.rse.internal.connectorservice.dstore;
@ -102,4 +103,4 @@ public class Activator extends SystemBasePlugin {
// TODO Auto-generated method stub // TODO Auto-generated method stub
} }
} }

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. * Copyright (c) 2006, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2006, 2007 IBM Corporation and others. # Copyright (c) 2006, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -16,7 +17,7 @@
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin * Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
* David McKnight (IBM) - [221095] [dstore][launcher] Specified REXEC port number is not used * David McKnight (IBM) - [221095] [dstore][launcher] Specified REXEC port number is not used
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.connectorservice.dstore; package org.eclipse.rse.internal.connectorservice.dstore;
@ -1214,4 +1215,4 @@ public class RexecDstoreServer implements IServerLauncher
{ {
_socketTimeoutValue = value; _socketTimeoutValue = value;
} }
} }

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2000, 2007 IBM Corporation and others. # Copyright (c) 2000, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. * Copyright (c) 2006, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core * Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core
* David McKnight (IBM) - [224313] [api] Create RSE Events for MOVE and COPY holding both source and destination fields * David McKnight (IBM) - [224313] [api] Create RSE Events for MOVE and COPY holding both source and destination fields
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.core.events; package org.eclipse.rse.core.events;
@ -234,4 +235,4 @@ public class SystemRemoteChangeEvent implements ISystemRemoteChangeEvent
} }
} }

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,16 +1,17 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2007 IBM Corporation. All rights reserved. * Copyright (c) 2007, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight. * component that contains this file: David McKnight.
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.core.subsystems; package org.eclipse.rse.core.subsystems;
/** /**

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2004, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2004, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -15,7 +16,7 @@
* Martin Oberhuber (Wind River) - [175262] IHost.getSystemType() should return IRSESystemType * Martin Oberhuber (Wind River) - [175262] IHost.getSystemType() should return IRSESystemType
* Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType * Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType
* David McKnight (IBM) - [224671] [api] org.eclipse.rse.core API leaks non-API types * David McKnight (IBM) - [224671] [api] org.eclipse.rse.core API leaks non-API types
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.core.subsystems; package org.eclipse.rse.core.subsystems;
import java.util.Arrays; import java.util.Arrays;
@ -485,4 +486,4 @@ public class RemoteServerLauncher extends ServerLauncher implements IRemoteServe
} }
} //RemoteServerLauncherImpl } //RemoteServerLauncherImpl

View file

@ -1,8 +1,9 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* *
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
@ -14,7 +15,7 @@
* Uwe Stieber (Wind River) - Added system types provider extension. * Uwe Stieber (Wind River) - Added system types provider extension.
* Martin Oberhuber (Wind River) - [186640] Add IRSESystemType.testProperty() * Martin Oberhuber (Wind River) - [186640] Add IRSESystemType.testProperty()
* David McKnight (IBM) - [216252] MessageFormat.format -> NLS.bind * David McKnight (IBM) - [216252] MessageFormat.format -> NLS.bind
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.core; package org.eclipse.rse.internal.core;
import java.util.ArrayList; import java.util.ArrayList;

View file

@ -1,12 +1,13 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2007 IBM Corporation. All rights reserved. * Copyright (c) 2007, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: * Contributors:
* David Dykstal (IBM) - initial API and implementation * David Dykstal (IBM) - initial API and implementation
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.core; package org.eclipse.rse.internal.core;
import org.eclipse.core.runtime.Preferences; import org.eclipse.core.runtime.Preferences;

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* David Dykstal (IBM) - removed RESOURCE_TEAMPROFILE_NAME * David Dykstal (IBM) - removed RESOURCE_TEAMPROFILE_NAME
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.core; package org.eclipse.rse.internal.core;
@ -43,4 +44,4 @@ public interface SystemResourceConstants
public static final String MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED = "RSEG1068"; //$NON-NLS-1$ public static final String MSG_LOADING_PROFILE_SHOULDBE_ACTIVATED = "RSEG1068"; //$NON-NLS-1$
public static final String MSG_LOADING_PROFILE_SHOULDNOTBE_DEACTIVATED = "RSEG1069"; //$NON-NLS-1$ public static final String MSG_LOADING_PROFILE_SHOULDNOTBE_DEACTIVATED = "RSEG1069"; //$NON-NLS-1$
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* Kevin Doyle (IBM) - [190445] moveSystemFilter now reorganizes the list of filters * Kevin Doyle (IBM) - [190445] moveSystemFilter now reorganizes the list of filters
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.core.filters; package org.eclipse.rse.internal.core.filters;
@ -499,4 +500,4 @@ public class SystemFilterContainerCommonMethods
invalidateCache(); invalidateCache();
} }
} }

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -14,7 +15,7 @@
* David Dykstal (IBM) - removing implementation of ISystemFilterSavePolicies, ISystemFilterConstants * David Dykstal (IBM) - removing implementation of ISystemFilterSavePolicies, ISystemFilterConstants
* David Dykstal (IBM) - 142806: refactoring persistence framework * David Dykstal (IBM) - 142806: refactoring persistence framework
* Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType * Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.core.filters; package org.eclipse.rse.internal.core.filters;
import java.util.ArrayList; import java.util.ArrayList;
@ -988,4 +989,4 @@ public class SystemFilterPool extends SystemPersistableReferencedObject
return result; return result;
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -17,7 +18,7 @@
* contained in the reference was not found. * contained in the reference was not found.
* David Dykstal (IBM) - [192122] extended search to look for filter pools in * David Dykstal (IBM) - [192122] extended search to look for filter pools in
* profile during getReferencedFilterPool() rather than returning broken reference * profile during getReferencedFilterPool() rather than returning broken reference
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.core.filters; package org.eclipse.rse.internal.core.filters;
@ -295,4 +296,4 @@ public class SystemFilterPoolReference extends SystemPersistableReferencingObjec
public IRSEPersistableContainer[] getPersistableChildren() { public IRSEPersistableContainer[] getPersistableChildren() {
return IRSEPersistableContainer.NO_CHILDREN; return IRSEPersistableContainer.NO_CHILDREN;
} }
} }

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* David Dykstal (IBM) - removing implementation of ISystemFilterConstants * David Dykstal (IBM) - removing implementation of ISystemFilterConstants
* Martin Oberhuber (Wind River) - [177523] Unify singleton getter methods * Martin Oberhuber (Wind River) - [177523] Unify singleton getter methods
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.core.filters; package org.eclipse.rse.internal.core.filters;
import org.eclipse.rse.core.filters.ISystemFilterPoolManager; import org.eclipse.rse.core.filters.ISystemFilterPoolManager;
@ -110,4 +111,4 @@ public class SystemFilterStartHere
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,9 +14,9 @@
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType * Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType
* David Dykstal (IBM) - [188863] created out of SaveRSEDOMJob * David Dykstal (IBM) - [188863] created out of SaveRSEDOMJob
* David McKnight (IBM) - [216252] MessageFormat.format -> NLS.bind * David McKnight (IBM) - [216252] MessageFormat.format -> NLS.bind
* David Dykstal (IBM) - [197167] adding notification and waiting for RSE model * David Dykstal (IBM) - [197167] adding notification and waiting for RSE model
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.persistence; package org.eclipse.rse.internal.persistence;

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007 IBM Corporation and others. * Copyright (c) 2007, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
*******************************************************************************/ *******************************************************************************/

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -14,7 +15,7 @@
* Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType * Martin Oberhuber (Wind River) - [184095] Replace systemTypeName by IRSESystemType
* David Dykstal (IBM) - [188863] created out of SaveRSEDOMJob * David Dykstal (IBM) - [188863] created out of SaveRSEDOMJob
* David McKnight (IBM) - [216252] MessageFormat.format -> NLS.bind * David McKnight (IBM) - [216252] MessageFormat.format -> NLS.bind
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.persistence; package org.eclipse.rse.internal.persistence;

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* David Dykstal (IBM) - 142806: refactoring persistence framework * David Dykstal (IBM) - 142806: refactoring persistence framework
* David Dykstal (IBM) - [cleanup] adding noimplement tag * David Dykstal (IBM) - [cleanup] adding noimplement tag
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.persistence; package org.eclipse.rse.persistence;
@ -123,4 +124,4 @@ public interface IRSEPersistenceManager {
*/ */
public boolean isRestoreComplete(); public boolean isRestoreComplete();
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - [181112] NLS missing messages * Martin Oberhuber (Wind River) - [181112] NLS missing messages
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.dstore.security; package org.eclipse.rse.internal.dstore.security;

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2006, 2007 IBM Corporation and others. # Copyright (c) 2006, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - [186128][refactoring] Move IProgressMonitor last in public base classes * Martin Oberhuber (Wind River) - [186128][refactoring] Move IProgressMonitor last in public base classes
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.files.ui.compare; package org.eclipse.rse.files.ui.compare;
import java.util.ArrayList; import java.util.ArrayList;
@ -245,4 +246,4 @@ public class SystemCompareInput extends CompareEditorInput
} }
} }
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -15,7 +16,7 @@
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry * Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
* Martin Oberhuber (Wind River) - [190442] made SystemActionViewerFilter API * Martin Oberhuber (Wind River) - [190442] made SystemActionViewerFilter API
* David McKnight (IBM) - [225506] [api][breaking] RSE UI leaks non-API types * David McKnight (IBM) - [225506] [api][breaking] RSE UI leaks non-API types
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.files.ui.dialogs; package org.eclipse.rse.files.ui.dialogs;
@ -100,4 +101,4 @@ public class SystemRemoteFileDialog extends SystemRemoteResourceDialog
} }
} }
} }
} }

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2006 IBM Corporation. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -12,7 +13,7 @@
* *
* Contributors: * Contributors:
* {Name} (company) - description of contribution. * {Name} (company) - description of contribution.
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.files.ui.resources; package org.eclipse.rse.files.ui.resources;
@ -52,4 +53,4 @@ public interface ISystemRemotePath {
* This is system dependent. * This is system dependent.
*/ */
public boolean equals(Object obj); public boolean equals(Object obj);
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -20,7 +21,7 @@
* Martin Oberhuber (Wind River) - [199573] Fix potential threading issues in SystemTempFileListener * Martin Oberhuber (Wind River) - [199573] Fix potential threading issues in SystemTempFileListener
* David McKnight (IBM) - [205297] Editor upload should not be on main thread * David McKnight (IBM) - [205297] Editor upload should not be on main thread
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.files.ui.resources; package org.eclipse.rse.files.ui.resources;
import java.io.File; import java.io.File;
@ -716,4 +717,4 @@ public abstract class SystemTempFileListener implements IResourceChangeListener
return false; return false;
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -14,7 +15,7 @@
* Martin Oberhuber (Wind River) - [180519][api] declaratively register adapter factories * Martin Oberhuber (Wind River) - [180519][api] declaratively register adapter factories
* David McKnight (IBM) - [205820] create the temp files project (if not there) when files.ui is loaded * David McKnight (IBM) - [205820] create the temp files project (if not there) when files.ui is loaded
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui; package org.eclipse.rse.internal.files.ui;
@ -124,4 +125,4 @@ public class Activator extends AbstractUIPlugin
return AbstractUIPlugin.imageDescriptorFromPlugin("org.eclipse.rse.files.ui", path); //$NON-NLS-1$ return AbstractUIPlugin.imageDescriptorFromPlugin("org.eclipse.rse.files.ui", path); //$NON-NLS-1$
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin * Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin
* David McKnight (IBM) - [224377] "open with" menu does not have "other" option * David McKnight (IBM) - [224377] "open with" menu does not have "other" option
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.actions; package org.eclipse.rse.internal.files.ui.actions;
@ -51,4 +52,4 @@ public class SystemBrowseFileAction extends SystemEditFileAction {
editableFile.open(SystemBasePlugin.getActiveWorkbenchShell(), true); editableFile.open(SystemBasePlugin.getActiveWorkbenchShell(), true);
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin * Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin
* David McKnight (IBM) - [224377] "open with" menu does not have "other" option * David McKnight (IBM) - [224377] "open with" menu does not have "other" option
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.actions; package org.eclipse.rse.internal.files.ui.actions;
@ -52,4 +53,4 @@ public class SystemBrowseFileLineAction extends SystemEditFileLineAction {
handleGotoLine(); handleGotoLine();
} }
} }

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry * Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
* Martin Oberhuber (Wind River) - [189130] Move SystemIFileProperties from UI to Core * Martin Oberhuber (Wind River) - [189130] Move SystemIFileProperties from UI to Core
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.actions; package org.eclipse.rse.internal.files.ui.actions;
@ -291,4 +292,4 @@ public class SystemDownloadConflictAction extends SystemBaseAction implements Ru
properties.setDirty(true); properties.setDirty(true);
} }
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -14,7 +15,7 @@
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin * Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin
* Martin Oberhuber (Wind River) - [189130] Move SystemIFileProperties from UI to Core * Martin Oberhuber (Wind River) - [189130] Move SystemIFileProperties from UI to Core
* David McKnight (IBM) - [224377] "open with" menu does not have "other" option * David McKnight (IBM) - [224377] "open with" menu does not have "other" option
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.actions; package org.eclipse.rse.internal.files.ui.actions;
@ -126,4 +127,4 @@ public class SystemEditFileLineAction extends SystemEditFileAction {
return marker; return marker;
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2005, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2005, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -14,7 +15,7 @@
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin * Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin
* Martin Oberhuber (Wind River) - [189130] Move SystemIFileProperties from UI to Core * Martin Oberhuber (Wind River) - [189130] Move SystemIFileProperties from UI to Core
* David McKnight (IBM) - [224377] "open with" menu does not have "other" option * David McKnight (IBM) - [224377] "open with" menu does not have "other" option
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.actions; package org.eclipse.rse.internal.files.ui.actions;
import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IFile;
@ -210,4 +211,4 @@ public class SystemRemoteFileLineOpenWithMenu extends SystemRemoteFileOpenWithMe
} }
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin * Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin
* David McKnight (IBM) - [224377] "open with" menu does not have "other" option * David McKnight (IBM) - [224377] "open with" menu does not have "other" option
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.actions; package org.eclipse.rse.internal.files.ui.actions;
@ -50,4 +51,4 @@ public class SystemSearchBrowseFileLineAction extends SystemSearchEditFileLineAc
editableFile.open(SystemBasePlugin.getActiveWorkbenchShell(), true); editableFile.open(SystemBasePlugin.getActiveWorkbenchShell(), true);
handleGotoLine(_remoteFile, _searchResult); handleGotoLine(_remoteFile, _searchResult);
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -14,7 +15,7 @@
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin * Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin
* Martin Oberhuber (Wind River) - [189130] Move SystemIFileProperties from UI to Core * Martin Oberhuber (Wind River) - [189130] Move SystemIFileProperties from UI to Core
* David McKnight (IBM) - [224377] "open with" menu does not have "other" option * David McKnight (IBM) - [224377] "open with" menu does not have "other" option
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.actions; package org.eclipse.rse.internal.files.ui.actions;
@ -162,4 +163,4 @@ public class SystemSearchEditFileLineAction extends SystemEditFileAction {
marker.setAttribute(IMarker.CHAR_END, charEnd); marker.setAttribute(IMarker.CHAR_END, charEnd);
return marker; return marker;
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -18,7 +19,7 @@
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
* David McKnight (IBM) - [224377] "open with" menu does not have "other" option * David McKnight (IBM) - [224377] "open with" menu does not have "other" option
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.actions; package org.eclipse.rse.internal.files.ui.actions;
@ -611,4 +612,4 @@ public class SystemUploadConflictAction extends SystemBaseAction implements Runn
properties.setDirty(true); properties.setDirty(true);
} }
} }
} }

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. * Copyright (c) 2002, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -18,7 +19,7 @@
* Martin Oberhuber (Wind River) - [196936] Hide disabled system types * Martin Oberhuber (Wind River) - [196936] Hide disabled system types
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.search; package org.eclipse.rse.internal.files.ui.search;
@ -1560,4 +1561,4 @@ public class SystemSearchPage extends DialogPage implements ISearchPage {
dataSection.put(STORE_DATA_INCLUDE_SUBFOLDERS, data.includeSubfolders); dataSection.put(STORE_DATA_INCLUDE_SUBFOLDERS, data.includeSubfolders);
} }
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -16,7 +17,7 @@
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
* Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI * Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.view; package org.eclipse.rse.internal.files.ui.view;
import java.util.ArrayList; import java.util.ArrayList;
@ -357,4 +358,4 @@ public class SystemViewRemoteSearchResultSetAdapter extends AbstractSystemViewAd
} }
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2000, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -18,7 +19,7 @@
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
* David McKnight (IBM) - [223204] [cleanup] fix broken nls strings in files.ui and others * David McKnight (IBM) - [223204] [cleanup] fix broken nls strings in files.ui and others
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.wizards; package org.eclipse.rse.internal.files.ui.wizards;
@ -483,4 +484,4 @@ public class SystemNewFileWizard
return folders; return folders;
} }
} // end class } // end class

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -14,7 +15,7 @@
* Kevin Doyle (IBM) - Changed name Validator to ValidatorFileUniqueName * Kevin Doyle (IBM) - Changed name Validator to ValidatorFileUniqueName
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry * Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
* David McKnight (IBM) - [216252] cleaning up system message ids and strings * David McKnight (IBM) - [216252] cleaning up system message ids and strings
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.wizards; package org.eclipse.rse.internal.files.ui.wizards;
@ -233,4 +234,4 @@ public class SystemNewFileWizardMainPage
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2000, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -16,7 +17,7 @@
* Xuan Chen (IBM) - [209828] Need to move the Create operation to a job. * Xuan Chen (IBM) - [209828] Need to move the Create operation to a job.
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.wizards; package org.eclipse.rse.internal.files.ui.wizards;
@ -337,4 +338,4 @@ public class SystemNewFolderWizard
} }
} // end class } // end class

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2002, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2002, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -14,7 +15,7 @@
* Kevin Doyle (IBM) - Changed name Validator to ValidatorFileUniqueName * Kevin Doyle (IBM) - Changed name Validator to ValidatorFileUniqueName
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry * Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
* David McKnight (IBM) - [216252] cleaning up system message ids and strings * David McKnight (IBM) - [216252] cleaning up system message ids and strings
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.files.ui.wizards; package org.eclipse.rse.internal.files.ui.wizards;
@ -233,4 +234,4 @@ public class SystemNewFolderWizardMainPage
return (errorMessage==null) && (newfolderName.getText().trim().length()>0); return (errorMessage==null) && (newfolderName.getText().trim().length()>0);
} }
} }

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
*******************************************************************************/ *******************************************************************************/

View file

@ -1,10 +1,10 @@
############################################################################### ###############################################################################
# Copyright (c) 2000, 2007 IBM Corporation and others. # Copyright (c) 2000, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html # http://www.eclipse.org/legal/epl-v10.html
# #
# Contributors: # Contributors:
# David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible # David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
# David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared # David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared

View file

@ -1,12 +1,12 @@
package org.eclipse.rse.internal.importexport.files; package org.eclipse.rse.internal.importexport.files;
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* David McKnight (IBM) - [219792] use background query when doing import * David McKnight (IBM) - [219792] use background query when doing import

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin * Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui * Martin Oberhuber (Wind River) - [174945] split importexport icons from rse.ui

View file

@ -1,10 +1,10 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others. * Copyright (c) 2000, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* IBM Corporation - initial API and implementation * IBM Corporation - initial API and implementation
* Martin Oberhuber (Wind River) - [180562][api] dont implement IRemoteImportExportConstants * Martin Oberhuber (Wind River) - [180562][api] dont implement IRemoteImportExportConstants

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -14,7 +15,7 @@
* Martin Oberhuber (Wind River) - [180519][api] declaratively register rse.processes.ui adapter factories * Martin Oberhuber (Wind River) - [180519][api] declaratively register rse.processes.ui adapter factories
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.processes.ui; package org.eclipse.rse.internal.processes.ui;
@ -158,4 +159,4 @@ public class ProcessesPlugin extends SystemBasePlugin {
// path+ISystemIconConstants.ICON_SYSTEM_NEWPROFILEWIZARD); // path+ISystemIconConstants.ICON_SYSTEM_NEWPROFILEWIZARD);
} }
} }

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. * Copyright (c) 2006, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2005, 2007 IBM Corporation and others. # Copyright (c) 2005, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0 # are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2005, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2005, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -16,7 +17,7 @@
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry * Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.processes.ui.actions; package org.eclipse.rse.internal.processes.ui.actions;
@ -370,4 +371,4 @@ public class SystemKillProcessAction extends SystemBaseDialogAction implements I
msgDlg.open(); msgDlg.open();
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -13,7 +14,7 @@
* Contributors: * Contributors:
* Martin Oberhuber (Wind River) - [186640] Add IRSESystemType.testProperty() * Martin Oberhuber (Wind River) - [186640] Add IRSESystemType.testProperty()
* David McKnight (IBM) - [223204] [cleanup] fix broken nls strings in files.ui and others * David McKnight (IBM) - [223204] [cleanup] fix broken nls strings in files.ui and others
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.processes.ui.dialogs; package org.eclipse.rse.internal.processes.ui.dialogs;
@ -330,4 +331,4 @@ public class SystemKillDialog extends SystemPromptDialog
if (signal == null) return ""; //$NON-NLS-1$ if (signal == null) return ""; //$NON-NLS-1$
return signal; return signal;
} }
} }

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. * Copyright (c) 2006, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. * Copyright (c) 2006, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -18,7 +19,7 @@
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
* Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI * Xuan Chen (IBM) - [223126] [api][breaking] Remove API related to User Actions in RSE Core/UI
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.processes.ui.view; package org.eclipse.rse.internal.processes.ui.view;
@ -503,4 +504,4 @@ public class SystemViewRemoteProcessAdapter extends AbstractSystemViewAdapter
{ {
return true; return true;
} }
} }

View file

@ -1,8 +1,9 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2005, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2005, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* *
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
@ -14,7 +15,7 @@
* Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin * Martin Oberhuber (Wind River) - [168870] refactor org.eclipse.rse.core package of the UI plugin
* David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible * David McKnight (IBM) - [216252] [api][nls] Resource Strings specific to subsystems should be moved from rse.ui into files.ui / shells.ui / processes.ui where possible
* David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared * David McKnight (IBM) - [220547] [api][breaking] SimpleSystemMessage needs to specify a message id and some messages should be shared
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.processes.ui; package org.eclipse.rse.processes.ui;
@ -758,4 +759,4 @@ public class SystemProcessFilterStringEditPane extends
} }
skipUniquenessChecking = false; skipUniquenessChecking = false;
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2007 IBM Corporation. All rights reserved. * Copyright (c) 2007, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight. * component that contains this file: David McKnight.
@ -11,7 +12,7 @@
* Contributors: * Contributors:
* Xuan Chen (IBM) - [209827] Update DStore command implementation to enable cancelation of archive operations * Xuan Chen (IBM) - [209827] Update DStore command implementation to enable cancelation of archive operations
* Noriaki Takatsu (IBM) - [220126] [dstore][api][breaking] Single process server for multiple clients * Noriaki Takatsu (IBM) - [220126] [dstore][api][breaking] Single process server for multiple clients
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.dstore.universal.miners.filesystem; package org.eclipse.rse.internal.dstore.universal.miners.filesystem;
import java.io.File; import java.io.File;

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2007 IBM Corporation. All rights reserved. * Copyright (c) 2007, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight. * component that contains this file: David McKnight.
@ -11,7 +12,7 @@
* Contributors: * Contributors:
* Xuan Chen (IBM) - [209827] Update DStore command implementation to enable cancelation of archive operations * Xuan Chen (IBM) - [209827] Update DStore command implementation to enable cancelation of archive operations
* Noriaki Takatsu (IBM) - [220126] [dstore][api][breaking] Single process server for multiple clients * Noriaki Takatsu (IBM) - [220126] [dstore][api][breaking] Single process server for multiple clients
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.dstore.universal.miners.filesystem; package org.eclipse.rse.internal.dstore.universal.miners.filesystem;
import java.io.File; import java.io.File;
@ -185,4 +186,4 @@ public class CreateFileThread extends SecuredThread implements ICancellableHandl
_dataStore.refresh(subject); _dataStore.refresh(subject);
return _miner.statusDone(status); return _miner.statusDone(status);
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2007 IBM Corporation. All rights reserved. * Copyright (c) 2007, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight. * component that contains this file: David McKnight.
@ -11,7 +12,7 @@
* Contributors: * Contributors:
* Xuan Chen (IBM) - [209827] Update DStore command implementation to enable cancelation of archive operations * Xuan Chen (IBM) - [209827] Update DStore command implementation to enable cancelation of archive operations
* Noriaki Takatsu (IBM) - [220126] [dstore][api][breaking] Single process server for multiple clients * Noriaki Takatsu (IBM) - [220126] [dstore][api][breaking] Single process server for multiple clients
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.dstore.universal.miners.filesystem; package org.eclipse.rse.internal.dstore.universal.miners.filesystem;
import java.io.File; import java.io.File;
@ -177,4 +178,4 @@ public class CreateFolderThread extends SecuredThread implements ICancellableHan
_dataStore.refresh(subject); _dataStore.refresh(subject);
return _miner.statusDone(status); return _miner.statusDone(status);
} }
} }

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2007 IBM Corporation. All rights reserved. * Copyright (c) 2007, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight. * component that contains this file: David McKnight.
@ -12,7 +13,7 @@
* David McKnight (IBM) - [192884] Should not use filter to determine previous query results * David McKnight (IBM) - [192884] Should not use filter to determine previous query results
* David McKnight (IBM) - [209387] Should not delete elements for files that still exist (but are filtered out) * David McKnight (IBM) - [209387] Should not delete elements for files that still exist (but are filtered out)
* Noriaki Takatsu (IBM) - [220126] [dstore][api][breaking] Single process server for multiple clients * Noriaki Takatsu (IBM) - [220126] [dstore][api][breaking] Single process server for multiple clients
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.dstore.universal.miners.filesystem; package org.eclipse.rse.internal.dstore.universal.miners.filesystem;
import java.io.File; import java.io.File;

View file

@ -1,16 +1,17 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2007 IBM Corporation. All rights reserved. * Copyright (c) 2007, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight. * component that contains this file: David McKnight.
* *
* Contributors: * Contributors:
* Noriaki Takatsu (IBM) - [220126] [dstore][api][breaking] Single process server for multiple clients * Noriaki Takatsu (IBM) - [220126] [dstore][api][breaking] Single process server for multiple clients
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.dstore.universal.miners.filesystem; package org.eclipse.rse.internal.dstore.universal.miners.filesystem;
import java.io.File; import java.io.File;

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. * Copyright (c) 2006, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. * Copyright (c) 2006, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. * Copyright (c) 2006, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

View file

@ -1,9 +1,10 @@
/******************************************************************************** /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the terms * All rights reserved. This program and the accompanying materials
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * are made available under the terms of the Eclipse Public License v1.0
* available at http://www.eclipse.org/legal/epl-v10.html * which accompanies this distribution, and is available at
* * http://www.eclipse.org/legal/epl-v10.html
*
* Initial Contributors: * Initial Contributors:
* The following IBM employees contributed to the Remote System Explorer * The following IBM employees contributed to the Remote System Explorer
* component that contains this file: David McKnight, Kushal Munir, * component that contains this file: David McKnight, Kushal Munir,
@ -15,7 +16,7 @@
* David McKnight (IBM) - [190803] Canceling a long-running dstore job prints "InterruptedException" to stdout * David McKnight (IBM) - [190803] Canceling a long-running dstore job prints "InterruptedException" to stdout
* David McKnight (IBM) - [196624] dstore miner IDs should be String constants rather than dynamic lookup * David McKnight (IBM) - [196624] dstore miner IDs should be String constants rather than dynamic lookup
* David McKnight (IBM) - [216252] use SimpleSystemMessage instead of getMessage() * David McKnight (IBM) - [216252] use SimpleSystemMessage instead of getMessage()
********************************************************************************/ *******************************************************************************/
package org.eclipse.rse.internal.services.dstore.shells; package org.eclipse.rse.internal.services.dstore.shells;
@ -209,4 +210,4 @@ public class DStoreShellService extends AbstractDStoreService implements IShellS
} }
} }
} }

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2007 IBM Corporation and others. * Copyright (c) 2006, 2008 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at

Some files were not shown because too many files have changed in this diff Show more