diff options
author | Justin Clark-Casey (justincc) | 2011-10-01 01:21:20 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-01 01:21:20 +0100 |
commit | 42fe774ad10d469c11fe58731fcab0e4df760871 (patch) | |
tree | a3e44ef46acabd92ccd470a690fa8cbbc5e006fc /prebuild.xml | |
parent | llGetLinkKey, llGetLinkName Fix for sitting Avatar (diff) | |
download | opensim-SC-42fe774ad10d469c11fe58731fcab0e4df760871.zip opensim-SC-42fe774ad10d469c11fe58731fcab0e4df760871.tar.gz opensim-SC-42fe774ad10d469c11fe58731fcab0e4df760871.tar.bz2 opensim-SC-42fe774ad10d469c11fe58731fcab0e4df760871.tar.xz |
Remove OpenSim.Region.Examples.SimpleModule
This module is more than 2 years old and at least some of the 'example' code it gives is now misleading.
Even the logs say it say some bits were broken where it was put in!
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/prebuild.xml b/prebuild.xml index 690de5a..a204c0f 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2052,34 +2052,6 @@ | |||
2052 | </Files> | 2052 | </Files> |
2053 | </Project> | 2053 | </Project> |
2054 | 2054 | ||
2055 | <Project frameworkVersion="v3_5" name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library"> | ||
2056 | <Configuration name="Debug"> | ||
2057 | <Options> | ||
2058 | <OutputPath>bin/</OutputPath> | ||
2059 | </Options> | ||
2060 | </Configuration> | ||
2061 | <Configuration name="Release"> | ||
2062 | <Options> | ||
2063 | <OutputPath>bin/</OutputPath> | ||
2064 | </Options> | ||
2065 | </Configuration> | ||
2066 | |||
2067 | <ReferencePath>../../../../bin/</ReferencePath> | ||
2068 | |||
2069 | <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> | ||
2070 | <Reference name="OpenMetaverse" path="../../../../bin/"/> | ||
2071 | <Reference name="System"/> | ||
2072 | <Reference name="System.Core"/> | ||
2073 | <Reference name="OpenSim.Framework"/> | ||
2074 | <Reference name="OpenSim.Region.Framework"/> | ||
2075 | <Reference name="Nini" path="../../../../bin/"/> | ||
2076 | <Reference name="log4net" path="../../../../bin/"/> | ||
2077 | <Files> | ||
2078 | <Match pattern="*.cs" recurse="true"/> | ||
2079 | </Files> | ||
2080 | </Project> | ||
2081 | |||
2082 | |||
2083 | <!-- Data Base Modules --> | 2055 | <!-- Data Base Modules --> |
2084 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> | 2056 | <Project frameworkVersion="v3_5" name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> |
2085 | <Configuration name="Debug"> | 2057 | <Configuration name="Debug"> |