super.initialize(name);
// add the nature alias
ProjectNatureFactory.addNature("python", PythonNature.PYTHON_NATURE_ID);
ProjectManagement.addProjectManager(
PythonNature.PYTHON_NATURE_ID, new PydevProjectManager());
PreferenceFactory.addPreferences(PythonNature.PYTHON_NATURE_ID,
// "PYDEV org.eclim.python.builtins {} JSON{}\n" +
"PYDEV org.eclim.python.ignore.unresolved.imports [] JSON[]\n" +
"PYDEV org.eclim.python.ignore.builtin.reserved [] JSON[]"