[Esbox-commits] r2269 - branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard

eswartz at garage.maemo.org eswartz at garage.maemo.org
Tue Oct 6 23:32:59 EEST 2009


Author: eswartz
Date: 2009-10-06 23:32:55 +0300 (Tue, 06 Oct 2009)
New Revision: 2269

Modified:
   branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerDataContentLabelProvider.java
   branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1TargetInstallerDataContentLabelProvider.java
Log:
Update for Fremantle final

Modified: branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerDataContentLabelProvider.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerDataContentLabelProvider.java	2009-10-06 18:57:22 UTC (rev 2268)
+++ branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerDataContentLabelProvider.java	2009-10-06 20:32:55 UTC (rev 2269)
@@ -52,12 +52,12 @@
 			
 			//Fremantle Beta 2
 			urls = fetchScriptsFromUrl( 
-					"http://repository.maemo.org/unstable/5.0beta2/",
+					"http://repository.maemo.org/stable/5.0/",
 					"maemo-scratchbox-install.*\\.sh");
 
 			for (URL url : urls) {
 				contents.add(new Scratchbox1SDKInstallerData(
-						"Maemo 5 Series (Fremantle) (Beta 2 Release)",5,  url,
+						"Maemo 5 Series (Fremantle)",5,  url,
 						((IBuildMachine) newInput),
 						"deb http://scratchbox.org/debian/ maemo5-sdk main",
 						"scratchbox-core", "scratchbox-libs",

Modified: branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1TargetInstallerDataContentLabelProvider.java
===================================================================
--- branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1TargetInstallerDataContentLabelProvider.java	2009-10-06 18:57:22 UTC (rev 2268)
+++ branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1TargetInstallerDataContentLabelProvider.java	2009-10-06 20:32:55 UTC (rev 2269)
@@ -55,7 +55,7 @@
 			
 			// Fremantle Beta 2 release support
 			urls = fetchScriptsFromUrl( 
-					"http://repository.maemo.org/unstable/5.0beta2/", 
+					"http://repository.maemo.org/stable/5.0/", 
 					"maemo-sdk-install.*\\.sh");
 
 			for (URL url : urls) {



More information about the Esbox-commits mailing list