Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | # |
2 | source.dir=${basedir}/.. | ||||
3 | |||||
4 | # | ||||
5 | target.platform=/path/to/target | ||||
6 | |||||
7 | # path to eclipse sdk | ||||
8 | eclipse.install.dir=/path/to/sdk/eclipse | ||||
9 | |||||
10 | # The URL of the Update Site, for insertion into each feature.xml | ||||
11 | updateUrl=http://sigil.codecauldron.org/update-site-nightly | ||||
12 | |||||
13 | # The path to an Update Site directory on the local filesystem | ||||
14 | updateSiteDir=/opt/development/sigil-trunk/update-site-nightly |