* Committing stub VW-over-HTTP ClientStack. (2/2)

* Minor MRM tweak.
0.6.5-rc1
Adam Frisby 2009-04-22 10:11:12 +00:00
parent 03c307ecdb
commit d6b62b677c
2 changed files with 29 additions and 1 deletions

View File

@ -213,7 +213,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
{
m_log.Error("[Compiler]: Exception while " +
"trying to write script source to file \"" +
srcFileName + "\": " + ex.ToString());
srcFileName + "\": " + ex);
}
m_log.Info("MRM 4");

View File

@ -1811,6 +1811,34 @@
</Files>
</Project>
<Project name="OpenSim.Client.VWoHTTP" path="OpenSim/Client/VWoHTTP" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../../bin/</ReferencePath>
<Reference name="OpenMetaverseTypes.dll"/>
<Reference name="OpenMetaverse.dll"/>
<Reference name="System"/>
<Reference name="OpenSim.Framework"/>
<Reference name="OpenSim.Framework.Servers"/>
<Reference name="OpenSim.Region.Framework"/>
<Reference name="OpenSim.Framework.Communications"/>
<Reference name="Nini.dll" />
<Reference name="log4net.dll"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="OpenSim.Client.Linden" path="OpenSim/Client/Linden" type="Library">
<Configuration name="Debug">
<Options>