...
Step 4. Change the package: Change the package from com.affymetrix.igb.sampleplugin to your package name (e.g. com.myorg.myplugin). If you IDE does not support 'create folder' directly you can do this from your Finder (MacOS) or Windows Explorer, the directory is IGB_HOME/plugins/MyPlugMyPlugin/src
Step 5. Update Activator.java: Expand the sample plugin /src until you see Activator.java (and SamplePlugin.java).
...