From e549858b5ebfd2938e598a814d9fe191f4c101e3 Mon Sep 17 00:00:00 2001
From: Jennifer Leech <jenn@lindenlab.com>
Date: Tue, 12 Aug 2008 16:53:39 +0000
Subject: [PATCH] Moved mono libraries to S3 so that remote devs can access. 
 Md5's are the same, just new urls in install.xml.

Resolves: DEV-19126
---
 install.xml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/install.xml b/install.xml
index d7625f1ace5..ecfae806658 100644
--- a/install.xml
+++ b/install.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" ?>
 <llsd>
 <map>
     <key>installables</key>
@@ -567,26 +567,26 @@ anguage Infrstructure (CLI) international standard</string>
         <string>lgpl</string>
         <key>packages</key>
         <map>
-          <key>linux</key>
+          <key>darwin</key>
           <map>
             <key>md5sum</key>
-            <string>df73b95b0980e631ba1ecd930120699f</string>
+            <string>39a803fcbe6f11b72358fc78b7777b6c</string>
             <key>url</key>
-            <uri>http://int.codex.lindenlab.com/~daveh/install_pkgs/mono-linux-20080722.tar.bz2</uri>
+            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/libmono-darwin-20080724.tar.bz2</uri>
           </map>
-          <key>darwin</key>
+          <key>linux</key>
           <map>
             <key>md5sum</key>
-            <string>39a803fcbe6f11b72358fc78b7777b6c</string>
+            <string>df73b95b0980e631ba1ecd930120699f</string>
             <key>url</key>
-            <uri>http://int.codex.lindenlab.com/~daveh/install_pkgs/mono-darwin-20080724.tar.bz2</uri>
+            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/libmono-linux-20080722.tar.bz2</uri>
           </map>
-		  <key>windows</key>
-		  <map>
-		    <key>md5sum</key>
+          <key>windows</key>
+          <map>
+            <key>md5sum</key>
             <string>7293312a6c76e5a38ec1b58ff87828d9</string>
             <key>url</key>
-            <uri>http://int.codex.lindenlab.com/~daveh/install_pkgs/mono-windows-20080723.tar.bz2</uri>
+            <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/libmono-windows-20080723.tar.bz2</uri>
           </map>
         </map>
       </map>
-- 
GitLab