scripts/genBuildScripts.xml
author Eugene Ostroukhov <eugeneo@symbian.org>
Thu, 04 Nov 2010 15:22:02 -0700
changeset 495 0008ebdc0ec0
parent 69 6814f24fe420
permissions -rw-r--r--
Launch configurations were updated
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 >
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
6814f24fe420 add properties for javac
John Kern <johnk@symbian.org>
parents: 65
diff changeset
     5
 <property name="source" value="1.5" />
6814f24fe420 add properties for javac
John Kern <johnk@symbian.org>
parents: 65
diff changeset
     6
 <property name="target" value="1.5" />
59
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     7
 <eclipse.buildScript 
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
     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
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
    10
	pluginPath="/usr/eclipse/JEE/eclipse/plugins"
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
    11
 />
9ffe5293bebc check in build scripts
John Kern <johnk@symbian.org>
parents:
diff changeset
    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