diff options
| author | callum_linden <none@none> | 2016-04-21 11:53:10 -0700 | 
|---|---|---|
| committer | callum_linden <none@none> | 2016-04-21 11:53:10 -0700 | 
| commit | b9c1a720d5439c2bb4646065a5b8461cf5f7b3e0 (patch) | |
| tree | 47e95fa0184637a19815ab2f5319d0ef28bef585 | |
| parent | 219786b223d00a9b5a972b12e38eb7b7f6f92e09 (diff) | |
DRTVWR-418 remove references to unused FreeGlut and GLUI packages
| -rwxr-xr-x | autobuild.xml | 84 | 
1 files changed, 0 insertions, 84 deletions
| diff --git a/autobuild.xml b/autobuild.xml index 66ba1b1764..867235eaf6 100755 --- a/autobuild.xml +++ b/autobuild.xml @@ -715,36 +715,6 @@          <key>version</key>          <string>2.11.0</string>        </map> -      <key>freeglut</key> -      <map> -        <key>copyright</key> -        <string>Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved.</string> -        <key>description</key> -        <string>freeglut is a completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library.</string> -        <key>license</key> -        <string>freeglut</string> -        <key>license_file</key> -        <string>LICENSES/freeglut.txt</string> -        <key>name</key> -        <string>freeglut</string> -        <key>platforms</key> -        <map> -          <key>windows</key> -          <map> -            <key>archive</key> -            <map> -              <key>hash</key> -              <string>58e328a8b2f3788f932c57ad77e3e117</string> -              <key>url</key> -              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/freeglut_3p-update-freeglut/rev/295926/arch/CYGWIN/installer/freeglut-2.6.0.295926-windows-295926.tar.bz2</string> -            </map> -            <key>name</key> -            <string>windows</string> -          </map> -        </map> -        <key>version</key> -        <string>2.6.0.295926</string> -      </map>        <key>freetype</key>        <map>          <key>copyright</key> @@ -1025,60 +995,6 @@          <key>version</key>          <string>1.0pre4.314201</string>        </map> -      <key>glui</key> -      <map> -        <key>copyright</key> -        <string>Copyright 2006 Paul Rademacher</string> -        <key>description</key> -        <string>GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications.</string> -        <key>license</key> -        <string>ZLIB</string> -        <key>license_file</key> -        <string>LICENSES/glui.txt</string> -        <key>name</key> -        <string>glui</string> -        <key>platforms</key> -        <map> -          <key>darwin</key> -          <map> -            <key>archive</key> -            <map> -              <key>hash</key> -              <string>9b7e2ab9b208b3001803294f83d2b610</string> -              <key>url</key> -              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/glui_3p-update-glui/rev/297273/arch/Darwin/installer/glui-2.36.297273-darwin-297273.tar.bz2</string> -            </map> -            <key>name</key> -            <string>darwin</string> -          </map> -          <key>linux</key> -          <map> -            <key>archive</key> -            <map> -              <key>hash</key> -              <string>f330b3acd03526d827030eefeeb06240</string> -              <key>url</key> -              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/glui_3p-update-glui/rev/297273/arch/Linux/installer/glui-2.36.297273-linux-297273.tar.bz2</string> -            </map> -            <key>name</key> -            <string>linux</string> -          </map> -          <key>windows</key> -          <map> -            <key>archive</key> -            <map> -              <key>hash</key> -              <string>75b16a5a606c78aaeb2f8e6046310a58</string> -              <key>url</key> -              <string>http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/glui_3p-update-glui/rev/297273/arch/CYGWIN/installer/glui-2.36.297273-windows-297273.tar.bz2</string> -            </map> -            <key>name</key> -            <string>windows</string> -          </map> -        </map> -        <key>version</key> -        <string>2.36.297273</string> -      </map>        <key>google_breakpad</key>        <map>          <key>copyright</key> | 
