attempt to add extra set of nant local rules

This commit is contained in:
Sean Dague
2007-09-17 08:46:52 +00:00
parent 77c157342a
commit 995d7cb96b

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>