| author | Eugene Ostroukhov <eugeneo@symbian.org> |
| Mon, 21 Jun 2010 11:52:43 -0700 | |
| changeset 391 | 62472296236e |
| parent 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}"/>
|
| 69 | 5 |
<property name="source" value="1.5" /> |
6 |
<property name="target" value="1.5" /> |
|
| 59 | 7 |
<eclipse.buildScript |
8 |
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
|
9 |
buildDirectory="${env.WS_DIR}"
|
| 59 | 10 |
pluginPath="/usr/eclipse/JEE/eclipse/plugins" |
11 |
/> |
|
12 |
</project> |
|
|
62
040d2c998a7b
source level most be provided on command line; work is variable
John Kern <johnk@symbian.org>
parents:
59
diff
changeset
|
13 |