Add stubs for the most commonly used tools
authorDario Sestito <darios@symbian.org>
Wed, 09 Jun 2010 18:41:17 +0100
changeset 278 87a39e76ac33
parent 277 e7df00ade863
child 279 578dff671e26
Add stubs for the most commonly used tools
stubs/clone_all_packages.bat
stubs/dbr.bat
stubs/downloadkit.bat
stubs/envinfo.bat
stubs/truclean.bat
stubs/uh.bat
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stubs/clone_all_packages.bat	Wed Jun 09 18:41:17 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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stubs/dbr.bat	Wed Jun 09 18:41:17 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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stubs/downloadkit.bat	Wed Jun 09 18:41:17 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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stubs/envinfo.bat	Wed Jun 09 18:41:17 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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stubs/truclean.bat	Wed Jun 09 18:41:17 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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stubs/uh.bat	Wed Jun 09 18:41:17 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