Author: bodewig Date: Mon Jun 5 11:29:21 2006 New Revision: 411884 URL: http://svn.apache.org/viewvc?rev=411884&view=rev Log: Add a target to create an MSI installer for Ant Added: ant/core/trunk/src/etc/ant-bin.wxs (with props) ant/core/trunk/src/etc/ant-msi.wxs (with props) Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=411884&r1=411883&r2=411884&view=diff ============================================================================== --- ant/core/trunk/build.xml (original) +++ ant/core/trunk/build.xml Mon Jun 5 11:29:21 2006 @@ -1679,6 +1679,7 @@ if="tests.are.on.system.classpath"/> + @@ -1789,5 +1790,37 @@ + + + + + + + + + + + + + + + + + + + + + + + Added: ant/core/trunk/src/etc/ant-bin.wxs URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/ant-bin.wxs?rev=411884&view=auto ============================================================================== --- ant/core/trunk/src/etc/ant-bin.wxs (added) +++ ant/core/trunk/src/etc/ant-bin.wxs Mon Jun 5 11:29:21 2006 @@ -0,0 +1,460 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Propchange: ant/core/trunk/src/etc/ant-bin.wxs ------------------------------------------------------------------------------ svn:eol-style = native Added: ant/core/trunk/src/etc/ant-msi.wxs URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/ant-msi.wxs?rev=411884&view=auto ============================================================================== --- ant/core/trunk/src/etc/ant-msi.wxs (added) +++ ant/core/trunk/src/etc/ant-msi.wxs Mon Jun 5 11:29:21 2006 @@ -0,0 +1,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: ant/core/trunk/src/etc/ant-msi.wxs ------------------------------------------------------------------------------ svn:eol-style = native --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org