diff options
author | Charles Krinke | 2008-04-07 13:50:05 +0000 |
---|---|---|
committer | Charles Krinke | 2008-04-07 13:50:05 +0000 |
commit | 927003de3364ac05a958a377d212ae0be82cc4a2 (patch) | |
tree | 5fa16fe74f73f877ef13692a92d36785edfa394f /prebuild.xml | |
parent | * I XmlIgnored the TaskInventory Property as a temporary measure. Taking th... (diff) | |
download | opensim-SC_OLD-927003de3364ac05a958a377d212ae0be82cc4a2.zip opensim-SC_OLD-927003de3364ac05a958a377d212ae0be82cc4a2.tar.gz opensim-SC_OLD-927003de3364ac05a958a377d212ae0be82cc4a2.tar.bz2 opensim-SC_OLD-927003de3364ac05a958a377d212ae0be82cc4a2.tar.xz |
Thank you kindly Diva & KMeisthax for adding the beginnings
of search capability to OpenSim in the form of a configurable
module.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index dedbadc..c8238f9 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1073,6 +1073,35 @@ | |||
1073 | 1073 | ||
1074 | <!-- Scene Server API Example Apps --> | 1074 | <!-- Scene Server API Example Apps --> |
1075 | 1075 | ||
1076 | <Project name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> | ||
1077 | <Configuration name="Debug"> | ||
1078 | <Options> | ||
1079 | <OutputPath>../../../bin/</OutputPath> | ||
1080 | </Options> | ||
1081 | </Configuration> | ||
1082 | <Configuration name="Release"> | ||
1083 | <Options> | ||
1084 | <OutputPath>../../../bin/</OutputPath> | ||
1085 | </Options> | ||
1086 | </Configuration> | ||
1087 | |||
1088 | <ReferencePath>../../../bin/</ReferencePath> | ||
1089 | <Reference name="System" localCopy="false"/> | ||
1090 | <Reference name="System.Xml"/> | ||
1091 | <Reference name="System.Data"/> | ||
1092 | <Reference name="OpenSim.Framework"/> | ||
1093 | <Reference name="OpenSim.Framework.Communications"/> | ||
1094 | <Reference name="OpenSim.Framework.Console"/> | ||
1095 | <Reference name="OpenSim.Framework.Servers"/> | ||
1096 | <Reference name="OpenSim.Region.Environment"/> | ||
1097 | <Reference name="libsecondlife.dll"/> | ||
1098 | <Reference name="Nini.dll" /> | ||
1099 | <Reference name="log4net.dll" /> | ||
1100 | <Files> | ||
1101 | <Match pattern="*.cs" recurse="true"/> | ||
1102 | </Files> | ||
1103 | </Project> | ||
1104 | |||
1076 | <Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library"> | 1105 | <Project name="OpenSim.Region.Examples.SimpleModule" path="OpenSim/Region/Examples/SimpleModule" type="Library"> |
1077 | <Configuration name="Debug"> | 1106 | <Configuration name="Debug"> |
1078 | <Options> | 1107 | <Options> |