aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2009-02-24 16:13:16 +0000
committerMW2009-02-24 16:13:16 +0000
commit98178b4e9f5637eed9ab5ebb7c44f2eb71c30093 (patch)
tree7602f67161fcf14990a840b57c672e2f24d9d0ae /prebuild.xml
parentAdded OpenSim.Grid.GridServer.Modules, for the GridServer modules/components. (diff)
downloadopensim-SC_OLD-98178b4e9f5637eed9ab5ebb7c44f2eb71c30093.zip
opensim-SC_OLD-98178b4e9f5637eed9ab5ebb7c44f2eb71c30093.tar.gz
opensim-SC_OLD-98178b4e9f5637eed9ab5ebb7c44f2eb71c30093.tar.bz2
opensim-SC_OLD-98178b4e9f5637eed9ab5ebb7c44f2eb71c30093.tar.xz
Same treatment for the MessagingServer... added OpenSim.Grid.MessagingServer.Modules for the modules/components of it.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 21b3729..6fad329 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1033,6 +1033,39 @@
1033 </Files> 1033 </Files>
1034 </Project> 1034 </Project>
1035 1035
1036 <Project name="OpenSim.Grid.MessagingServer.Modules" path="OpenSim/Grid/MessagingServer.Modules" type="Library">
1037 <Configuration name="Debug">
1038 <Options>
1039 <OutputPath>../../../bin/</OutputPath>
1040 </Options>
1041 </Configuration>
1042 <Configuration name="Release">
1043 <Options>
1044 <OutputPath>../../../bin/</OutputPath>
1045 </Options>
1046 </Configuration>
1047
1048 <ReferencePath>../../../bin/</ReferencePath>
1049 <Reference name="System"/>
1050 <Reference name="System.Data"/>
1051 <Reference name="System.Xml"/>
1052 <Reference name="OpenSim.Framework"/>
1053 <Reference name="OpenSim.Framework.Console"/>
1054 <Reference name="OpenSim.Framework.Communications"/>
1055 <Reference name="OpenSim.Data"/>
1056 <Reference name="OpenSim.Framework.Servers"/>
1057 <Reference name="OpenSim.Grid.Framework"/>
1058 <Reference name="OpenMetaverseTypes.dll"/>
1059 <Reference name="OpenMetaverse.dll"/>
1060 <Reference name="XMLRPC.dll"/>
1061 <Reference name="log4net.dll"/>
1062
1063 <Files>
1064 <Match pattern="*.cs" recurse="true"/>
1065 </Files>
1066 </Project>
1067
1068
1036 <Project name="OpenSim.Grid.MessagingServer" path="OpenSim/Grid/MessagingServer" type="Exe"> 1069 <Project name="OpenSim.Grid.MessagingServer" path="OpenSim/Grid/MessagingServer" type="Exe">
1037 <Configuration name="Debug"> 1070 <Configuration name="Debug">
1038 <Options> 1071 <Options>
@@ -1055,6 +1088,7 @@
1055 <Reference name="OpenSim.Data"/> 1088 <Reference name="OpenSim.Data"/>
1056 <Reference name="OpenSim.Framework.Servers"/> 1089 <Reference name="OpenSim.Framework.Servers"/>
1057 <Reference name="OpenSim.Grid.Framework"/> 1090 <Reference name="OpenSim.Grid.Framework"/>
1091 <Reference name="OpenSim.Grid.MessagingServer.Modules"/>
1058 <Reference name="OpenMetaverseTypes.dll"/> 1092 <Reference name="OpenMetaverseTypes.dll"/>
1059 <Reference name="OpenMetaverse.dll"/> 1093 <Reference name="OpenMetaverse.dll"/>
1060 <Reference name="XMLRPC.dll"/> 1094 <Reference name="XMLRPC.dll"/>