mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
attempt to add extra set of nant local rules
This commit is contained in:
7
.nant/local.include
Normal file
7
.nant/local.include
Normal file
@@ -0,0 +1,7 @@
|
||||
<target name="zip">
|
||||
<zip zipfile="opensim-0.3.svn.zip">
|
||||
<fileset basedir=".">
|
||||
<include name="./**/*.cs" />
|
||||
</fileset>
|
||||
</zip>
|
||||
</target>
|
||||
Reference in New Issue
Block a user