scripts/genBuildScripts.xml
author John Kern <johnk@symbian.org>
Fri, 29 Jan 2010 09:09:35 -0800
changeset 59 9ffe5293bebc
child 62 040d2c998a7b
permissions -rw-r--r--
check in build scripts
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" 
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     3
	location="/home/symbian/workspace/wrttools-fc/wrttools" />
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>