Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <hugin-cvs@li...> - 2011-06-22 12:47:16
|
branch: system_vigra details: http://hugin.hg.sourceforge.net/hgweb/hugin/hugin/hgrepo/h/hu/hugin/hugin/rev/1bff1e7aeb81 changeset: 5341:1bff1e7aeb81 user: Lukas Jirkovsky <l.jirkovsky@...> date: Wed Jun 22 14:46:33 2011 +0200 description: Remove references to the LICENCE_VIGRA file. diffstat: CMakeModules/win_bundle.cmake | 2 +- platforms/windows/msi/hugin 0.7 beta 4 Win Setup.wxs | 4 ---- 2 files changed, 1 insertions(+), 5 deletions(-) diffs (33 lines): diff -r e938da3eeeff -r 1bff1e7aeb81 CMakeModules/win_bundle.cmake --- a/CMakeModules/win_bundle.cmake Wed Jun 22 14:42:54 2011 +0200 +++ b/CMakeModules/win_bundle.cmake Wed Jun 22 14:46:33 2011 +0200 @@ -8,7 +8,7 @@ # CONFIGURE_FILE(platforms/windows/msi/big_banner.bmp ${CMAKE_CURRENT_BINARY_DIR}/INSTALL/big_banner.bmp COPYONLY) # install hugin readme, license etc. - INSTALL(FILES AUTHORS COPYING LICENCE_VIGRA + INSTALL(FILES AUTHORS COPYING DESTINATION doc/hugin) # find the path to enblend and panotools build directories diff -r e938da3eeeff -r 1bff1e7aeb81 platforms/windows/msi/hugin 0.7 beta 4 Win Setup.wxs --- a/platforms/windows/msi/hugin 0.7 beta 4 Win Setup.wxs Wed Jun 22 14:42:54 2011 +0200 +++ b/platforms/windows/msi/hugin 0.7 beta 4 Win Setup.wxs Wed Jun 22 14:46:33 2011 +0200 @@ -390,9 +390,6 @@ <Component Id="IDE08D724ADA7E41B330C3A109909E15C6" Guid="93f5a10f-6cb6-44ba-8ccc-1e2c15edad40"> <File Id="ID_26253371_0299_4ae5_917c_a4abd5817a6b" Source=".\FILES\LICENCE_JHEAD.txt" DiskId="1" Name="LICENCE_JHEAD.txt" /> </Component> - <Component Id="IDF59A88A5FA3B91DA7DDC061EED41CC12" Guid="4f2f48d9-1733-49ef-af5c-f8e17b094b6e"> - <File Id="ID_dfd60d20_e27c_4627_b939_8eed99e8e268" Source=".\FILES\LICENCE_VIGRA.txt" DiskId="1" Name="LICENCE_VIGRA.txt" /> - </Component> <Component Id="IDAC295338BB774B2290C96FFEC57B5292" Guid="5b969a15-7519-4799-b7e3-19b3d9dfed22"> <File Id="ID_22b5689d_ebec_45e2_9405_7e806f91fb73" Source=".\FILES\NEWS.txt" DiskId="1" Name="NEWS.txt" /> </Component> @@ -446,7 +443,6 @@ <ComponentRef Id="ID5B5ACB9A77C30DBB991101CC4A1E302A" /> <ComponentRef Id="IDFF36E688A16C91889B2F8F6C1C514E42" /> <ComponentRef Id="IDE08D724ADA7E41B330C3A109909E15C6" /> - <ComponentRef Id="IDF59A88A5FA3B91DA7DDC061EED41CC12" /> <ComponentRef Id="IDAC295338BB774B2290C96FFEC57B5292" /> <ComponentRef Id="IDF99BC5877C66564FD6DAFE3C86605C1E" /> <ComponentRef Id="ID0D55843DE31BC853CCC73E35D291C762" /> |