OpenSource » Database Migrator » Migrator2
Clone URL:  

Migrator Migrator nant deployments now carry the migrator exe along with them.

Changeset 1bf898776239

Parent 5f8dc566ecdd

by jasoncline

Changes to one file · Browse files at 1bf898776239 Showing diff from parent 5f8dc566ecdd Diff from another changeset...

Change 1 of 1 Show Entire File default.build Stacked
 
26
27
28
29
30
31
32
33
34
 
 
 
 
 
 
 
35
36
37
 
26
27
28
 
 
 
 
 
 
29
30
31
32
33
34
35
36
37
38
@@ -26,12 +26,13 @@
  </fileset>   </copy>   - <copy todir="${dir.bin}"> - <fileset basedir="build" > - <include name="*.dll"/> - <exclude name="log4net.*"/> - </fileset> - </copy> + <copy todir="${dir.bin}"> + <fileset basedir="build" > + <include name="*.dll"/> + <include name="*.exe"/> + <exclude name="log4net.*"/> + </fileset> + </copy>   </target>     <target name="install" description="installs to nant" depends="build" >