# HG changeset patch # User Shabe Razvi # Date 1243522527 -3600 # Node ID 43a42dd33b4c1ba9bb74e165d8d32308c3d4a260 # Parent 585c31b1dac66e8f79273e5797b0b9d9d5de36d8# Parent 7f0174848f99ae09b7953600a463e8aecb511938 Merge to default branch diff -r 585c31b1dac6 -r 43a42dd33b4c common/tools/ats/ats3_testdrop.pl --- a/common/tools/ats/ats3_testdrop.pl Thu May 28 15:53:26 2009 +0100 +++ b/common/tools/ats/ats3_testdrop.pl Thu May 28 15:55:27 2009 +0100 @@ -1,5 +1,20 @@ #!/usr/bin/perl +# Copyright (c) 2009 Symbian Foundation Ltd +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Symbian Foundation Ltd - initial contribution. +# Mike Kinghan, mikek@symbian.org +# +# Contributors: +# +# Description: +# This is a tool for sending an ATS3 testdrop to an ATS3 server. + use strict; use Getopt::Long; use File::Copy; diff -r 585c31b1dac6 -r 43a42dd33b4c common/tools/ats/make_junction.pl --- a/common/tools/ats/make_junction.pl Thu May 28 15:53:26 2009 +0100 +++ b/common/tools/ats/make_junction.pl Thu May 28 15:55:27 2009 +0100 @@ -1,5 +1,20 @@ #!/usr/bin/perl +# Copyright (c) 2009 Symbian Foundation Ltd +# This component and the accompanying materials are made available +# under the terms of the License "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Symbian Foundation Ltd - initial contribution. +# Mike Kinghan, mikek@symbian.org +# +# Contributors: +# +# Description: +# This is a tool for sending an ATS3 testdrop to an ATS3 server. + use strict; use Getopt::Long; use File::Spec; @@ -98,6 +113,7 @@ "options:\n" . " --help Display this help and exit\n" . " --link=LINKDIR LINKDIR specifies the junction to be created. Last component is the junction. The rest must exist\n" . + " If LINKDIR is an existing junction it is pre-emptively deleted\n" . " --target=TARGDIR TARGDIR is directory to which the junction will point.\n" . " If TARGDIR is in a substed drive, the real path will be used.\n"; exit $error;