mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
add operation to "nant distbin" to copy StandaloneCommon.ini.example -> StandaloneCommon.ini
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<property name="distbindir" value="distbin" />
|
||||
<target name="distbin">
|
||||
<copy file="bin/OpenSim.ini.example" tofile="bin/OpenSim.ini"/>
|
||||
<copy file="bin/config-include/StandaloneCommon.ini.example" tofile="bin/config-include/StandaloneCommon.ini"/>
|
||||
<delete dir="${distbindir}"/>
|
||||
<!-- <copy file="*" todir="${distbindir}"/> -->
|
||||
<copy todir="${distbindir}">
|
||||
<fileset>
|
||||
<include name="**"/>
|
||||
|
||||
Reference in New Issue
Block a user