You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2013/01/10 10:36:48 UTC

svn commit: r1431229 - /flex/site/trunk/content/sdk-installer-config-2.0.xml

Author: bigosmallm
Date: Thu Jan 10 09:36:47 2013
New Revision: 1431229

URL: http://svn.apache.org/viewvc?rev=1431229&view=rev
Log:
Fix installer binary path to relative - so that mirror is used. 

Modified:
    flex/site/trunk/content/sdk-installer-config-2.0.xml

Modified: flex/site/trunk/content/sdk-installer-config-2.0.xml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/sdk-installer-config-2.0.xml?rev=1431229&r1=1431228&r2=1431229&view=diff
==============================================================================
--- flex/site/trunk/content/sdk-installer-config-2.0.xml (original)
+++ flex/site/trunk/content/sdk-installer-config-2.0.xml Thu Jan 10 09:36:47 2013
@@ -30,7 +30,7 @@ limitations under the License.
 			 	- use full URL when binaries are NOT released yet, else use 
 			 	  path relative to mirror
 			 	- if path is relative, don't use starting slash -->
-		<file name="SDKInstallerApp" path="https://dist.apache.org/repos/dist/dev/flex/installer/2.0/rc3/binaries/" file="apache-flex-sdk-installer-2.0.2-bin" />
+		<file name="SDKInstallerApp" path="flex/installer/2.0/binaries/" file="apache-flex-sdk-installer-2.0.2-bin" />
 		
 		<!-- Mirror URL CGI -->
 		<file name="MirrorURLCGI" path="" file="single-mirror-url.cgi" />