author | John Kern <johnk@symbian.org> |
Mon, 01 Feb 2010 12:06:14 -0800 | |
changeset 65 | 6bec0231e8d2 |
parent 62 | 040d2c998a7b |
child 69 | 6814f24fe420 |
permissions | -rw-r--r-- |
59 | 1 |
<project > |
65
6bec0231e8d2
added script to drive the builds. updated others to accept parameters
John Kern <johnk@symbian.org>
parents:
62
diff
changeset
|
2 |
<!-- WS_DIR is set in the associated shell scripts --> |
6bec0231e8d2
added script to drive the builds. updated others to accept parameters
John Kern <johnk@symbian.org>
parents:
62
diff
changeset
|
3 |
<property environment="env"/> |
6bec0231e8d2
added script to drive the builds. updated others to accept parameters
John Kern <johnk@symbian.org>
parents:
62
diff
changeset
|
4 |
<echo message="workspace: ${env.WS_DIR}"/> |
59 | 5 |
<eclipse.buildScript |
6 |
elements="feature@org.symbian.tools.wrttools" |
|
65
6bec0231e8d2
added script to drive the builds. updated others to accept parameters
John Kern <johnk@symbian.org>
parents:
62
diff
changeset
|
7 |
buildDirectory="${env.WS_DIR}" |
59 | 8 |
pluginPath="/usr/eclipse/JEE/eclipse/plugins" |
9 |
/> |
|
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 |