aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/local.include
diff options
context:
space:
mode:
authorSean Dague2007-09-17 08:46:52 +0000
committerSean Dague2007-09-17 08:46:52 +0000
commit995d7cb96b8d60514a8433823d9fa4866a61084f (patch)
tree838e9a59d6ba411a226105a5974b471f89753c61 /.nant/local.include
parentadded a way to pull in external nant targets for release processing (diff)
downloadopensim-SC_OLD-995d7cb96b8d60514a8433823d9fa4866a61084f.zip
opensim-SC_OLD-995d7cb96b8d60514a8433823d9fa4866a61084f.tar.gz
opensim-SC_OLD-995d7cb96b8d60514a8433823d9fa4866a61084f.tar.bz2
opensim-SC_OLD-995d7cb96b8d60514a8433823d9fa4866a61084f.tar.xz
attempt to add extra set of nant local rules
Diffstat (limited to '.nant/local.include')
-rw-r--r--.nant/local.include7
1 files changed, 7 insertions, 0 deletions
diff --git a/.nant/local.include b/.nant/local.include
new file mode 100644
index 0000000..29133da
--- /dev/null
+++ b/.nant/local.include
@@ -0,0 +1,7 @@
1<target name="zip">
2<zip zipfile="opensim-0.3.svn.zip">
3 <fileset basedir=".">
4 <include name="./**/*.cs" />
5 </fileset>
6 </zip>
7</target>