diff options
Stage 1 of repairing the build files, those ofr the OpenSim regionserver should now be okay. Now onto the Grid servers...
Diffstat (limited to '')
-rw-r--r-- | Common/XmlRpcCS/XMLRPC.dll.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Common/XmlRpcCS/XMLRPC.dll.build b/Common/XmlRpcCS/XMLRPC.dll.build index d734d19..2eabfcd 100644 --- a/Common/XmlRpcCS/XMLRPC.dll.build +++ b/Common/XmlRpcCS/XMLRPC.dll.build | |||
@@ -40,9 +40,9 @@ | |||
40 | <include name="System.Xml.dll" /> | 40 | <include name="System.Xml.dll" /> |
41 | </references> | 41 | </references> |
42 | </csc> | 42 | </csc> |
43 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../bin/" /> | 43 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> |
44 | <mkdir dir="${project::get-base-directory()}/../bin/"/> | 44 | <mkdir dir="${project::get-base-directory()}/../../bin/"/> |
45 | <copy todir="${project::get-base-directory()}/../bin/"> | 45 | <copy todir="${project::get-base-directory()}/../../bin/"> |
46 | <fileset basedir="${project::get-base-directory()}/${build.dir}/" > | 46 | <fileset basedir="${project::get-base-directory()}/${build.dir}/" > |
47 | <include name="*.dll"/> | 47 | <include name="*.dll"/> |
48 | <include name="*.exe"/> | 48 | <include name="*.exe"/> |