diff options
author | mingchen | 2007-06-06 21:36:41 +0000 |
---|---|---|
committer | mingchen | 2007-06-06 21:36:41 +0000 |
commit | 659cef702cc4b85db7d7312573a32561d841294c (patch) | |
tree | ce383c6b52fa38cfec8a5c8a8508eb49e799e456 | |
parent | *Fixed Parcel backup in databased (finished fixing core parcel functions) (diff) | |
download | opensim-SC_OLD-659cef702cc4b85db7d7312573a32561d841294c.zip opensim-SC_OLD-659cef702cc4b85db7d7312573a32561d841294c.tar.gz opensim-SC_OLD-659cef702cc4b85db7d7312573a32561d841294c.tar.bz2 opensim-SC_OLD-659cef702cc4b85db7d7312573a32561d841294c.tar.xz |
This should fix ccnet (oops :P)
-rw-r--r-- | OpenGridServices/OpenGrid.Framework.Data.DB4o/OpenGrid.Framework.Data.DB4o.dll.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenGridServices/OpenGrid.Framework.Data.DB4o/OpenGrid.Framework.Data.DB4o.dll.build b/OpenGridServices/OpenGrid.Framework.Data.DB4o/OpenGrid.Framework.Data.DB4o.dll.build index 8e0f53a..db8662d 100644 --- a/OpenGridServices/OpenGrid.Framework.Data.DB4o/OpenGrid.Framework.Data.DB4o.dll.build +++ b/OpenGridServices/OpenGrid.Framework.Data.DB4o/OpenGrid.Framework.Data.DB4o.dll.build | |||
@@ -11,9 +11,9 @@ | |||
11 | <resources prefix="OpenGrid.Framework.Data.DB4o" dynamicprefix="true" > | 11 | <resources prefix="OpenGrid.Framework.Data.DB4o" dynamicprefix="true" > |
12 | </resources> | 12 | </resources> |
13 | <sources failonempty="true"> | 13 | <sources failonempty="true"> |
14 | <include name="DB4oGridData.cs" /> | ||
15 | <include name="DB4oManager.cs" /> | ||
16 | <include name="DB4oUserData.cs" /> | 14 | <include name="DB4oUserData.cs" /> |
15 | <include name="DB4oManager.cs" /> | ||
16 | <include name="DB4oGridData.cs" /> | ||
17 | <include name="Properties/AssemblyInfo.cs" /> | 17 | <include name="Properties/AssemblyInfo.cs" /> |
18 | </sources> | 18 | </sources> |
19 | <references basedir="${project::get-base-directory()}"> | 19 | <references basedir="${project::get-base-directory()}"> |