Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SVN usage is described in some more details here: https://openoffice.apache.org/source.html. So, just "svn checkout" the relevant branch. Starting with 4.1.3 we have been using dedicated branches, so naming is now obvious (we had been reusing branches in precedence, like AOO410 was used for 4.1.0, 4.1.1 and 4.1.2). Branches are listed at https://svn.apache.org/viewvc/openoffice/branches/

$ svn checkout https://svn.apache.org/repos/asf/openoffice/branches/AOO413AOO415

Check versions

Make sure that the source files contain the correct version numbers (this should have been done when creating the new branch). In particular, check these files:

  • ./main/instsetoo_native/util/openoffice.lst
  • ./main/odk/util/makefile.pmk
  • ./main/solenv/bin/srcrelease.xml
  • ./main/solenv/inc/minor.mk
  • ./main/sysui/desktop/productversion.mk

Build with release options

Use the scripts at https://svn.apache.org/viewvc/openoffice/devtools/build-scripts/. The 4.1.5 scripts are correct. 

...