attempt to add extra set of nant local rules

afrisby
Sean Dague 2007-09-17 08:46:52 +00:00
parent 77c157342a
commit 995d7cb96b
1 changed files with 7 additions and 0 deletions

7
.nant/local.include Normal file
View File

@ -0,0 +1,7 @@
<target name="zip">
<zip zipfile="opensim-0.3.svn.zip">
<fileset basedir=".">
<include name="./**/*.cs" />
</fileset>
</zip>
</target>