1. 24 Feb, 2017 1 commit
  2. 18 Feb, 2017 2 commits
  3. 31 Dec, 2016 2 commits
  4. 21 Dec, 2016 2 commits
  5. 14 Dec, 2016 1 commit
    • Dave Cridland's avatar
      4.1.0 Beta (#703) · 538cb611
      Dave Cridland authored
      * 4.1.0 Beta
      
      * Remove extraneous bits
      
      Cut and paste is clearly too advanced for me.
      538cb611
  6. 01 Jul, 2016 1 commit
  7. 14 Jun, 2016 1 commit
    • Guus der Kinderen's avatar
      OF-1149: Improve build speed · 25f66a6c
      Guus der Kinderen authored
      * 'override' defined just once (and set to false)
      * a plugin can be skipped by setting a property 'plugin.pluginname.skip'
        to true (eg: -Dplugin.broadcast.skip=true)
      * plugins that are built set the property above, to prevent rebuilding
        during the same Ant invocation (speeds up parent/child plugin builds)
      25f66a6c
  8. 10 Jun, 2016 1 commit
  9. 18 Mar, 2016 1 commit
    • akrherz's avatar
      OF-1111 Rethink RPM build and versioning · 8b275ea4
      akrherz authored
      Ant RPM build configuration is modified such that:
      
       - rpmbuild arch of x86_64 is now default.  This will require a
         change to the Ignite's Bamboo to specify a 64bit JRE to bundle
       - the rpmbuild arch logic is simplified and one can now specify
         which arch to build for by setting `-Drpmbuild.arch=<arch>`
       - the resulting RPM filenames are changed, such to allow upgrades
         between alpha builds, beta/rc builds and GA builds without
         having to `rpm --force` these.  See note below on the new
         RPM filenames.
       - the changelog field in the RPM will contain the hash of the
         last commit in the local repository `git rev-parse --short HEAD`
       - A new `git.revision` Ant target is introduced so support the
         inclusion of this in the build metadata
      
      New RPM filenames:
          For General Releases we get x.y.z-1
          For Alpha builds we get     x.y.z-0.1.{YYYYMMDD}alpha
          For Beta/RC builds we get   x.y.z-0.2.(beta|rc)
      8b275ea4
  10. 11 Jan, 2016 2 commits
  11. 06 Jan, 2016 1 commit
  12. 05 Jan, 2016 1 commit
    • Guus der Kinderen's avatar
      OF-998: Ant should resolve DTDs locally · d3f242e7
      Guus der Kinderen authored
      Ant (or rather, the XMLTask in our build) attempts to lookup DTDs
      online. The build (of plugins) will fail if no internet connectivity
      is available. This commit references DTDs locally, allowing Ant to
      skip the online lookup.
      d3f242e7
  13. 15 Dec, 2015 3 commits
  14. 13 Dec, 2015 1 commit
  15. 07 Dec, 2015 1 commit
  16. 30 Nov, 2015 1 commit
  17. 20 Nov, 2015 1 commit
  18. 19 Nov, 2015 1 commit
    • Guus der Kinderen's avatar
      OF-953: Old JSP libraries should be upgraded. · 67baf287
      Guus der Kinderen authored
      By replacing Jetty 6.x era libraries with 9.x-based variants, JSP support
      will be brought back up-to-date. Additionally, Openfire will no longer
      have a mix of dependencies from various versions of Jetty. This commit
      contains a number of changes that go hand-in-hand:
      - Replaces JAR files
      - Applies uniformity to the buildscript where JSPC is executed
      - Replaces JSTL 1.0 taglibs with later versions
      - Adds a simple logger to the build process (to stop it from complaining)
      67baf287
  19. 10 Nov, 2015 1 commit
  20. 07 Nov, 2015 1 commit
  21. 22 Oct, 2015 1 commit
  22. 13 Oct, 2015 1 commit
  23. 05 Oct, 2015 2 commits
  24. 29 Sep, 2015 2 commits
  25. 28 Sep, 2015 1 commit
    • Guus der Kinderen's avatar
      OF-947: Overlay should be able to modify i18n · c3541fcc
      Guus der Kinderen authored
      i18n files can now be modified by files in <overlay>/i18n/. Files are merged,
      where the overlay values have preference over the original values.
      
      This commit removes support for the (poorly implemented) overlay.properties file.
      c3541fcc
  26. 04 Aug, 2015 2 commits
  27. 03 Aug, 2015 5 commits