You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jk...@apache.org on 2006/11/16 14:43:17 UTC

svn commit: r475733 - in /ant/core/trunk: build.xml src/etc/ant-msi.wxs

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: svn commit: r475733 - in /ant/core/trunk: build.xml src/etc/ant-msi.wxs

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 16 Nov 2006, <jk...@apache.org> wrote:

> (how to test ant-msi.wxs?)

It is probably outdated anyway by now.

If you want to test it, you need WiX <http://wix.sf.net/> - which
means you need Windows as well - and the .NET Antlib.  Run the msi
target in Ant's build file and you should find a MSI file who's
content matches a binary distribution of Ant.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org