aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-03-26 17:25:12 +0000
committerJustin Clarke Casey2009-03-26 17:25:12 +0000
commit93b26f89336d83f2eab43ced0081d60b1acf2d7f (patch)
treec729d6730fc639d0df44f3613bc477f2d99da00c /prebuild.xml
parentSmall refactoring in Caps, no functional changes. (diff)
downloadopensim-SC_OLD-93b26f89336d83f2eab43ced0081d60b1acf2d7f.zip
opensim-SC_OLD-93b26f89336d83f2eab43ced0081d60b1acf2d7f.tar.gz
opensim-SC_OLD-93b26f89336d83f2eab43ced0081d60b1acf2d7f.tar.bz2
opensim-SC_OLD-93b26f89336d83f2eab43ced0081d60b1acf2d7f.tar.xz
* iars: Serialize information about item creators to archive
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f876cdf..5da8d9c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -118,9 +118,11 @@
118 </Configuration> 118 </Configuration>
119 119
120 <ReferencePath>../../../bin/</ReferencePath> 120 <ReferencePath>../../../bin/</ReferencePath>
121 <Reference name="OpenMetaverse" />
122 <Reference name="System"/> 121 <Reference name="System"/>
122 <Reference name="System.Xml"/>
123 <Reference name="log4net.dll"/> 123 <Reference name="log4net.dll"/>
124 <Reference name="OpenMetaverse" />
125 <Reference name="OpenSim.Framework"/>
124 126
125 <Files> 127 <Files>
126 <Match pattern="*.cs" recurse="true"/> 128 <Match pattern="*.cs" recurse="true"/>