builder/com.nokia.carbide.cpp.builder.utils/plugin.properties
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 235 59ed3eda445a
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality

// Copyright 2007 Nokia, Inc.

BuilderUtils.Build_All_Targets=Build All Configurations
BuilderUtils.Build_All_Targets_ToolTip=Build all configurations for the selected project

BuilderUtils.Freeze_Exports=Freeze Exports
BuilderUtils.Freeze_Exports_ToolTip=Freeze Exports for current project

BuilderUtils.Build_Symbian_Component=Build Symbian Component
BuilderUtils.Clean_Symbian_Component=Clean Symbian Component
BuilderUtils.Freeze_Symbian_Component=Freeze Symbian Component
BuilderUtils.Build_PKG=Build PKG File

BuilderUtils.Build_Symbian_Component_ToolTip=Build the selected Symbian Component for the current configuration
BuilderUtils.Clean_Symbian_Component_ToolTip=Clean the selected Symbian Component for the current configuration
BuilderUtils.Freeze_Symbian_Component_ToolTip=Freeze the selected Symbian Component for the current configuration
BuilderUtils.Build_PKG_ToolTip=Build the selected PKG for the current configuration

BuilderUtils.Compile_Source=Compile
BuilderUtils.Preprocess=Preprocess

BuilderUtils.Tidy=tidy
BuilderUtils.Final=final
BuilderUtils.Resource=resource
BuilderUtils.CleanExport=cleanexport
BuilderUtils.Export=export
BuilderUtils.Target=target

BuilderUtils.TestTidy=test tidy
BuilderUtils.TestFinal=test final
BuilderUtils.TestResource=test resource
BuilderUtils.TestCleanExport=test cleanexport
BuilderUtils.TestExport=test export
BuilderUtils.TestTarget=test target