[Esbox-commits] r1998 - 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
Mon Aug 24 19:02:13 EEST 2009
Author: eswartz
Date: 2009-08-24 19:02:13 +0300 (Mon, 24 Aug 2009)
New Revision: 1998
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:
Remove Fremantle beta 1 entries from SDK/target installers
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-08-24 15:23:12 UTC (rev 1997)
+++ branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerDataContentLabelProvider.java 2009-08-24 16:02:13 UTC (rev 1998)
@@ -73,30 +73,6 @@
"scratchbox-devkit-apt-https"
));
}
- //Fremantle Beta 1
- urls = fetchScriptsFromUrl(
- "http://repository.maemo.org/unstable/5.0beta/",
- "maemo-scratchbox-install.*\\.sh");
-
- for (URL url : urls) {
- contents.add(new Scratchbox1SDKInstallerData(
- "Maemo 5 Series (Fremantle) (Beta 1 Release)",5, url,
- ((IBuildMachine) newInput),
- "deb http://scratchbox.org/debian/ maemo5-sdk main",
- "scratchbox-core", "scratchbox-libs",
- "scratchbox-devkit-qemu",
- "scratchbox-devkit-debian",
- "scratchbox-devkit-doctools",
- "scratchbox-devkit-perl",
- "scratchbox-toolchain-host-gcc",
- "scratchbox-toolchain-cs2007q3-glibc2.5-arm7",
- "scratchbox-toolchain-cs2007q3-glibc2.5-i486",
- "scratchbox-devkit-svn",
- "scratchbox-devkit-git",
- "scratchbox-devkit-apt-https"
- ));
- }
-
}
}
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-08-24 15:23:12 UTC (rev 1997)
+++ branches/work_Ed/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1TargetInstallerDataContentLabelProvider.java 2009-08-24 16:02:13 UTC (rev 1998)
@@ -70,22 +70,6 @@
));
}
- // Fremantle Beta release support
- urls = fetchScriptsFromUrl(
- "http://repository.maemo.org/unstable/5.0beta/",
- "maemo-sdk-install.*\\.sh");
-
- for (URL url : urls) {
- contents.add(new Scratchbox1TargetInstallerData(
- "Maemo 5.0 Fremantle (Beta 1 Release)",
- url,
- sdks.size() > 0 ? sdks.get(0) : null,
- "FREMANTLE",
- new String[] { "qemu-arm-sb" },
- new String[] { "cs2007q3-glibc2.5-arm7", "cs2007q3-glibc2.5-i486" },
- new String[] { "qemu", "perl", "debian-etch", "doctools", "svn", "git", "apt-https" }
- ));
- }
}
}
private Image platformImage;
More information about the Esbox-commits
mailing list