diff options
author | lbsa71 | 2007-06-13 19:58:57 +0000 |
---|---|---|
committer | lbsa71 | 2007-06-13 19:58:57 +0000 |
commit | 69b3a8a9b84a0fb1918f728e27a92ab52128ae3c (patch) | |
tree | 4b34856cad308a93f23a8b593d1174b104c92b59 /OpenGridServices/OpenGrid.Framework.Data | |
parent | * Applying danx0r's ODE patch (diff) | |
download | opensim-SC_OLD-69b3a8a9b84a0fb1918f728e27a92ab52128ae3c.zip opensim-SC_OLD-69b3a8a9b84a0fb1918f728e27a92ab52128ae3c.tar.gz opensim-SC_OLD-69b3a8a9b84a0fb1918f728e27a92ab52128ae3c.tar.bz2 opensim-SC_OLD-69b3a8a9b84a0fb1918f728e27a92ab52128ae3c.tar.xz |
* First attempt at fixing differing build files on different .net flavours.
* And, as always, some bin ignores
Diffstat (limited to 'OpenGridServices/OpenGrid.Framework.Data')
-rw-r--r-- | OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.dll.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.dll.build b/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.dll.build index c993a8d..7abebeb 100644 --- a/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.dll.build +++ b/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.dll.build | |||
@@ -12,10 +12,10 @@ | |||
12 | </resources> | 12 | </resources> |
13 | <sources failonempty="true"> | 13 | <sources failonempty="true"> |
14 | <include name="GridData.cs" /> | 14 | <include name="GridData.cs" /> |
15 | <include name="SimProfileData.cs" /> | ||
16 | <include name="ILogData.cs" /> | 15 | <include name="ILogData.cs" /> |
17 | <include name="IniConfig.cs" /> | 16 | <include name="IniConfig.cs" /> |
18 | <include name="InventoryData.cs" /> | 17 | <include name="InventoryData.cs" /> |
18 | <include name="SimProfileData.cs" /> | ||
19 | <include name="UserData.cs" /> | 19 | <include name="UserData.cs" /> |
20 | <include name="UserProfileData.cs" /> | 20 | <include name="UserProfileData.cs" /> |
21 | <include name="Properties/AssemblyInfo.cs" /> | 21 | <include name="Properties/AssemblyInfo.cs" /> |
@@ -25,10 +25,10 @@ | |||
25 | <include name="${project::get-base-directory()}" /> | 25 | <include name="${project::get-base-directory()}" /> |
26 | <include name="${project::get-base-directory()}/${build.dir}" /> | 26 | <include name="${project::get-base-directory()}/${build.dir}" /> |
27 | </lib> | 27 | </lib> |
28 | <include name="../../bin/libsecondlife.dll" /> | ||
28 | <include name="System.dll" /> | 29 | <include name="System.dll" /> |
29 | <include name="System.Xml.dll" /> | ||
30 | <include name="System.Data.dll" /> | 30 | <include name="System.Data.dll" /> |
31 | <include name="../../bin/libsecondlife.dll" /> | 31 | <include name="System.Xml.dll" /> |
32 | </references> | 32 | </references> |
33 | </csc> | 33 | </csc> |
34 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> | 34 | <echo message="Copying from [${project::get-base-directory()}/${build.dir}/] to [${project::get-base-directory()}/../../bin/" /> |