diff options
| author | Jennifer Leech <jenn@lindenlab.com> | 2008-08-12 16:53:39 +0000 | 
|---|---|---|
| committer | Jennifer Leech <jenn@lindenlab.com> | 2008-08-12 16:53:39 +0000 | 
| commit | e549858b5ebfd2938e598a814d9fe191f4c101e3 (patch) | |
| tree | b27ff5b503ab08dad12f72b1de8f053775585ee1 | |
| parent | 943db8fc6bc210baf78265a987e0b2758b31f824 (diff) | |
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
| -rw-r--r-- | install.xml | 22 | 
1 files changed, 11 insertions, 11 deletions
| diff --git a/install.xml b/install.xml index d7625f1ace..ecfae80665 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> | 
