Quote:
Originally Posted by jakeluck
how do I go about getting the full source for 1.1.3? got a zip handy?
|
You can use aliases for revisions. To checkout the build script use:
hg clone -r 1.1.3
https://build.prs-plus.googlecode.com/hg/ .
in build properties use:
FW_VER=1.1.3
SC_VER=1.1.3
INSTALLER_VER=1.1.3
PRSP_VER=1.1.3custom
into build properties file.
then:
1) ant download
2) modify files
3) ant dobuild.
PS
Pre 2.x I've used 4 different reps, and build script was downloading the needed stuff. In 2.x it's switched to all in one, and build script doesn't download (no need).