SPRNET-1414

-fixing errant property mis-entry in build script (Grrr --!)
This commit is contained in:
sbohlen
2011-03-25 23:03:41 +00:00
parent 4d677602a8
commit 047347adf2

View File

@@ -1193,7 +1193,7 @@ Commandline Examples:
<property name="nightly.builds.path" value="downloads/nightly"/>
<echo message="uploading ${filetoupload} to AmazonS3..."/>
<exec workingdir="${spring.base.dir}" program="powershell.exe" verbose="true">
<exec workingdir="${spring.basedir}" program="powershell.exe" verbose="true">
<arg value=".\s3-nightly-upload.ps1 -scrFolderPath ${package.dir} -srcFilename ${filetoupload}" />
</exec>