summaryrefslogtreecommitdiffstats
path: root/nbproject/private/launcher.properties
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-29 10:09:53 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-29 10:09:53 +0100
commit33853cf814a4ba360a990ffd6f1246a996819f12 (patch)
treeb512b07318460770aed48bc086cf556f37f00fc2 /nbproject/private/launcher.properties
parentda9b5d47f01f786f3170c80724a1a6d8f9b94ebb (diff)
removing netbeans private data
Change-Id: Icfc23e7086a8dbadcc8362a439282602488eac8b
Diffstat (limited to 'nbproject/private/launcher.properties')
-rw-r--r--nbproject/private/launcher.properties40
1 files changed, 0 insertions, 40 deletions
diff --git a/nbproject/private/launcher.properties b/nbproject/private/launcher.properties
deleted file mode 100644
index 6cc2127d..00000000
--- a/nbproject/private/launcher.properties
+++ /dev/null
@@ -1,40 +0,0 @@
-# Launchers File syntax:
-#
-# [Must-have property line]
-# launcher1.runCommand=<Run Command>
-# [Optional extra properties]
-# launcher1.displayName=<Display Name, runCommand by default>
-# launcher1.buildCommand=<Build Command, Build Command specified in project properties by default>
-# launcher1.runDir=<Run Directory, ${PROJECT_DIR} by default>
-# launcher1.symbolFiles=<Symbol Files loaded by debugger, ${OUTPUT_PATH} by default>
-# launcher1.env.<Environment variable KEY>=<Environment variable VALUE>
-# (If this value is quoted with ` it is handled as a native command which execution result will become the value)
-# [Common launcher properties]
-# common.runDir=<Run Directory>
-# (This value is overwritten by a launcher specific runDir value if the latter exists)
-# common.env.<Environment variable KEY>=<Environment variable VALUE>
-# (Environment variables from common launcher are merged with launcher specific variables)
-# common.symbolFiles=<Symbol Files loaded by debugger>
-# (This value is overwritten by a launcher specific symbolFiles value if the latter exists)
-#
-# In runDir, symbolFiles and env fields you can use these macroses:
-# ${PROJECT_DIR} - project directory absolute path
-# ${OUTPUT_PATH} - linker output path (relative to project directory path)
-# ${OUTPUT_BASENAME}- linker output filename
-# ${TESTDIR} - test files directory (relative to project directory path)
-# ${OBJECTDIR} - object files directory (relative to project directory path)
-# ${CND_DISTDIR} - distribution directory (relative to project directory path)
-# ${CND_BUILDDIR} - build directory (relative to project directory path)
-# ${CND_PLATFORM} - platform name
-# ${CND_CONF} - configuration name
-# ${CND_DLIB_EXT} - dynamic library extension
-#
-# All the project launchers must be listed in the file!
-#
-# launcher1.runCommand=...
-# launcher2.runCommand=...
-# ...
-# common.runDir=...
-# common.env.KEY=VALUE
-
-# launcher1.runCommand=<type your run command here> \ No newline at end of file