I think this is the last bits for a consistant pristine
source build with "nant dist" targetafrisby
parent
b9a7626750
commit
219d3a7e37
|
@ -1,9 +1,11 @@
|
||||||
<property name="projectdir" value="opensim-0.3.svn" />
|
<property name="projectdir" value="opensim-0.4" />
|
||||||
|
|
||||||
<target name="distdir">
|
<target name="distdir">
|
||||||
<delete dir="${projectdir}" />
|
<delete dir="${projectdir}" />
|
||||||
<copy todir="${projectdir}">
|
<copy todir="${projectdir}">
|
||||||
<fileset basedir=".">
|
<fileset basedir=".">
|
||||||
|
<include name="ThirdPartyLicenses/**" />
|
||||||
|
<include name="CONTRIBUTORS.txt" />
|
||||||
<include name="OpenSim/**/*.cs" />
|
<include name="OpenSim/**/*.cs" />
|
||||||
<include name="**/*.build" />
|
<include name="**/*.build" />
|
||||||
<include name="**/*.csproj" />
|
<include name="**/*.csproj" />
|
||||||
|
@ -13,13 +15,15 @@
|
||||||
<include name="bin/*.so" />
|
<include name="bin/*.so" />
|
||||||
<include name="bin/*.config" />
|
<include name="bin/*.config" />
|
||||||
<include name="bin/assets/**" />
|
<include name="bin/assets/**" />
|
||||||
<include name="ThirdPartyLicenses/**" />
|
<include name="bin/data/**" />
|
||||||
<include name="CONTRIBUTORS.txt" />
|
<include name="bin/OpenSim*xml" />
|
||||||
<!-- order is important -->
|
<!-- the next is to exclude built libs -->
|
||||||
<exclude name="bin/OpenSim.*dll" />
|
<exclude name="bin/OpenSim.*dll" />
|
||||||
<include name="bin/OpenSim.ini" />
|
<include name="bin/OpenSim.ini" />
|
||||||
|
<include name="bin/defaultstripe.png" />
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
<touch file="${projectdir}/bin/startup_commands.txt" />
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="dist" depends="distdir">
|
<target name="dist" depends="distdir">
|
||||||
|
|
Loading…
Reference in New Issue