# HG changeset patch # User Dario Sestito # Date 1276164378 -3600 # Node ID 578dff671e267117e75b60ee39392e202542029a # Parent 87a39e76ac33677e5b01347e61ec3dd4c773cceb Rename 'stubs' as 'bin' as this is more appropriate diff -r 87a39e76ac33 -r 578dff671e26 bin/clone_all_packages.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/clone_all_packages.bat Thu Jun 10 11:06:18 2010 +0100 @@ -0,0 +1,24 @@ +@REM Copyright (c) 2009 Symbian Foundation Ltd +@REM This component and the accompanying materials are made available +@REM under the terms of the License "Eclipse Public License v1.0" +@REM which accompanies this distribution, and is available +@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". +@REM +@REM Initial Contributors: +@REM Symbian Foundation Ltd - initial contribution. +@REM +@REM Contributors: +@REM +@REM Description: +@REM Invokes the tool by call to the related interpreter + +@SETLOCAL +@IF NOT "%PDT_HOME%"=="" ( +SET UTILITIES_HOME=%PDT_HOME%\utilities +) ELSE ( +SET UTILITIES_HOME=%~dp0\.. +) + +@perl %UTILITIES_HOME%\clone_packages\clone_all_packages.pl %* + +@ENDLOCAL diff -r 87a39e76ac33 -r 578dff671e26 bin/dbr.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/dbr.bat Thu Jun 10 11:06:18 2010 +0100 @@ -0,0 +1,24 @@ +@REM Copyright (c) 2009 Symbian Foundation Ltd +@REM This component and the accompanying materials are made available +@REM under the terms of the License "Eclipse Public License v1.0" +@REM which accompanies this distribution, and is available +@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". +@REM +@REM Initial Contributors: +@REM Symbian Foundation Ltd - initial contribution. +@REM +@REM Contributors: +@REM +@REM Description: +@REM Invokes the tool by call to the related interpreter + +@SETLOCAL +@IF NOT "%PDT_HOME%"=="" ( +SET UTILITIES_HOME=%PDT_HOME%\utilities +) ELSE ( +SET UTILITIES_HOME=%~dp0\.. +) + +@python %UTILITIES_HOME%\dbrtools\dbr.py %* + +@ENDLOCAL diff -r 87a39e76ac33 -r 578dff671e26 bin/downloadkit.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/downloadkit.bat Thu Jun 10 11:06:18 2010 +0100 @@ -0,0 +1,24 @@ +@REM Copyright (c) 2009 Symbian Foundation Ltd +@REM This component and the accompanying materials are made available +@REM under the terms of the License "Eclipse Public License v1.0" +@REM which accompanies this distribution, and is available +@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". +@REM +@REM Initial Contributors: +@REM Symbian Foundation Ltd - initial contribution. +@REM +@REM Contributors: +@REM +@REM Description: +@REM Invokes the tool by call to the related interpreter + +@SETLOCAL +@IF NOT "%PDT_HOME%"=="" ( +SET UTILITIES_HOME=%PDT_HOME%\utilities +) ELSE ( +SET UTILITIES_HOME=%~dp0\.. +) + +@python %UTILITIES_HOME%\downloadkit\downloadkit.py %* + +@ENDLOCAL diff -r 87a39e76ac33 -r 578dff671e26 bin/envinfo.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/envinfo.bat Thu Jun 10 11:06:18 2010 +0100 @@ -0,0 +1,24 @@ +@REM Copyright (c) 2009 Symbian Foundation Ltd +@REM This component and the accompanying materials are made available +@REM under the terms of the License "Eclipse Public License v1.0" +@REM which accompanies this distribution, and is available +@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". +@REM +@REM Initial Contributors: +@REM Symbian Foundation Ltd - initial contribution. +@REM +@REM Contributors: +@REM +@REM Description: +@REM Invokes the tool by call to the related interpreter + +@SETLOCAL +@IF NOT "%PDT_HOME%"=="" ( +SET UTILITIES_HOME=%PDT_HOME%\utilities +) ELSE ( +SET UTILITIES_HOME=%~dp0\.. +) + +@perl %UTILITIES_HOME%\envinfo\envinfo.pl %* + +@ENDLOCAL diff -r 87a39e76ac33 -r 578dff671e26 bin/truclean.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/truclean.bat Thu Jun 10 11:06:18 2010 +0100 @@ -0,0 +1,24 @@ +@REM Copyright (c) 2009 Symbian Foundation Ltd +@REM This component and the accompanying materials are made available +@REM under the terms of the License "Eclipse Public License v1.0" +@REM which accompanies this distribution, and is available +@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". +@REM +@REM Initial Contributors: +@REM Symbian Foundation Ltd - initial contribution. +@REM +@REM Contributors: +@REM +@REM Description: +@REM Invokes the tool by call to the related interpreter + +@SETLOCAL +@IF NOT "%PDT_HOME%"=="" ( +SET UTILITIES_HOME=%PDT_HOME%\utilities +) ELSE ( +SET UTILITIES_HOME=%~dp0\.. +) + +@perl %UTILITIES_HOME%\uh_parser\truclean.pl %* + +@ENDLOCAL diff -r 87a39e76ac33 -r 578dff671e26 bin/uh.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/uh.bat Thu Jun 10 11:06:18 2010 +0100 @@ -0,0 +1,24 @@ +@REM Copyright (c) 2009 Symbian Foundation Ltd +@REM This component and the accompanying materials are made available +@REM under the terms of the License "Eclipse Public License v1.0" +@REM which accompanies this distribution, and is available +@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". +@REM +@REM Initial Contributors: +@REM Symbian Foundation Ltd - initial contribution. +@REM +@REM Contributors: +@REM +@REM Description: +@REM Invokes the tool by call to the related interpreter + +@SETLOCAL +@IF NOT "%PDT_HOME%"=="" ( +SET UTILITIES_HOME=%PDT_HOME%\utilities +) ELSE ( +SET UTILITIES_HOME=%~dp0\.. +) + +@perl %UTILITIES_HOME%\uh_parser\uh.pl %* + +@ENDLOCAL diff -r 87a39e76ac33 -r 578dff671e26 stubs/clone_all_packages.bat --- a/stubs/clone_all_packages.bat Wed Jun 09 18:41:17 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -@REM Copyright (c) 2009 Symbian Foundation Ltd -@REM This component and the accompanying materials are made available -@REM under the terms of the License "Eclipse Public License v1.0" -@REM which accompanies this distribution, and is available -@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". -@REM -@REM Initial Contributors: -@REM Symbian Foundation Ltd - initial contribution. -@REM -@REM Contributors: -@REM -@REM Description: -@REM Invokes the tool by call to the related interpreter - -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@perl %UTILITIES_HOME%\clone_packages\clone_all_packages.pl %* - -@ENDLOCAL diff -r 87a39e76ac33 -r 578dff671e26 stubs/dbr.bat --- a/stubs/dbr.bat Wed Jun 09 18:41:17 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -@REM Copyright (c) 2009 Symbian Foundation Ltd -@REM This component and the accompanying materials are made available -@REM under the terms of the License "Eclipse Public License v1.0" -@REM which accompanies this distribution, and is available -@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". -@REM -@REM Initial Contributors: -@REM Symbian Foundation Ltd - initial contribution. -@REM -@REM Contributors: -@REM -@REM Description: -@REM Invokes the tool by call to the related interpreter - -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@python %UTILITIES_HOME%\dbrtools\dbr.py %* - -@ENDLOCAL diff -r 87a39e76ac33 -r 578dff671e26 stubs/downloadkit.bat --- a/stubs/downloadkit.bat Wed Jun 09 18:41:17 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -@REM Copyright (c) 2009 Symbian Foundation Ltd -@REM This component and the accompanying materials are made available -@REM under the terms of the License "Eclipse Public License v1.0" -@REM which accompanies this distribution, and is available -@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". -@REM -@REM Initial Contributors: -@REM Symbian Foundation Ltd - initial contribution. -@REM -@REM Contributors: -@REM -@REM Description: -@REM Invokes the tool by call to the related interpreter - -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@python %UTILITIES_HOME%\downloadkit\downloadkit.py %* - -@ENDLOCAL diff -r 87a39e76ac33 -r 578dff671e26 stubs/envinfo.bat --- a/stubs/envinfo.bat Wed Jun 09 18:41:17 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -@REM Copyright (c) 2009 Symbian Foundation Ltd -@REM This component and the accompanying materials are made available -@REM under the terms of the License "Eclipse Public License v1.0" -@REM which accompanies this distribution, and is available -@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". -@REM -@REM Initial Contributors: -@REM Symbian Foundation Ltd - initial contribution. -@REM -@REM Contributors: -@REM -@REM Description: -@REM Invokes the tool by call to the related interpreter - -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@perl %UTILITIES_HOME%\envinfo\envinfo.pl %* - -@ENDLOCAL diff -r 87a39e76ac33 -r 578dff671e26 stubs/truclean.bat --- a/stubs/truclean.bat Wed Jun 09 18:41:17 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -@REM Copyright (c) 2009 Symbian Foundation Ltd -@REM This component and the accompanying materials are made available -@REM under the terms of the License "Eclipse Public License v1.0" -@REM which accompanies this distribution, and is available -@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". -@REM -@REM Initial Contributors: -@REM Symbian Foundation Ltd - initial contribution. -@REM -@REM Contributors: -@REM -@REM Description: -@REM Invokes the tool by call to the related interpreter - -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@perl %UTILITIES_HOME%\uh_parser\truclean.pl %* - -@ENDLOCAL diff -r 87a39e76ac33 -r 578dff671e26 stubs/uh.bat --- a/stubs/uh.bat Wed Jun 09 18:41:17 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -@REM Copyright (c) 2009 Symbian Foundation Ltd -@REM This component and the accompanying materials are made available -@REM under the terms of the License "Eclipse Public License v1.0" -@REM which accompanies this distribution, and is available -@REM at the URL "http://www.eclipse.org/legal/epl-v10.html". -@REM -@REM Initial Contributors: -@REM Symbian Foundation Ltd - initial contribution. -@REM -@REM Contributors: -@REM -@REM Description: -@REM Invokes the tool by call to the related interpreter - -@SETLOCAL -@IF NOT "%PDT_HOME%"=="" ( -SET UTILITIES_HOME=%PDT_HOME%\utilities -) ELSE ( -SET UTILITIES_HOME=%~dp0\.. -) - -@perl %UTILITIES_HOME%\uh_parser\uh.pl %* - -@ENDLOCAL