diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/daemon.bat b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/daemon.bat index 62f6d31a3cb..18a5cca730a 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/daemon.bat +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/daemon.bat @@ -1,16 +1,16 @@ @ECHO OFF -rem ******************************************************************************* -rem Copyright (c) 2005, 2007 IBM Corporation and others. -rem All rights reserved. This program and the accompanying materials -rem are made available under the terms of the Eclipse Public License v1.0 -rem which accompanies this distribution, and is available at -rem http://www.eclipse.org/legal/epl-v10.html -rem -rem Contributors: -rem IBM Corporation - initial API and implementation -rem Martin Oberhuber (Wind River) - Bug 142952: support run by dbl click -rem Martin Oberhuber (Wind River) - Add usage print, set variables local -rem ******************************************************************************* +@rem *************************************************************************** +@rem Copyright (c) 2005, 2008 IBM Corporation and others. +@rem All rights reserved. This program and the accompanying materials +@rem are made available under the terms of the Eclipse Public License v1.0 +@rem which accompanies this distribution, and is available at +@rem http://www.eclipse.org/legal/epl-v10.html +@rem +@rem Contributors: +@rem IBM Corporation - initial API and implementation +@rem Martin Oberhuber (Wind River) - Bug 142952: support run by dbl click +@rem Martin Oberhuber (Wind River) - Add usage print, set variables local +@rem *************************************************************************** REM REM Start an RSE Windows Daemon REM Usage: daemon.bat [ | -] [ -] diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/server.bat b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/server.bat index af2b8b99b0e..06458227815 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/server.bat +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/server.bat @@ -1,15 +1,15 @@ @echo off -rem ******************************************************************************* -rem Copyright (c) 2005, 2006 IBM Corporation, Wind River Systems, Inc. and others. -rem All rights reserved. This program and the accompanying materials -rem are made available under the terms of the Eclipse Public License v1.0 -rem which accompanies this distribution, and is available at -rem http://www.eclipse.org/legal/epl-v10.html -rem -rem Contributors: -rem IBM Corporation - initial API and implementation -rem Martin Oberhuber (Wind River) - Add usage print, support run by dbl click -rem ******************************************************************************* +@rem *************************************************************************** +@rem Copyright (c) 2005, 2006 IBM Corporation and others. +@rem All rights reserved. This program and the accompanying materials +@rem are made available under the terms of the Eclipse Public License v1.0 +@rem which accompanies this distribution, and is available at +@rem http://www.eclipse.org/legal/epl-v10.html +@rem +@rem Contributors: +@rem IBM Corporation - initial API and implementation +@rem Martin Oberhuber (Wind River) - Add usage print, support run by dbl click +@rem *************************************************************************** REM REM Start an RSE Windows Server REM Usage: server.bat [] [] diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/setup.bat b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/setup.bat index cf7d05ede71..63dd00638e9 100644 --- a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/setup.bat +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/scripts/windows/setup.bat @@ -1,14 +1,14 @@ @echo off -rem ******************************************************************************* -rem Copyright (c) 2005, 2006 IBM Corporation and others. -rem All rights reserved. This program and the accompanying materials -rem are made available under the terms of the Eclipse Public License v1.0 -rem which accompanies this distribution, and is available at -rem http://www.eclipse.org/legal/epl-v10.html -rem -rem Contributors: -rem IBM Corporation - initial API and implementation -rem ******************************************************************************* +@rem *************************************************************************** +@rem Copyright (c) 2005, 2006 IBM Corporation and others. +@rem All rights reserved. This program and the accompanying materials +@rem are made available under the terms of the Eclipse Public License v1.0 +@rem which accompanies this distribution, and is available at +@rem http://www.eclipse.org/legal/epl-v10.html +@rem +@rem Contributors: +@rem IBM Corporation - initial API and implementation +@rem *************************************************************************** @echo on set ECLIPSEDIR=. set CORE=%ECLIPSEDIR%\dstore_core.jar