scripts/genBuildScripts.xml
author John Kern <johnk@symbian.org>
Fri, 29 Jan 2010 16:32:12 -0800
changeset 62 040d2c998a7b
parent 59 9ffe5293bebc
child 65 6bec0231e8d2
permissions -rw-r--r--
source level most be provided on command line; work is variable
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
59
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     1
<project >
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     2
 <property name="buildDirectory" 
62
040d2c998a7b source level most be provided on command line; work is variable
John Kern <johnk@symbian.org>
parents: 59
diff changeset
     3
	location="/home/symbian/scratch/029/wrttools" />
59
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     4
 <property name="baseLocation" location="" /> 
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     5
 <eclipse.buildScript 
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     6
        elements="feature@org.symbian.tools.wrttools"
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     7
        buildDirectory="${buildDirectory}"
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     8
	pluginPath="/usr/eclipse/JEE/eclipse/plugins"
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     9
 />
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
    10
</project>
62
040d2c998a7b source level most be provided on command line; work is variable
John Kern <johnk@symbian.org>
parents: 59
diff changeset
    11