diff options
author | lbsa71 | 2007-03-27 19:47:23 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-27 19:47:23 +0000 |
commit | 002d7dba30d466816b60d70e316636f86724e591 (patch) | |
tree | ca033d7e7ae0efa506a99a1862e3b7923144df0f /OpenSim.GridInterfaces/Local | |
parent | * Continued refactoring away OpenSimRoot - now it's down to the final 2. (diff) | |
download | opensim-SC_OLD-002d7dba30d466816b60d70e316636f86724e591.zip opensim-SC_OLD-002d7dba30d466816b60d70e316636f86724e591.tar.gz opensim-SC_OLD-002d7dba30d466816b60d70e316636f86724e591.tar.bz2 opensim-SC_OLD-002d7dba30d466816b60d70e316636f86724e591.tar.xz |
* Fixed yet another project ref fuck-up in Prebuild.
Diffstat (limited to 'OpenSim.GridInterfaces/Local')
-rw-r--r-- | OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build b/OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build index ec65ba8..bfc2988 100644 --- a/OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build +++ b/OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build | |||
@@ -24,8 +24,8 @@ | |||
24 | <include name="System.Xml.dll" /> | 24 | <include name="System.Xml.dll" /> |
25 | <include name="../../bin/Db4objects.Db4o.dll" /> | 25 | <include name="../../bin/Db4objects.Db4o.dll" /> |
26 | <include name="../../bin/libsecondlife.dll" /> | 26 | <include name="../../bin/libsecondlife.dll" /> |
27 | <include name="../../OpenSim.Framework/${build.dir}/OpenSim.Framework.dll" /> | 27 | <include name="../bin/OpenSim.Framework.dll" /> |
28 | <include name="../../OpenSim.Framework.Console/${build.dir}/OpenSim.Framework.Console.dll" /> | 28 | <include name="../bin/OpenSim.Framework.Console.dll" /> |
29 | </references> | 29 | </references> |
30 | </csc> | 30 | </csc> |
31 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> | 31 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> |