Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed exact java version from explanation of izpack-parent, because 1.5 is not true anymore

...

  • izpack-parent : The common parent of all modules. It defines dependencies' version with dependencyManagement, common dependencies and common configuration (like version of java 1.5 compilation)
  • izpack-api : interfaces and global models for IzPack
  • izpack-tools : Tools independent of the IzPack API
  • izpack-util : Helper methods (IoHelper, OsConstraints...)
  • izpack-core : Defines classes shared by the compiler and installer.
  • izpack-compiler : Contains logic for the installer compilation.
  • izpack-gui : GUI classes as Layout, factories
  • izpack-uninstaller : Contains all uninstaller classes
  • izpack-panel : Contains all panels
  • izpack-native-parent : common parent for native library support
  • izpack-event : Containing listener for installation
  • izpack-installer : Installer managing launch, unpacking and installation of the installer.
  • izpack-dist : Contains all resources for the IzPack self-installer
  • izpack-wrapper : Contains izpack2exe, izpack2app, izpack2jnlp

...