Apache openoffice

Clone this repo:

Branches

  1. 9ea42d3 Updated Store Listings by mseidel · 6 days ago main
  2. e9f606d Small changes, added Norwegian Screenshots by mseidel · 10 days ago
  3. 965c797 Add in Build scripts and configure logs for AOO-4.1.16 (RC3) builds by Jim Jagielski · 2 weeks ago
  4. 271437e Update for AOO 4.1.16-RC3 by mseidel · 2 weeks ago
  5. 0c0cd67 Updated logos for extensions and templates website by mseidel · 4 weeks ago

Apache OpenOffice Developer Tools

Scripts that are helpful for developers who are building Apache OpenOffice from Source Code

Contents

TODO

History

This repository was cloned from a subversion repository.

  1. Created using self-service at https://gitbox.apache.org/boxer/?action=newrepo

  2. Cloned and pushed.

    # get the ASF authors map.
    curl https://gitbox.apache.org/authors.txt --output authors.txt
    # this clones the svn repository into git. You may need to install svn2git.
    # it takes almost three hours.
    git svn clone https://svn.apache.org/repos/asf/openoffice/devtools -A authors.txt
    cd devtools
    git remote add origin https://github.com/apache/openoffice-devtools.git
    git branch -M main
    # due to my setup I used GitHub Desktop for this next step.
    git push -u origin main