23 #The id of the top level element we are building |
23 #The id of the top level element we are building |
24 topLevelElementId = org.symbian.tools.wrttools.feature |
24 topLevelElementId = org.symbian.tools.wrttools.feature |
25 |
25 |
26 ############# PRODUCT/PACKAGING CONTROL ############# |
26 ############# PRODUCT/PACKAGING CONTROL ############# |
27 # product=/plugin or feature id/path/to/.product |
27 # product=/plugin or feature id/path/to/.product |
28 product=/home/symbian/scratch/build_dir/046/workspace/wrttools/org.symbian.tools.wrttools.product/wrt-ide.product |
28 product=${sourceDirectory}/org.symbian.tools.wrttools.product/wrt-ide.product |
|
29 |
29 runPackager=true |
30 runPackager=true |
30 |
31 |
31 #Set the name of the archive that will result from the product build. |
32 #Set the name of the archive that will result from the product build. |
32 #archiveNamePrefix= |
33 #archiveNamePrefix= |
33 |
34 |
41 # value is a '&' separated list of ',' separate triples. For example, |
42 # value is a '&' separated list of ',' separate triples. For example, |
42 # configs=win32,win32,x86 & linux,motif,x86 |
43 # configs=win32,win32,x86 & linux,motif,x86 |
43 # By default the value is *,*,* |
44 # By default the value is *,*,* |
44 #configs = *, *, * |
45 #configs = *, *, * |
45 configs=win32, win32, x86 & \ |
46 configs=win32, win32, x86 & \ |
46 linux, gtk, x86 & \ |
47 linux, gtk, x86 |
47 macos, cocoa, x86 |
|
48 |
|
49 |
48 |
50 # By default PDE creates one archive (result) per entry listed in the configs property. |
49 # By default PDE creates one archive (result) per entry listed in the configs property. |
51 # Setting this value to true will cause PDE to only create one output containing all |
50 # Setting this value to true will cause PDE to only create one output containing all |
52 # artifacts for all the platforms listed in the configs property. |
51 # artifacts for all the platforms listed in the configs property. |
53 # To control the output format for the group, add a "group, group, group - <format>" entry to the |
52 # To control the output format for the group, add a "group, group, group - <format>" entry to the |
107 #generateVersionsLists=false |
106 #generateVersionsLists=false |
108 |
107 |
109 ############## BUILD NAMING CONTROL ################ |
108 ############## BUILD NAMING CONTROL ################ |
110 # The directory into which the build elements are fetched and where |
109 # The directory into which the build elements are fetched and where |
111 # the build takes place. |
110 # the build takes place. |
112 buildDirectory=${user.home}/eclipse.build |
|
113 |
111 |
114 # Type of build. Used in naming the build output. Typically this value is |
112 # Type of build. Used in naming the build output. Typically this value is |
115 # one of I, N, M, S, ... |
113 # one of I, N, M, S, ... |
116 buildType=N |
114 buildType=N |
117 |
115 |