mirror of
git://opensimulator.org/git/opensim
synced 2026-08-14 09:02:50 +00:00
add operation to "nant distbin" to copy StandaloneCommon.ini.example -> StandaloneCommon.ini
This commit is contained in:
+1
-1
@@ -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