summaryrefslogtreecommitdiff
path: root/build/README
blob: 1cb91edbe4796e42f1047a59491b0156f7b49265 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Building OOoEclipse Integration

in order to build OOoEclipseIntegration to produce an update site,
you need to have installed LibreOffice and Eclipse.You may install
only the necessary jars, but you'll have to hack the ant build.xml
files.

Define the ANT_ARGS variable to the following:
   -Dlibreoffice.home=/path/to/you/libreoffice -Declipse.home=/path/to/your/eclipse
Then you will just have to cd in the build folder and execute:
   prompt$ ant

Please run ant help to get the available targets