diff options
author | Sean Dague | 2007-09-17 08:46:52 +0000 |
---|---|---|
committer | Sean Dague | 2007-09-17 08:46:52 +0000 |
commit | 995d7cb96b8d60514a8433823d9fa4866a61084f (patch) | |
tree | 838e9a59d6ba411a226105a5974b471f89753c61 | |
parent | added a way to pull in external nant targets for release processing (diff) | |
download | opensim-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
-rw-r--r-- | .nant/local.include | 7 |
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> | ||