diff options
author | gareth | 2007-05-05 13:45:39 +0000 |
---|---|---|
committer | gareth | 2007-05-05 13:45:39 +0000 |
commit | 543cda0398aaeed84f29870f27e14ccd93b65236 (patch) | |
tree | d0e800a970aabf79905199bf089706615d0e474a /OpenSim.build | |
parent | Prebuild needs some lovin too. (diff) | |
download | opensim-SC_OLD-543cda0398aaeed84f29870f27e14ccd93b65236.zip opensim-SC_OLD-543cda0398aaeed84f29870f27e14ccd93b65236.tar.gz opensim-SC_OLD-543cda0398aaeed84f29870f27e14ccd93b65236.tar.bz2 opensim-SC_OLD-543cda0398aaeed84f29870f27e14ccd93b65236.tar.xz |
Cleaned up Adam's mess
Diffstat (limited to 'OpenSim.build')
-rw-r--r-- | OpenSim.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim.build b/OpenSim.build index 182776b..67b2120 100644 --- a/OpenSim.build +++ b/OpenSim.build | |||
@@ -49,7 +49,9 @@ | |||
49 | <nant buildfile="OpenSim.Storage/LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build" target="clean" /> | 49 | <nant buildfile="OpenSim.Storage/LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build" target="clean" /> |
50 | <nant buildfile="OpenSim.Scripting/EmbeddedJVM/OpenSim.Scripting.EmbeddedJVM.dll.build" target="clean" /> | 50 | <nant buildfile="OpenSim.Scripting/EmbeddedJVM/OpenSim.Scripting.EmbeddedJVM.dll.build" target="clean" /> |
51 | <nant buildfile="OpenSim.Framework/OpenSim.Framework.dll.build" target="clean" /> | 51 | <nant buildfile="OpenSim.Framework/OpenSim.Framework.dll.build" target="clean" /> |
52 | <nant buildfile="OpenGrid.Framework.Data/OpenGrid.Framework.Data.dll.build" target="clean" /> | ||
52 | <nant buildfile="OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build" target="clean" /> | 53 | <nant buildfile="OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build" target="clean" /> |
54 | <nant buildfile="OpenGrid.Framework.Data.MySQL/OpenGrid.Framework.Data.MySQL.dll.build" target="clean" /> | ||
53 | <nant buildfile="XmlRpcCS/XMLRPC.dll.build" target="clean" /> | 55 | <nant buildfile="XmlRpcCS/XMLRPC.dll.build" target="clean" /> |
54 | <nant buildfile="OpenSim.Servers/OpenSim.Servers.dll.build" target="clean" /> | 56 | <nant buildfile="OpenSim.Servers/OpenSim.Servers.dll.build" target="clean" /> |
55 | <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="clean" /> | 57 | <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="clean" /> |
@@ -81,6 +83,8 @@ | |||
81 | <nant buildfile="OpenSim.Storage/LocalStorageBerkeleyDB/OpenSim.Storage.LocalStorageBerkeleyDB.dll.build" target="build" /> | 83 | <nant buildfile="OpenSim.Storage/LocalStorageBerkeleyDB/OpenSim.Storage.LocalStorageBerkeleyDB.dll.build" target="build" /> |
82 | <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="build" /> | 84 | <nant buildfile="OpenSim.GridInterfaces/Local/OpenSim.GridInterfaces.Local.dll.build" target="build" /> |
83 | <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="build" /> | 85 | <nant buildfile="OpenSim.GridInterfaces/Remote/OpenSim.GridInterfaces.Remote.dll.build" target="build" /> |
86 | <nant buildfile="OpenGrid.Framework.Data/OpenGrid.Framework.Data.dll.build" target="build" /> | ||
87 | <nant buildfile="OpenGrid.Framework.Data.MySQL/OpenGrid.Framework.Data.MySQL.dll.build" target="build" /> | ||
84 | <nant buildfile="OpenGridServices.GridServer/OpenGridServices.GridServer.exe.build" target="build" /> | 88 | <nant buildfile="OpenGridServices.GridServer/OpenGridServices.GridServer.exe.build" target="build" /> |
85 | <nant buildfile="OpenGridServices.AssetServer/OpenGridServices.AssetServer.exe.build" target="build" /> | 89 | <nant buildfile="OpenGridServices.AssetServer/OpenGridServices.AssetServer.exe.build" target="build" /> |
86 | <nant buildfile="OpenGridServices.UserServer/OpenGridServices.UserServer.exe.build" target="build" /> | 90 | <nant buildfile="OpenGridServices.UserServer/OpenGridServices.UserServer.exe.build" target="build" /> |
@@ -108,7 +112,9 @@ | |||
108 | <nant buildfile="OpenSim.Storage/LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build" target="doc" /> | 112 | <nant buildfile="OpenSim.Storage/LocalStorageSQLite/OpenSim.Storage.LocalStorageSQLite.dll.build" target="doc" /> |
109 | <nant buildfile="OpenSim.Scripting/EmbeddedJVM/OpenSim.Scripting.EmbeddedJVM.dll.build" target="doc" /> | 113 | <nant buildfile="OpenSim.Scripting/EmbeddedJVM/OpenSim.Scripting.EmbeddedJVM.dll.build" target="doc" /> |
110 | <nant buildfile="OpenSim.Framework/OpenSim.Framework.dll.build" target="doc" /> | 114 | <nant buildfile="OpenSim.Framework/OpenSim.Framework.dll.build" target="doc" /> |
115 | <nant buildfile="OpenGrid.Framework.Data/OpenGrid.Framework.Data.dll.build" target="doc" /> | ||
111 | <nant buildfile="OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build" target="doc" /> | 116 | <nant buildfile="OpenSim.Framework.Console/OpenSim.Framework.Console.dll.build" target="doc" /> |
117 | <nant buildfile="OpenGrid.Framework.Data.MySQL/OpenGrid.Framework.Data.MySQL.dll.build" target="doc" /> | ||
112 | <nant buildfile="XmlRpcCS/XMLRPC.dll.build" target="doc" /> | 118 | <nant buildfile="XmlRpcCS/XMLRPC.dll.build" target="doc" /> |
113 | <nant buildfile="OpenSim.Servers/OpenSim.Servers.dll.build" target="doc" /> | 119 | <nant buildfile="OpenSim.Servers/OpenSim.Servers.dll.build" target="doc" /> |
114 | <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="doc" /> | 120 | <nant buildfile="OpenSim.Storage/LocalStorageDb4o/OpenSim.Storage.LocalStorageDb4o.dll.build" target="doc" /> |