aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorHomer Horwitz2008-11-08 18:40:19 +0000
committerHomer Horwitz2008-11-08 18:40:19 +0000
commit03e056646e8e39c3e4d948f8855b3ef61a8fe9f5 (patch)
treebee2761b540156aa478da52fc1c12152a8fadaaf /prebuild.xml
parent* Ported InstantMessageModule to IClientCore (diff)
downloadopensim-SC_OLD-03e056646e8e39c3e4d948f8855b3ef61a8fe9f5.zip
opensim-SC_OLD-03e056646e8e39c3e4d948f8855b3ef61a8fe9f5.tar.gz
opensim-SC_OLD-03e056646e8e39c3e4d948f8855b3ef61a8fe9f5.tar.bz2
opensim-SC_OLD-03e056646e8e39c3e4d948f8855b3ef61a8fe9f5.tar.xz
- Try to fix build again...
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 69aa91a..c5f9a01 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -100,7 +100,7 @@
100 <Reference name="Mono.Addins.dll" /> 100 <Reference name="Mono.Addins.dll" />
101 <Files> 101 <Files>
102 <Match pattern="*.cs" recurse="false"/> 102 <Match pattern="*.cs" recurse="false"/>
103 <Match pattern="Client/*.cs" recurse="true"/> 103 <Match path="Client" pattern="*.cs" recurse="true"/>
104 </Files> 104 </Files>
105 </Project> 105 </Project>
106 106
@@ -2756,4 +2756,4 @@
2756 2756
2757 </Solution> 2757 </Solution>
2758</Prebuild> 2758</Prebuild>
2759 \ No newline at end of file 2759