aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2009-08-05 18:55:37 +0100
committerMelanie2009-08-05 18:55:37 +0100
commitdcbaaba61f7dce6054fbd742a1985b1141fb3946 (patch)
treec9dd21b079b8cfe95c63caffa56b27f18fca6eac /prebuild.xml
parentComment the include line as it seems our prebuild can't handle it. (diff)
downloadopensim-SC_OLD-dcbaaba61f7dce6054fbd742a1985b1141fb3946.zip
opensim-SC_OLD-dcbaaba61f7dce6054fbd742a1985b1141fb3946.tar.gz
opensim-SC_OLD-dcbaaba61f7dce6054fbd742a1985b1141fb3946.tar.bz2
opensim-SC_OLD-dcbaaba61f7dce6054fbd742a1985b1141fb3946.tar.xz
Fix prebuild include syntax
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f333013..a34661c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3877,7 +3877,7 @@
3877 3877
3878<!-- /////////////////// END OF INSERTION ///////////////////////////// --> 3878<!-- /////////////////// END OF INSERTION ///////////////////////////// -->
3879 3879
3880<!-- <? include file="addon-modules/*/prebuild.xml" /> --> 3880 <?include file="addon-modules/*/prebuild.xml" ?>
3881 3881
3882 </Solution> 3882 </Solution>
3883 3883