summaryrefslogtreecommitdiffstats
path: root/src/windows/build/BKWconfig.xml
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-04-14 18:06:26 +0000
committerKevin Koch <kpkoch@mit.edu>2007-04-14 18:06:26 +0000
commit4df20a61cde4507f3d781ecd2fcc77ec4e53622d (patch)
tree7adc50d965d83beaaaee764744a932b91ff23832 /src/windows/build/BKWconfig.xml
parent0f4199ae1aaffb40a1f30732c9f50afd923bfea5 (diff)
downloadkrb5-4df20a61cde4507f3d781ecd2fcc77ec4e53622d.tar.gz
krb5-4df20a61cde4507f3d781ecd2fcc77ec4e53622d.tar.xz
krb5-4df20a61cde4507f3d781ecd2fcc77ec4e53622d.zip
Leave built installers in their temp areas and change final copy step to copy them into <out> from their new location. Delay cleaning up the temp areas until after that copy
Target_Version: 1.6.1 Ticket: 5521 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19472 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/build/BKWconfig.xml')
-rw-r--r--src/windows/build/BKWconfig.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/windows/build/BKWconfig.xml b/src/windows/build/BKWconfig.xml
index b7c11d181c..93167f3dca 100644
--- a/src/windows/build/BKWconfig.xml
+++ b/src/windows/build/BKWconfig.xml
@@ -43,7 +43,7 @@
<SVNURL def="A" value="svn.mit.edu" /> <!-- NB: No protocol or slashes!! -->
<username def="0" value="" /> <!-- Needed for svn/plink. Override from command line -->
- <!-- Environment variables: -->>
+ <!-- Environment variables: -->
<KH_RELEASE def="1" env="1" value="OFFICIAL" options="OFFICIAL PRERELEASE PRIVATE" />
<NODEBUG def="1" env="1" /> <!-- Interacts with /DEBUG -->
</Config>
@@ -164,16 +164,16 @@
</Prunes>
</Zip>
</Zips>
- <CopyList> <!-- Copied at end of post-package step. -->
+ <CopyList> <!-- Copied at end of post-package step. -->
<Files>
<File dummy="foo" />
- <!-- File from paths are relative to <src>/pismere. -->
- <!-- File to paths are relative to <out>. -->
+ <!-- File from paths are relative to <src/pismere>. -->
+ <!-- File to paths are relative to <out>. -->
<File name="msi-deployment-guide.txt" from="staging\install\wix\" to="" />
- <File name="netidmgr_userdoc.pdf" from="staging\doc" to="." />
- <File name="kfw.msi" from="staging\install\wix\" to="" newname="%filestem%.msi" />
- <File name="MITKerberosForWindows%-DEBUG%.exe" from="staging\install\nsis" to="" newname="%filestem%%-DEBUG%.exe" />
- <File name="relnotes.html" from="staging\doc" to="." />
+ <File name="netidmgr_userdoc.pdf" from="staging\doc" to="" />
+ <File name="kfw.msi" from="buildwix" to="" newname="%filestem%.msi" />
+ <File name="MITKerberosForWindows%-DEBUG%.exe" from="buildnsi" to="" newname="%filestem%%-DEBUG%.exe" />
+ <File name="relnotes.html" from="staging\doc" to="" />
</Files>
</CopyList>
</PostPackage>