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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
// Copyright 2007 Nokia, Inc.
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
BuilderUtils.Build_All_Targets=Build All Configurations
cawthron
parents:
diff changeset
     4
BuilderUtils.Build_All_Targets_ToolTip=Build all configurations for the selected project
cawthron
parents:
diff changeset
     5
cawthron
parents:
diff changeset
     6
BuilderUtils.Freeze_Exports=Freeze Exports
cawthron
parents:
diff changeset
     7
BuilderUtils.Freeze_Exports_ToolTip=Freeze Exports for current project
cawthron
parents:
diff changeset
     8
cawthron
parents:
diff changeset
     9
BuilderUtils.Build_Symbian_Component=Build Symbian Component
cawthron
parents:
diff changeset
    10
BuilderUtils.Clean_Symbian_Component=Clean Symbian Component
cawthron
parents:
diff changeset
    11
BuilderUtils.Freeze_Symbian_Component=Freeze Symbian Component
cawthron
parents:
diff changeset
    12
BuilderUtils.Build_PKG=Build PKG File
cawthron
parents:
diff changeset
    13
cawthron
parents:
diff changeset
    14
BuilderUtils.Build_Symbian_Component_ToolTip=Build the selected Symbian Component for the current configuration
cawthron
parents:
diff changeset
    15
BuilderUtils.Clean_Symbian_Component_ToolTip=Clean the selected Symbian Component for the current configuration
cawthron
parents:
diff changeset
    16
BuilderUtils.Freeze_Symbian_Component_ToolTip=Freeze the selected Symbian Component for the current configuration
cawthron
parents:
diff changeset
    17
BuilderUtils.Build_PKG_ToolTip=Build the selected PKG for the current configuration
cawthron
parents:
diff changeset
    18
cawthron
parents:
diff changeset
    19
BuilderUtils.Compile_Source=Compile
cawthron
parents:
diff changeset
    20
BuilderUtils.Preprocess=Preprocess
cawthron
parents:
diff changeset
    21
cawthron
parents:
diff changeset
    22
BuilderUtils.Tidy=tidy
cawthron
parents:
diff changeset
    23
BuilderUtils.Final=final
cawthron
parents:
diff changeset
    24
BuilderUtils.Resource=resource
cawthron
parents:
diff changeset
    25
BuilderUtils.CleanExport=cleanexport
cawthron
parents:
diff changeset
    26
BuilderUtils.Export=export
cawthron
parents:
diff changeset
    27
BuilderUtils.Target=target
cawthron
parents:
diff changeset
    28
cawthron
parents:
diff changeset
    29
BuilderUtils.TestTidy=test tidy
cawthron
parents:
diff changeset
    30
BuilderUtils.TestFinal=test final
cawthron
parents:
diff changeset
    31
BuilderUtils.TestResource=test resource
cawthron
parents:
diff changeset
    32
BuilderUtils.TestCleanExport=test cleanexport
cawthron
parents:
diff changeset
    33
BuilderUtils.TestExport=test export
cawthron
parents:
diff changeset
    34
BuilderUtils.TestTarget=test target