diff options
author | Melanie | 2009-08-05 18:55:37 +0100 |
---|---|---|
committer | Melanie | 2009-08-05 18:55:37 +0100 |
commit | dcbaaba61f7dce6054fbd742a1985b1141fb3946 (patch) | |
tree | c9dd21b079b8cfe95c63caffa56b27f18fca6eac /prebuild.xml | |
parent | Comment the include line as it seems our prebuild can't handle it. (diff) | |
download | opensim-SC-dcbaaba61f7dce6054fbd742a1985b1141fb3946.zip opensim-SC-dcbaaba61f7dce6054fbd742a1985b1141fb3946.tar.gz opensim-SC-dcbaaba61f7dce6054fbd742a1985b1141fb3946.tar.bz2 opensim-SC-dcbaaba61f7dce6054fbd742a1985b1141fb3946.tar.xz |
Fix prebuild include syntax
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 2 |
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 | ||