Difference between revisions of "OpenOffice Eclipse Integration"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Documentation)
m (added categories)
Line 24: Line 24:
 
* '''Java''': for the <tt>org.openoffice.ide.eclipse.java</tt> plugin
 
* '''Java''': for the <tt>org.openoffice.ide.eclipse.java</tt> plugin
 
* '''Build''': for the <tt>org.openoffice.ide.eclipse.build</tt> eclipse project.
 
* '''Build''': for the <tt>org.openoffice.ide.eclipse.build</tt> eclipse project.
 +
 +
[[Category:Eclipse]]
 +
[[Category:API]]
 +
[[Category:Effort]]

Revision as of 18:26, 16 January 2007

Introduction

The Eclipse integration aims at lowering the barriers to develop extensions for OpenOffice.org or URE based applications. This page will be an entry point to other documents on the plugins' use or development.

Installation

For the installation, please refer to the corresponding section in the Java component tutorial. The eclipse update site is located at http://cedric.bosdonnat.free.fr/ooeclipseintegration and contains only the latest stable version.

The minimum requirements for the latest version are:

  • Java 1.5 or newer
  • Eclipse 3.2 or newer
  • OpenOffice.org 2.0 or newer download
  • OpenOffice.org SDK 2.0.4 or newer download

Documentation

Miscellaneous notes

The CVS tags for the plugins versions will look like: API_OOEclipse_<plugin>_<version> where <version> is on the form 1_1_0 <plugin> could be one of:

  • Core: for the org.openoffice.ide.eclipse.core plugin
  • Java: for the org.openoffice.ide.eclipse.java plugin
  • Build: for the org.openoffice.ide.eclipse.build eclipse project.
Personal tools