scripts/genBuildScripts.xml
changeset 65 6bec0231e8d2
parent 62 040d2c998a7b
child 69 6814f24fe420
--- a/scripts/genBuildScripts.xml	Fri Jan 29 17:50:10 2010 -0800
+++ b/scripts/genBuildScripts.xml	Mon Feb 01 12:06:14 2010 -0800
@@ -1,10 +1,10 @@
 <project >
- <property name="buildDirectory" 
-	location="/home/symbian/scratch/029/wrttools" />
- <property name="baseLocation" location="" /> 
+ <!-- WS_DIR is set in the associated shell scripts -->
+ <property environment="env"/>
+ <echo message="workspace: ${env.WS_DIR}"/>
  <eclipse.buildScript 
         elements="feature@org.symbian.tools.wrttools"
-        buildDirectory="${buildDirectory}"
+        buildDirectory="${env.WS_DIR}"
 	pluginPath="/usr/eclipse/JEE/eclipse/plugins"
  />
 </project>