diff options
author | Justin Clark-Casey (justincc) | 2014-03-26 00:59:57 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-03-26 00:59:57 +0000 |
commit | d3387d591a2bd496c8315f17b2310d6a6f40a7c3 (patch) | |
tree | 4b73181a627e5f1ae2709044e631de3fb1d0012f /prebuild.xml | |
parent | minor: Remove "js" (Javascript) from list of allowed languages in script conf... (diff) | |
download | opensim-SC-d3387d591a2bd496c8315f17b2310d6a6f40a7c3.zip opensim-SC-d3387d591a2bd496c8315f17b2310d6a6f40a7c3.tar.gz opensim-SC-d3387d591a2bd496c8315f17b2310d6a6f40a7c3.tar.bz2 opensim-SC-d3387d591a2bd496c8315f17b2310d6a6f40a7c3.tar.xz |
Remove unmaintained and unused YieldProlog scripting language
This hasn't been mainntained since 2008 and has not been kept up with the rest of the language infrastructure.
Hence, it almost certainly doesn't work and has never been used, afaik
If this is wrong, please say on the opensim-users/dev mailing list.
Removing to reduce maintenance burden (since it still needs to be made to compile).
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/prebuild.xml b/prebuild.xml index 80ee2c0..96e5ae1 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -2221,38 +2221,6 @@ | |||
2221 | </Files> | 2221 | </Files> |
2222 | </Project> | 2222 | </Project> |
2223 | 2223 | ||
2224 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.YieldProlog" path="OpenSim/Region/ScriptEngine/Shared/Api/Runtime/YieldProlog/" type="Library"> | ||
2225 | <Configuration name="Debug"> | ||
2226 | <Options> | ||
2227 | <OutputPath>../../../../../../../bin/</OutputPath> | ||
2228 | </Options> | ||
2229 | </Configuration> | ||
2230 | <Configuration name="Release"> | ||
2231 | <Options> | ||
2232 | <OutputPath>../../../../../../../bin/</OutputPath> | ||
2233 | </Options> | ||
2234 | </Configuration> | ||
2235 | |||
2236 | <ReferencePath>../../../../../../../bin/</ReferencePath> | ||
2237 | <Reference name="System"/> | ||
2238 | <Reference name="System.Data"/> | ||
2239 | <Reference name="System.Web"/> | ||
2240 | <Reference name="System.Xml"/> | ||
2241 | <Reference name="OpenMetaverseTypes" path="../../../../../../../bin/"/> | ||
2242 | <Reference name="OpenSim"/> | ||
2243 | <Reference name="OpenSim.Framework"/> | ||
2244 | <Reference name="OpenSim.Framework.Communications"/> | ||
2245 | <Reference name="OpenSim.Region.CoreModules"/> | ||
2246 | <Reference name="OpenSim.Framework.Console"/> | ||
2247 | <Reference name="OpenSim.Region.ScriptEngine.Shared"/> | ||
2248 | <Reference name="Nini" path="../../../../../../../bin/"/> | ||
2249 | <Reference name="log4net" path="../../../../../../../bin/"/> | ||
2250 | |||
2251 | <Files> | ||
2252 | <Match pattern="*.cs" recurse="false"/> | ||
2253 | </Files> | ||
2254 | </Project> | ||
2255 | |||
2256 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> | 2224 | <Project frameworkVersion="v4_0" name="OpenSim.Region.ScriptEngine.Shared.Api" path="OpenSim/Region/ScriptEngine/Shared/Api/Implementation" type="Library"> |
2257 | <Configuration name="Debug"> | 2225 | <Configuration name="Debug"> |
2258 | <Options> | 2226 | <Options> |