commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
changed | /trunk/default.build |
--- a/trunk/default.build +++ b/trunk/default.build @@ -10,7 +10,7 @@ <!-- default build tool is VS.NET2005 --> <property name="buildtool" value="devenv.com" /> <!-- default: don't add a platform specific extension - to the bin folders 'release' / 'debug' --> + to the bin folders 'release' / 'debug' --> <property name="bindirextension" value="" /> <!-- default: we don't cross-compile --> <property name="crosscompile" value="" /> @@ -27,7 +27,7 @@ <!-- the signinfo.txt file has to contain one line with parameters for signtool.exe, for example: - /t "url/to/timestamp/server" /q + /t "url/to/timestamp/server" /q --> <loadfile file="signinfo.txt" property="signinfo" failonerror="false" if="${file::exists('signinfo.txt')}"/>