PageRenderTime 20ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/asl/CHANGES.txt

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/
Plain Text | 49 lines | 37 code | 12 blank | 0 comment | 0 complexity | f2a09671af9b49e48992378d31292e1e MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
  1. This file documents the changes for the Ant Script Library.
  2. Version 1.1.0 (released ?)
  3. ==========================
  4. Changes:
  5. - Added new release module
  6. - Added application package module
  7. - New Java reports:
  8. - Checkstyle report
  9. - FindBugs report
  10. - Copy/paste detection report
  11. - Updated documentation for reports module
  12. - Added new SCM modules:
  13. - Subversion module
  14. - Perforce module
  15. - New introductory tutorial
  16. - Enhancements to the Ivy tasks
  17. - Link generated JavaDoc to JRE JavaDoc
  18. Version 1.0.2 (released February 25, 2009)
  19. ==========================================
  20. Changes:
  21. - The documentation is now packaged along with the scripts, making them
  22. available offline.
  23. - Removed optional jar files from the default download. If you call any script
  24. target that requires an optional jar, you will be prompted to run the
  25. automatic download script. This makes the download much smaller for those
  26. people who donĂ¢€™t use any of the reporting features.
  27. - There is a new installer module (asl-java-install.xml). This can be used to
  28. install an application jar, along with all its library dependencies and
  29. configuration into an application assembly.
  30. Version 1.0.1 (released February 4, 2009)
  31. =========================================
  32. Changes:
  33. - Documentation updates
  34. Version 1.0.0 (released January 22, 2009)
  35. =========================================
  36. - Initial release of the Ant Script Library, containing standard Java build and
  37. package targets.