aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2007-10-08 10:30:15 +0000
committerMW2007-10-08 10:30:15 +0000
commit4c25008850f92bcc79502c71a0e4d34c883d27d0 (patch)
treec5dd571fb11699675c80d363b3261c5be477c018 /prebuild.xml
parentsmall bug fix (diff)
downloadopensim-SC_OLD-4c25008850f92bcc79502c71a0e4d34c883d27d0.zip
opensim-SC_OLD-4c25008850f92bcc79502c71a0e4d34c883d27d0.tar.gz
opensim-SC_OLD-4c25008850f92bcc79502c71a0e4d34c883d27d0.tar.bz2
opensim-SC_OLD-4c25008850f92bcc79502c71a0e4d34c883d27d0.tar.xz
Applied patch 485, inventory patch from tleiades (thanks again).
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 35dec66..8bd52a9 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -696,8 +696,10 @@
696 <Reference name="OpenSim.Framework.Data"/> 696 <Reference name="OpenSim.Framework.Data"/>
697 <Reference name="libsecondlife.dll"/> 697 <Reference name="libsecondlife.dll"/>
698 <Reference name="MySql.Data.dll"/> 698 <Reference name="MySql.Data.dll"/>
699 <Reference name="OpenSim.Framework.Console"/>
699 <Files> 700 <Files>
700 <Match pattern="*.cs" recurse="true"/> 701 <Match pattern="*.cs" recurse="true"/>
702 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
701 </Files> 703 </Files>
702 </Project> 704 </Project>
703 705
@@ -1044,3 +1046,4 @@
1044</Prebuild> 1046</Prebuild>
1045 1047
1046 1048
1049