Added bin/ to .cvsignore, and corrected manifest externalization warnings.
diff --git a/eclipsecon08/org.eclipse.dltk.examples.python/META-INF/MANIFEST.MF b/eclipsecon08/org.eclipse.dltk.examples.python/META-INF/MANIFEST.MF
index 6c46b6f..c35c04d 100644
--- a/eclipsecon08/org.eclipse.dltk.examples.python/META-INF/MANIFEST.MF
+++ b/eclipsecon08/org.eclipse.dltk.examples.python/META-INF/MANIFEST.MF
@@ -4,7 +4,8 @@
 Bundle-SymbolicName: org.eclipse.dltk.examples.python;singleton:=true
 Bundle-Version: 1.0.0.qualifier
 Bundle-Activator: org.eclipse.dltk.examples.internal.python.core.PythonCorePlugin
-Bundle-Vendor: %providerName
+Bundle-Vendor: %pluginProvider
+Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.dltk.core,
diff --git a/eclipsecon08/org.eclipse.dltk.examples.python/plugin.properties b/eclipsecon08/org.eclipse.dltk.examples.python/plugin.properties
new file mode 100644
index 0000000..a930d09
--- /dev/null
+++ b/eclipsecon08/org.eclipse.dltk.examples.python/plugin.properties
@@ -0,0 +1,2 @@
+pluginProvider=Eclipse.org
+pluginName=Dynamic Languages Toolkit Python Examples (Incubation)
\ No newline at end of file