I have decided to move the sources of the OOEclipse integration plugin to an ooo-build Git repo. Call it a fork if you like, but my aim here is to allow other developers to contribute easily to the project without having to sign a SCA. The code is still present on the OpenOffice.org API project CVS, but I will no longer commit changes there.

The sources can be extracted using the following Git commands:

  • Anonymous access: git clone git://anongit.freedesktop.org/git/ooo-build/contrib/ooeclipse
  • Developer access: git clone ssh://[username@]git.freedesktop.org/git/ooo-build/contrib/ooeclipse

If you don't want to use the command line, have a look at this Eclipse plugin: http://git.or.cz/gitwiki/EclipsePlugin.

If you want to commit some patches, you should refer to the Git documentation of the ooo-build project: http://www.freedesktop.org/wiki/Software/ooo-build/GettingIt. These rules will also apply to the ooeclipse project. As written on this page, you can email your patch if you don't have a freedesktop.org acount yet.

As the project is no longer hosted by the OpenOffice.org API project, the discussions should take place on the dev@lists.go-oo.org mailing list instead of the dev@api.openoffice.org one. Of course, I will still answer question on the latter list.

Those changes were also the time to create an ohloh account for the plugin: https://www.ohloh.net/p/ooeclipse.