I think this is the last bits for a consistant pristine

source build with "nant dist" target
afrisby
Sean Dague 2007-09-17 12:14:23 +00:00
parent b9a7626750
commit 219d3a7e37
1 changed files with 8 additions and 4 deletions

View File

@ -1,9 +1,11 @@
<property name="projectdir" value="opensim-0.3.svn" />
<property name="projectdir" value="opensim-0.4" />
<target name="distdir">
<delete dir="${projectdir}" />
<copy todir="${projectdir}">
<fileset basedir=".">
<include name="ThirdPartyLicenses/**" />
<include name="CONTRIBUTORS.txt" />
<include name="OpenSim/**/*.cs" />
<include name="**/*.build" />
<include name="**/*.csproj" />
@ -13,13 +15,15 @@
<include name="bin/*.so" />
<include name="bin/*.config" />
<include name="bin/assets/**" />
<include name="ThirdPartyLicenses/**" />
<include name="CONTRIBUTORS.txt" />
<!-- order is important -->
<include name="bin/data/**" />
<include name="bin/OpenSim*xml" />
<!-- the next is to exclude built libs -->
<exclude name="bin/OpenSim.*dll" />
<include name="bin/OpenSim.ini" />
<include name="bin/defaultstripe.png" />
</fileset>
</copy>
<touch file="${projectdir}/bin/startup_commands.txt" />
</target>
<target name="dist" depends="distdir">