diff options
author | Charles Krinke | 2008-06-05 23:36:59 +0000 |
---|---|---|
committer | Charles Krinke | 2008-06-05 23:36:59 +0000 |
commit | 16707b741ea1fd1dacee762ae5573f27f711344e (patch) | |
tree | bee1504490ccd942c427b4cd8346e188e283ecdd /prebuild.xml | |
parent | Mantis#1460. Thank you, CMickeyb for a patch that addresses: (diff) | |
download | opensim-SC_OLD-16707b741ea1fd1dacee762ae5573f27f711344e.zip opensim-SC_OLD-16707b741ea1fd1dacee762ae5573f27f711344e.tar.gz opensim-SC_OLD-16707b741ea1fd1dacee762ae5573f27f711344e.tar.bz2 opensim-SC_OLD-16707b741ea1fd1dacee762ae5573f27f711344e.tar.xz |
Mantis#1451. Thank you kindly, mikem for additional
tests for LSL types and strings.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 2320a94..09dccc3 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1594,6 +1594,27 @@ | |||
1594 | </Files> | 1594 | </Files> |
1595 | </Project> | 1595 | </Project> |
1596 | 1596 | ||
1597 | <Project name="OpenSim.Region.ScriptEngine.Common.Tests" path="OpenSim/Tests/OpenSim/Region/ScriptEngine/Common" type="Library"> | ||
1598 | <Configuration name="Debug"> | ||
1599 | <Options> | ||
1600 | <OutputPath>../../../../../../bin/</OutputPath> | ||
1601 | </Options> | ||
1602 | </Configuration> | ||
1603 | <Configuration name="Release"> | ||
1604 | <Options> | ||
1605 | <OutputPath>../../../../../../bin/</OutputPath> | ||
1606 | </Options> | ||
1607 | </Configuration> | ||
1608 | |||
1609 | <ReferencePath>../../../../../../bin/</ReferencePath> | ||
1610 | <Reference name="OpenSim.Region.ScriptEngine.Common"/> | ||
1611 | <Reference name="OpenSim.Tests.Common"/> | ||
1612 | <Reference name="nunit.framework.dll" /> | ||
1613 | <Files> | ||
1614 | <Match pattern="*.cs" recurse="false"/> | ||
1615 | </Files> | ||
1616 | </Project> | ||
1617 | |||
1597 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> | 1618 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> |
1598 | <Configuration name="Debug"> | 1619 | <Configuration name="Debug"> |
1599 | <Options> | 1620 | <Options> |