Adding a new project wizard

From Aptana Development

This places an entry in the "New Ajax Library Project" Wizard. The PNG image (16x16) is the icon to display in the wizard, and the "libraries" folder is the root folder under which all contents will be copied into the user's project

Example

<extension
  point="com.aptana.ide.documentation.library">
  <libraryinfo
    directory="libraries"
    iconFile="icons/library.png"
    name="LibraryName"/>
</extension>