History

Version 2.7.0 Release -- released June 30, 2008

  • enhance ChooseProductPage to scan for existing installations on background thread
  • add new CleanEmptyDirectoryOperation
  • install.log not deleted when abort during uninstall

Version 2.6.0 Release -- released April 30, 2007

  • Bug fixes and minor features.

Version 2.5.0 Release -- released March 6, 2007

Features:


  • Added support for Java 5 constructs --- The Export Wizard should now work with Java 5 constructs.
  • Added support for Eclipse 3.3 --- RCP Packager should now work with Eclipse 3.3.

Fixes:

  • Fixed an issue with the Export Wizard --- Whatever OS you generate your application under that is the OS you have to compile it under, e.g.
  • Default the sax driver to org.apache.crimson.parser.XMLReaderImpl --- Changed the code so that the getting the xml reader now will try the default method and if it throws an exception it will try org.apache.crimson.parser.XMLReaderImpl then it will fail. Also added a method that takes a string to pass in the XMLReaderImpl.

Version 1.01 (beta) -- released Aug 8, 2006

Fixes:
  • Fixed linux installer generation --- fixed the installer project wizard to correctly generate the Classpath-Entry and Native-Libraries entries for both linux;x86 and linux;x86_64 in the META-INF/INSTALLER.MF file.

Version 1.01 (beta) -- released Jul 25, 2006

Additions:
  • FAQ --- Added a FAQ to the help system.
Fixes:
  • Fixed the export wizard --- fixed the export wizard the handle the eclipse 3.2 differenecs.

Version 1.01 (beta) -- released May 9, 2006

Fixes:
  • New Installer Project Wizard --- Added a field to specify the location of the product image.
  • Export RCP Product Wizard --- has become more compact.  Just select the configuration file, specify the destination directory and the file name for the ant script.

Version 1.01 (beta) -- released May 2, 2006

Fixes:
  • Export RCP Product Wizard --- Changed the code to correctly generate the build-bundle.xml based
    on weather the plug-in has a plugin.xml or MANIFEST.MF.
  • Handled the case where a plugin does not have any extensions causing a NullPointerException.