Author: jkf Date: Thu Nov 16 05:43:16 2006 New Revision: 475733 URL: http://svn.apache.org/viewvc?view=rev&rev=475733 Log: remove of welcome.html from build.xml and ant-msi.wxs (how to test ant-msi.wxs?)
Modified: ant/core/trunk/build.xml ant/core/trunk/src/etc/ant-msi.wxs Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?view=diff&rev=475733&r1=475732&r2=475733 ============================================================================== --- ant/core/trunk/build.xml (original) +++ ant/core/trunk/build.xml Thu Nov 16 05:43:16 2006 @@ -1057,7 +1057,6 @@ <include name="TODO"/> <include name="WHATSNEW"/> <include name="KEYS"/> - <include name="welcome.html"/> <include name="fetch.xml"/> <include name="get-m2.xml"/> </fileset> Modified: ant/core/trunk/src/etc/ant-msi.wxs URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/ant-msi.wxs?view=diff&rev=475733&r1=475732&r2=475733 ============================================================================== --- ant/core/trunk/src/etc/ant-msi.wxs (original) +++ ant/core/trunk/src/etc/ant-msi.wxs Thu Nov 16 05:43:16 2006 @@ -67,9 +67,6 @@ Vital="yes" src="$(var.dist.dir)/README"/> <File DiskId="1" Id="WHATSNEW" Name="WHATSNEW" Vital="yes" src="$(var.dist.dir)/WHATSNEW"/> - <File DiskId="1" Id="welcome.htm" Name="welcome.htm" - LongName="welcome.html" - Vital="yes" src="$(var.dist.dir)/welcome.html"/> </Component> </Directory> </Directory> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]