# HG changeset patch # User John Kern # Date 1266365434 28800 # Node ID 137ed78712d18765873dc6d79bdabfad7b48ba2e # Parent eea70b5d3a93b98eea1bbc53757a3360d3d58eac shepard should define build and source directory diff -r eea70b5d3a93 -r 137ed78712d1 scripts/build.properties --- a/scripts/build.properties Tue Feb 16 15:33:55 2010 -0800 +++ b/scripts/build.properties Tue Feb 16 16:10:34 2010 -0800 @@ -25,7 +25,8 @@ ############# PRODUCT/PACKAGING CONTROL ############# # product=/plugin or feature id/path/to/.product -product=/home/symbian/scratch/build_dir/046/workspace/wrttools/org.symbian.tools.wrttools.product/wrt-ide.product +product=${sourceDirectory}/org.symbian.tools.wrttools.product/wrt-ide.product + runPackager=true #Set the name of the archive that will result from the product build. @@ -43,9 +44,7 @@ # By default the value is *,*,* #configs = *, *, * configs=win32, win32, x86 & \ - linux, gtk, x86 & \ - macos, cocoa, x86 - + linux, gtk, x86 # By default PDE creates one archive (result) per entry listed in the configs property. # Setting this value to true will cause PDE to only create one output containing all @@ -109,7 +108,6 @@ ############## BUILD NAMING CONTROL ################ # The directory into which the build elements are fetched and where # the build takes place. -buildDirectory=${user.home}/eclipse.build # Type of build. Used in naming the build output. Typically this value is # one of I, N, M, S, ... diff -r eea70b5d3a93 -r 137ed78712d1 scripts/build.xml --- a/scripts/build.xml Tue Feb 16 15:33:55 2010 -0800 +++ b/scripts/build.xml Tue Feb 16 16:10:34 2010 -0800 @@ -37,11 +37,12 @@ into the appropriate build directory folders. --> - + - + + @@ -65,6 +66,8 @@ --> + +