Use 'default' revision rather than 'tip' for FBF. Tip is useless now that the TAGS branch exists.
--- a/PDK_Helium/config.xml Fri Feb 12 16:20:36 2010 +0000
+++ b/PDK_Helium/config.xml Tue Feb 16 14:02:29 2010 +0000
@@ -113,13 +113,13 @@
<hudson.model.ChoiceParameterDefinition>
<name>FBF_REV</name>
<description>The tagged version of the FBF (Helium) to use to build the Platform.
-<li>tip - is the latest revision from the web
+<li>default - is the latest revision from the web
<br><br>
-<i>Unless you want a specific revision, its recommended to use the tip revision of the FBF</i>
+<i>Unless you want a specific revision, its recommended to use the 'default' revision of the FBF</i>
</description>
<choices class="java.util.Arrays$ArrayList">
<a class="string-array">
- <string>tip</string>
+ <string>default</string>
<string>PDK_2.0.2</string>
<string>PDK_2.0.1</string>
<string>PDK_2.0.0</string>