aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/XmlRpcCS/XMLRPC.dll.build
diff options
context:
space:
mode:
authorMW2007-05-24 12:54:54 +0000
committerMW2007-05-24 12:54:54 +0000
commit6c48570df55992889df25fef7c1ee3904c8f334e (patch)
treea820911bb4bd5fa7dee570a12c2369eaed2e43ae /Common/XmlRpcCS/XMLRPC.dll.build
parentRenamed the new Directories. (removed the "-Source" from the end of them) (diff)
downloadopensim-SC_OLD-6c48570df55992889df25fef7c1ee3904c8f334e.zip
opensim-SC_OLD-6c48570df55992889df25fef7c1ee3904c8f334e.tar.gz
opensim-SC_OLD-6c48570df55992889df25fef7c1ee3904c8f334e.tar.bz2
opensim-SC_OLD-6c48570df55992889df25fef7c1ee3904c8f334e.tar.xz
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.build6
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"/>