From 4d712ddaaef8772a6b8a96c26b948e9f827578f4 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 26 Mar 2010 19:33:19 +0000 Subject: comment out very probably unused dist and distdir nant targets --- .nant/local.include | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to '.nant/local.include') diff --git a/.nant/local.include b/.nant/local.include index 5e02665..d4c7fb0 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -1,8 +1,23 @@ - + + @@ -317,17 +333,3 @@ - - - - - - - - - - - - - - -- cgit v1.1 From 18ed68cd31383f1aff8fc1028a9f0ff5d20733b9 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Fri, 26 Mar 2010 20:47:26 +0000 Subject: add nant distbin target this will delete all extraneous source code files and copy OpenSim.ini.example to OpenSim.ini --- .nant/local.include | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) (limited to '.nant/local.include') diff --git a/.nant/local.include b/.nant/local.include index d4c7fb0..1e8bedc 100644 --- a/.nant/local.include +++ b/.nant/local.include @@ -2,6 +2,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + -- cgit v1.1