diff options
author | prep <none@none> | 2012-03-21 09:53:59 -0400 |
---|---|---|
committer | prep <none@none> | 2012-03-21 09:53:59 -0400 |
commit | e94a38f0c99fbbf315c4fba1ce32edbe5f4bf7ed (patch) | |
tree | 8a547595fcd69d8cfab20bd091922d06536c16d3 /autobuild.xml | |
parent | 154e569923d0caf99fb0d24af8475731f5ceaf33 (diff) | |
parent | bb0f2d3784e3b14e673c893e95072bca5c54848c (diff) |
merge
Diffstat (limited to 'autobuild.xml')
-rw-r--r-- | autobuild.xml | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/autobuild.xml b/autobuild.xml index 89763c8973..b172779f28 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1110,9 +1110,9 @@ <key>archive</key> <map> <key>hash</key> - <string>8a63df01cf6cd4d8bf0ef25d82ef434e</string> + <string>37c2422417783af029c9e8354b1270d8</string> <key>url</key> - <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/251260/arch/Darwin/installer/llphysicsextensions-0.1-darwin-20120314.tar.bz2</string> + <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/251688/arch/Darwin/installer/llphysicsextensions-0.1-darwin-20120320.tar.bz2</string> </map> <key>name</key> <string>darwin</string> @@ -1122,9 +1122,9 @@ <key>archive</key> <map> <key>hash</key> - <string>f275fcd33f64e89a998b6362b4108c8d</string> + <string>ab03e96012656552e6029801e8b728cd</string> <key>url</key> - <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/251260/arch/Linux/installer/llphysicsextensions-0.1-linux-20120314.tar.bz2</string> + <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/251688/arch/Linux/installer/llphysicsextensions-0.1-linux-20120321.tar.bz2</string> </map> <key>name</key> <string>linux</string> @@ -1134,9 +1134,9 @@ <key>archive</key> <map> <key>hash</key> - <string>1aeda36feecac847cdbaa523ada4990f</string> + <string>337d3eee03fc79a8a948decea54a3887</string> <key>url</key> - <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/251260/arch/CYGWIN/installer/llphysicsextensions-0.1-windows-20120314.tar.bz2</string> + <string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/stinson_llpathinglibrary/rev/251688/arch/CYGWIN/installer/llphysicsextensions-0.1-windows-20120320.tar.bz2</string> </map> <key>name</key> <string>windows</string> @@ -1861,6 +1861,10 @@ <map> <key>command</key> <string>xcodebuild</string> + <key>filters</key> + <array> + <string>setenv</string> + </array> <key>options</key> <array> <string>-configuration Debug</string> @@ -1911,6 +1915,10 @@ <map> <key>command</key> <string>xcodebuild</string> + <key>filters</key> + <array> + <string>setenv</string> + </array> <key>options</key> <array> <string>-configuration RelWithDebInfo</string> @@ -1963,6 +1971,10 @@ <map> <key>command</key> <string>xcodebuild</string> + <key>filters</key> + <array> + <string>setenv</string> + </array> <key>options</key> <array> <string>-configuration Release</string> |