IDs for the perspectives at startup

IDs for the perspectives are listed in the Processing [perspective] from [ixiasoft.eclipse.startup] section of the log.

For example:
Processing [perspective] from [ixiasoft.eclipse.startup]
	org.eclipse.jdt.ui.JavaPerspective .....................................: closed
	org.eclipse.debug.ui.DebugPerspective ..................................: closed
	org.eclipse.jdt.ui.JavaBrowsingPerspective .............................: closed
	org.eclipse.ui.resourcePerspective .....................................: closed
	com.ixiasoft.dita.eclipse.gui.perspective.DitaRelationshipPerspective ..: closed
	com.ixiasoft.dita.eclipse.gui.perspective.OfflinePerspective ...........: closed
	com.ixiasoft.dita.eclipse.gui.perspective.ProjectPerspective ...........: closed
	com.ixiasoft.dita.eclipse.gui.perspective.SMEPerspective ...............: closed
To configure a perspective so that it is closed when the IXIASOFT CCMS Desktop starts, enter its ID in a <removeditem> element and set its state to closed. For example, to close the Information Architect perspective, enter its ID in the eclipseui.xml file as follows:
<section id="perspective">
   <item id="com.ixiasoft.dita.eclipse.gui.perspective.LeadPerspective" 
         state="closed"/>
    ...