aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-25 15:19:00 +0000
committerJustin Clarke Casey2008-11-25 15:19:00 +0000
commite187972377c19bdd85093677c4c54034e4f9196e (patch)
treecc1bb5f003628b018b823eafc9ee0a67f98df31c /prebuild.xml
parent* Adding some virtual hooks and making some privaets protected for great just... (diff)
downloadopensim-SC_OLD-e187972377c19bdd85093677c4c54034e4f9196e.zip
opensim-SC_OLD-e187972377c19bdd85093677c4c54034e4f9196e.tar.gz
opensim-SC_OLD-e187972377c19bdd85093677c4c54034e4f9196e.tar.bz2
opensim-SC_OLD-e187972377c19bdd85093677c4c54034e4f9196e.tar.xz
* Apply http://opensimulator.org/mantis/view.php?id=2640
* This is Diva's hypergrid patch, as perviously discussed on the opensim-dev mailing list * Applied some minor prebuild.xml jiggling to resolve a dependency issue * Thanks Diva!
Diffstat (limited to '')
-rw-r--r--prebuild.xml409
1 files changed, 224 insertions, 185 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 566671d..3aa7114 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -815,6 +815,192 @@
815 </Files> 815 </Files>
816 </Project> 816 </Project>
817 817
818 <!-- OGS projects -->
819
820 <Project name="OpenSim.Grid.Communications.OGS1" path="OpenSim/Grid/Communications/OGS1" type="Library">
821 <Configuration name="Debug">
822 <Options>
823 <OutputPath>../../../../bin/</OutputPath>
824 </Options>
825 </Configuration>
826 <Configuration name="Release">
827 <Options>
828 <OutputPath>../../../../bin/</OutputPath>
829 </Options>
830 </Configuration>
831
832 <ReferencePath>../../../../bin/</ReferencePath>
833 <Reference name="System"/>
834 <Reference name="OpenSim.Framework"/>
835 <Reference name="OpenSim.Framework.Communications" />
836 <Reference name="OpenSim.Framework.Servers"/>
837 <Reference name="OpenMetaverseTypes.dll"/>
838 <Reference name="XMLRPC.dll"/>
839 <Reference name="log4net.dll"/>
840
841 <Files>
842 <Match pattern="*.cs" recurse="true"/>
843 </Files>
844 </Project>
845
846 <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe">
847 <Configuration name="Debug">
848 <Options>
849 <OutputPath>../../../bin/</OutputPath>
850 </Options>
851 </Configuration>
852 <Configuration name="Release">
853 <Options>
854 <OutputPath>../../../bin/</OutputPath>
855 </Options>
856 </Configuration>
857
858 <ReferencePath>../../../bin/</ReferencePath>
859 <Reference name="System" localCopy="false"/>
860 <Reference name="System.Data" localCopy="false"/>
861 <Reference name="System.Xml" localCopy="false"/>
862 <Reference name="Mono.Addins.dll" />
863 <Reference name="OpenSim.Framework"/>
864 <Reference name="OpenSim.Framework.Communications"/>
865 <Reference name="OpenSim.Framework.Console"/>
866 <Reference name="OpenSim.Framework.Servers"/>
867 <Reference name="OpenSim.Data"/>
868 <Reference name="OpenSim.Data.MySQL"/>
869 <Reference name="OpenMetaverseTypes.dll"/>
870 <Reference name="OpenMetaverse.dll"/>
871 <Reference name="XMLRPC.dll"/>
872 <Reference name="log4net.dll"/>
873
874 <Files>
875 <Match pattern="*.cs" recurse="true"/>
876 </Files>
877 </Project>
878
879 <Project name="OpenSim.Grid.AssetServer" path="OpenSim/Grid/AssetServer" type="Exe">
880 <Configuration name="Debug">
881 <Options>
882 <OutputPath>../../../bin/</OutputPath>
883 </Options>
884 </Configuration>
885 <Configuration name="Release">
886 <Options>
887 <OutputPath>../../../bin/</OutputPath>
888 </Options>
889 </Configuration>
890
891 <ReferencePath>../../../bin/</ReferencePath>
892 <Reference name="System" localCopy="false"/>
893 <Reference name="System.Data" localCopy="false"/>
894 <Reference name="System.Xml" localCopy="false"/>
895 <Reference name="OpenSim.Framework"/>
896 <Reference name="OpenSim.Framework.AssetLoader.Filesystem"/>
897 <Reference name="OpenSim.Framework.Console"/>
898 <Reference name="OpenSim.Framework.Servers"/>
899 <Reference name="OpenSim.Framework.Communications"/>
900 <Reference name="OpenSim.Framework.Statistics"/>
901 <Reference name="OpenMetaverseTypes.dll"/>
902 <Reference name="log4net.dll"/>
903
904 <Files>
905 <Match pattern="*.cs" recurse="true"/>
906 </Files>
907 </Project>
908
909 <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe">
910 <Configuration name="Debug">
911 <Options>
912 <OutputPath>../../../bin/</OutputPath>
913 </Options>
914 </Configuration>
915 <Configuration name="Release">
916 <Options>
917 <OutputPath>../../../bin/</OutputPath>
918 </Options>
919 </Configuration>
920
921 <ReferencePath>../../../bin/</ReferencePath>
922 <Reference name="System" localCopy="false"/>
923 <Reference name="System.Data" localCopy="false"/>
924 <Reference name="System.Xml" localCopy="false"/>
925 <Reference name="OpenSim.Framework"/>
926 <Reference name="OpenSim.Framework.Console"/>
927 <Reference name="OpenSim.Framework.Communications"/>
928 <Reference name="OpenSim.Data"/>
929 <Reference name="OpenSim.Framework.Servers"/>
930 <Reference name="OpenSim.Framework.Statistics"/>
931 <Reference name="OpenSim.Grid.Communications.OGS1"/>
932 <Reference name="OpenMetaverseTypes.dll"/>
933 <Reference name="OpenMetaverse.StructuredData.dll"/>
934 <Reference name="XMLRPC.dll"/>
935 <Reference name="log4net.dll"/>
936
937 <Files>
938 <Match pattern="*.cs" recurse="true"/>
939 </Files>
940 </Project>
941
942 <Project name="OpenSim.Grid.InventoryServer" path="OpenSim/Grid/InventoryServer" type="Exe">
943 <Configuration name="Debug">
944 <Options>
945 <OutputPath>../../../bin/</OutputPath>
946 </Options>
947 </Configuration>
948 <Configuration name="Release">
949 <Options>
950 <OutputPath>../../../bin/</OutputPath>
951 </Options>
952 </Configuration>
953
954 <ReferencePath>../../../bin/</ReferencePath>
955 <Reference name="System" localCopy="false"/>
956 <Reference name="System.Data" localCopy="false"/>
957 <Reference name="System.Xml" localCopy="false"/>
958 <Reference name="OpenSim.Framework"/>
959 <Reference name="OpenSim.Framework.Console"/>
960 <Reference name="OpenSim.Framework.Communications"/>
961 <Reference name="OpenSim.Data"/>
962 <Reference name="OpenSim.Framework.Servers"/>
963 <Reference name="OpenMetaverseTypes.dll"/>
964 <Reference name="log4net.dll"/>
965 <Reference name="XMLRPC.dll"/>
966
967 <Files>
968 <Match pattern="*.cs" recurse="true"/>
969 </Files>
970 </Project>
971
972 <Project name="OpenSim.Grid.MessagingServer" path="OpenSim/Grid/MessagingServer" type="Exe">
973 <Configuration name="Debug">
974 <Options>
975 <OutputPath>../../../bin/</OutputPath>
976 </Options>
977 </Configuration>
978 <Configuration name="Release">
979 <Options>
980 <OutputPath>../../../bin/</OutputPath>
981 </Options>
982 </Configuration>
983
984 <ReferencePath>../../../bin/</ReferencePath>
985 <Reference name="System" localCopy="false"/>
986 <Reference name="System.Data" localCopy="false"/>
987 <Reference name="System.Xml" localCopy="false"/>
988 <Reference name="OpenSim.Framework"/>
989 <Reference name="OpenSim.Framework.Console"/>
990 <Reference name="OpenSim.Framework.Communications"/>
991 <Reference name="OpenSim.Data"/>
992 <Reference name="OpenSim.Framework.Servers"/>
993 <Reference name="OpenMetaverseTypes.dll"/>
994 <Reference name="OpenMetaverse.dll"/>
995 <Reference name="XMLRPC.dll"/>
996 <Reference name="log4net.dll"/>
997
998 <Files>
999 <Match pattern="*.cs" recurse="true"/>
1000 </Files>
1001 </Project>
1002
1003
818 <Project name="OpenSim.Region.Environment" path="OpenSim/Region/Environment" type="Library"> 1004 <Project name="OpenSim.Region.Environment" path="OpenSim/Region/Environment" type="Library">
819 <Configuration name="Debug"> 1005 <Configuration name="Debug">
820 <Options> 1006 <Options>
@@ -843,6 +1029,7 @@
843 <Reference name="OpenSim.Framework.Servers"/> 1029 <Reference name="OpenSim.Framework.Servers"/>
844 <Reference name="OpenSim.Framework.Statistics"/> 1030 <Reference name="OpenSim.Framework.Statistics"/>
845 <Reference name="OpenSim.Region.Physics.Manager"/> 1031 <Reference name="OpenSim.Region.Physics.Manager"/>
1032 <Reference name="OpenSim.Grid.AssetServer"/>
846 1033
847 <!-- For scripting in funny languages by default --> 1034 <!-- For scripting in funny languages by default -->
848 <Reference name="Microsoft.JScript"/> 1035 <Reference name="Microsoft.JScript"/>
@@ -917,6 +1104,42 @@
917 </Files> 1104 </Files>
918 </Project> 1105 </Project>
919 1106
1107 <Project name="OpenSim.Region.Communications.Hypergrid" path="OpenSim/Region/Communications/Hypergrid" type="Library">
1108 <Configuration name="Debug">
1109 <Options>
1110 <OutputPath>../../../../bin/</OutputPath>
1111 </Options>
1112 </Configuration>
1113 <Configuration name="Release">
1114 <Options>
1115 <OutputPath>../../../../bin/</OutputPath>
1116 </Options>
1117 </Configuration>
1118
1119 <ReferencePath>../../../../bin/</ReferencePath>
1120 <Reference name="System"/>
1121 <Reference name="System.Drawing"/>
1122 <Reference name="System.Runtime.Remoting"/>
1123 <Reference name="System.Xml"/>
1124 <Reference name="OpenSim.Framework"/>
1125 <Reference name="OpenSim.Framework.Communications" />
1126 <Reference name="OpenSim.Framework.Servers"/>
1127 <Reference name="OpenSim.Framework.Statistics"/>
1128 <Reference name="OpenSim.Region.Communications.Local"/>
1129 <Reference name="OpenSim.Region.Communications.OGS1"/>
1130 <Reference name="OpenSim.Region.Environment"/>
1131 <Reference name="OpenSim.Region.Interfaces"/>
1132 <Reference name="OpenMetaverse.dll"/>
1133 <Reference name="OpenMetaverseTypes.dll"/>
1134 <Reference name="XMLRPC.dll"/>
1135 <Reference name="log4net.dll"/>
1136
1137 <Files>
1138 <Match pattern="*.cs" recurse="true"/>
1139 </Files>
1140 </Project>
1141
1142
920 <Project name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library"> 1143 <Project name="OpenSim.Region.ClientStack" path="OpenSim/Region/ClientStack" type="Library">
921 <Configuration name="Debug"> 1144 <Configuration name="Debug">
922 <Options> 1145 <Options>
@@ -1155,6 +1378,7 @@
1155 <Reference name="OpenSim.Region.Communications.OGS1"/> 1378 <Reference name="OpenSim.Region.Communications.OGS1"/>
1156 <Reference name="XMLRPC.dll"/> 1379 <Reference name="XMLRPC.dll"/>
1157 <Reference name="OpenSim.Region.Communications.Local"/> 1380 <Reference name="OpenSim.Region.Communications.Local"/>
1381 <Reference name="OpenSim.Region.Communications.Hypergrid"/>
1158 <Reference name="Nini.dll" /> 1382 <Reference name="Nini.dll" />
1159 <Reference name="log4net.dll"/> 1383 <Reference name="log4net.dll"/>
1160 1384
@@ -2007,191 +2231,6 @@
2007 </Files> 2231 </Files>
2008 </Project> 2232 </Project>
2009 2233
2010 <!-- OGS projects -->
2011
2012 <Project name="OpenSim.Grid.Communications.OGS1" path="OpenSim/Grid/Communications/OGS1" type="Library">
2013 <Configuration name="Debug">
2014 <Options>
2015 <OutputPath>../../../../bin/</OutputPath>
2016 </Options>
2017 </Configuration>
2018 <Configuration name="Release">
2019 <Options>
2020 <OutputPath>../../../../bin/</OutputPath>
2021 </Options>
2022 </Configuration>
2023
2024 <ReferencePath>../../../../bin/</ReferencePath>
2025 <Reference name="System"/>
2026 <Reference name="OpenSim.Framework"/>
2027 <Reference name="OpenSim.Framework.Communications" />
2028 <Reference name="OpenSim.Framework.Servers"/>
2029 <Reference name="OpenMetaverseTypes.dll"/>
2030 <Reference name="XMLRPC.dll"/>
2031 <Reference name="log4net.dll"/>
2032
2033 <Files>
2034 <Match pattern="*.cs" recurse="true"/>
2035 </Files>
2036 </Project>
2037
2038 <Project name="OpenSim.Grid.GridServer" path="OpenSim/Grid/GridServer" type="Exe">
2039 <Configuration name="Debug">
2040 <Options>
2041 <OutputPath>../../../bin/</OutputPath>
2042 </Options>
2043 </Configuration>
2044 <Configuration name="Release">
2045 <Options>
2046 <OutputPath>../../../bin/</OutputPath>
2047 </Options>
2048 </Configuration>
2049
2050 <ReferencePath>../../../bin/</ReferencePath>
2051 <Reference name="System" localCopy="false"/>
2052 <Reference name="System.Data" localCopy="false"/>
2053 <Reference name="System.Xml" localCopy="false"/>
2054 <Reference name="Mono.Addins.dll" />
2055 <Reference name="OpenSim.Framework"/>
2056 <Reference name="OpenSim.Framework.Communications"/>
2057 <Reference name="OpenSim.Framework.Console"/>
2058 <Reference name="OpenSim.Framework.Servers"/>
2059 <Reference name="OpenSim.Data"/>
2060 <Reference name="OpenSim.Data.MySQL"/>
2061 <Reference name="OpenMetaverseTypes.dll"/>
2062 <Reference name="OpenMetaverse.dll"/>
2063 <Reference name="XMLRPC.dll"/>
2064 <Reference name="log4net.dll"/>
2065
2066 <Files>
2067 <Match pattern="*.cs" recurse="true"/>
2068 </Files>
2069 </Project>
2070
2071 <Project name="OpenSim.Grid.AssetServer" path="OpenSim/Grid/AssetServer" type="Exe">
2072 <Configuration name="Debug">
2073 <Options>
2074 <OutputPath>../../../bin/</OutputPath>
2075 </Options>
2076 </Configuration>
2077 <Configuration name="Release">
2078 <Options>
2079 <OutputPath>../../../bin/</OutputPath>
2080 </Options>
2081 </Configuration>
2082
2083 <ReferencePath>../../../bin/</ReferencePath>
2084 <Reference name="System" localCopy="false"/>
2085 <Reference name="System.Data" localCopy="false"/>
2086 <Reference name="System.Xml" localCopy="false"/>
2087 <Reference name="OpenSim.Framework"/>
2088 <Reference name="OpenSim.Framework.AssetLoader.Filesystem"/>
2089 <Reference name="OpenSim.Framework.Console"/>
2090 <Reference name="OpenSim.Framework.Servers"/>
2091 <Reference name="OpenSim.Framework.Communications"/>
2092 <Reference name="OpenSim.Framework.Statistics"/>
2093 <Reference name="OpenMetaverseTypes.dll"/>
2094 <Reference name="log4net.dll"/>
2095
2096 <Files>
2097 <Match pattern="*.cs" recurse="true"/>
2098 </Files>
2099 </Project>
2100
2101 <Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe">
2102 <Configuration name="Debug">
2103 <Options>
2104 <OutputPath>../../../bin/</OutputPath>
2105 </Options>
2106 </Configuration>
2107 <Configuration name="Release">
2108 <Options>
2109 <OutputPath>../../../bin/</OutputPath>
2110 </Options>
2111 </Configuration>
2112
2113 <ReferencePath>../../../bin/</ReferencePath>
2114 <Reference name="System" localCopy="false"/>
2115 <Reference name="System.Data" localCopy="false"/>
2116 <Reference name="System.Xml" localCopy="false"/>
2117 <Reference name="OpenSim.Framework"/>
2118 <Reference name="OpenSim.Framework.Console"/>
2119 <Reference name="OpenSim.Framework.Communications"/>
2120 <Reference name="OpenSim.Data"/>
2121 <Reference name="OpenSim.Framework.Servers"/>
2122 <Reference name="OpenSim.Framework.Statistics"/>
2123 <Reference name="OpenSim.Grid.Communications.OGS1"/>
2124 <Reference name="OpenMetaverseTypes.dll"/>
2125 <Reference name="OpenMetaverse.StructuredData.dll"/>
2126 <Reference name="XMLRPC.dll"/>
2127 <Reference name="log4net.dll"/>
2128
2129 <Files>
2130 <Match pattern="*.cs" recurse="true"/>
2131 </Files>
2132 </Project>
2133
2134 <Project name="OpenSim.Grid.InventoryServer" path="OpenSim/Grid/InventoryServer" type="Exe">
2135 <Configuration name="Debug">
2136 <Options>
2137 <OutputPath>../../../bin/</OutputPath>
2138 </Options>
2139 </Configuration>
2140 <Configuration name="Release">
2141 <Options>
2142 <OutputPath>../../../bin/</OutputPath>
2143 </Options>
2144 </Configuration>
2145
2146 <ReferencePath>../../../bin/</ReferencePath>
2147 <Reference name="System" localCopy="false"/>
2148 <Reference name="System.Data" localCopy="false"/>
2149 <Reference name="System.Xml" localCopy="false"/>
2150 <Reference name="OpenSim.Framework"/>
2151 <Reference name="OpenSim.Framework.Console"/>
2152 <Reference name="OpenSim.Framework.Communications"/>
2153 <Reference name="OpenSim.Data"/>
2154 <Reference name="OpenSim.Framework.Servers"/>
2155 <Reference name="OpenMetaverseTypes.dll"/>
2156 <Reference name="log4net.dll"/>
2157 <Reference name="XMLRPC.dll"/>
2158
2159 <Files>
2160 <Match pattern="*.cs" recurse="true"/>
2161 </Files>
2162 </Project>
2163
2164 <Project name="OpenSim.Grid.MessagingServer" path="OpenSim/Grid/MessagingServer" type="Exe">
2165 <Configuration name="Debug">
2166 <Options>
2167 <OutputPath>../../../bin/</OutputPath>
2168 </Options>
2169 </Configuration>
2170 <Configuration name="Release">
2171 <Options>
2172 <OutputPath>../../../bin/</OutputPath>
2173 </Options>
2174 </Configuration>
2175
2176 <ReferencePath>../../../bin/</ReferencePath>
2177 <Reference name="System" localCopy="false"/>
2178 <Reference name="System.Data" localCopy="false"/>
2179 <Reference name="System.Xml" localCopy="false"/>
2180 <Reference name="OpenSim.Framework"/>
2181 <Reference name="OpenSim.Framework.Console"/>
2182 <Reference name="OpenSim.Framework.Communications"/>
2183 <Reference name="OpenSim.Data"/>
2184 <Reference name="OpenSim.Framework.Servers"/>
2185 <Reference name="OpenMetaverseTypes.dll"/>
2186 <Reference name="OpenMetaverse.dll"/>
2187 <Reference name="XMLRPC.dll"/>
2188 <Reference name="log4net.dll"/>
2189
2190 <Files>
2191 <Match pattern="*.cs" recurse="true"/>
2192 </Files>
2193 </Project>
2194
2195 <Project name="OpenSim.ScriptEngine.Shared.Script" path="OpenSim/ScriptEngine/Shared.Script" type="Library"> 2234 <Project name="OpenSim.ScriptEngine.Shared.Script" path="OpenSim/ScriptEngine/Shared.Script" type="Library">
2196 <Configuration name="Debug"> 2235 <Configuration name="Debug">
2197 <Options> 2236 <Options>