tweaks
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipsecon.browser/META-INF/MANIFEST.MF b/presentations/eclipse-con/2007/plugins/org.eclipsecon.browser/META-INF/MANIFEST.MF
index bb59464..a0752b5 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipsecon.browser/META-INF/MANIFEST.MF
+++ b/presentations/eclipse-con/2007/plugins/org.eclipsecon.browser/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %bundle.name
 Bundle-SymbolicName: org.eclipse.browser;singleton:=true
-Bundle-Version: 1.2.1
+Bundle-Version: 1.0.0
 Bundle-Activator: org.eclipse.browser.view.BrowserPlugin
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/presentations/eclipse-con/2007/plugins/org.eclipsecon.cheatsheets/plugin.xml b/presentations/eclipse-con/2007/plugins/org.eclipsecon.cheatsheets/plugin.xml
index a6fa294..925b1e3 100644
--- a/presentations/eclipse-con/2007/plugins/org.eclipsecon.cheatsheets/plugin.xml
+++ b/presentations/eclipse-con/2007/plugins/org.eclipsecon.cheatsheets/plugin.xml
@@ -8,7 +8,7 @@
             composite="true"
             contentFile="cheatsheets/view-composite.xml"
             id="org.eclipse.browser.cheatsheets.view"
-            name="Importing the EclipseCon tutorial">
+            name="Create an Eclipse Browser view">
       </cheatsheet>
    </extension>
    <extension
@@ -18,7 +18,7 @@
             composite="true"
             contentFile="cheatsheets/rcpapp-composite.xml"
             id="org.eclipse.browser.cheatsheets.rcp"
-            name="Creating EclipseCon tutorial RCP Application">
+            name="Create an Eclipse Browser RCP Application">
       </cheatsheet>
    </extension>
    <extension