summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-04-03 12:01:25 +0200
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2013-04-03 12:01:25 +0200
commit966fb2685d954daa3ae1cbc6684a55a7a6204e03 (patch)
treefb47fb82e0695e59d5f99ec6a1cab4cc1367a878 /build
parent063029492a4bae92fcc543d543d7d2bf0b4e1763 (diff)
Renamed OpenOffice.org to LibreOffice in loads of places
Diffstat (limited to 'build')
-rw-r--r--build/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/README b/build/README
index 3679988..1cb91ed 100644
--- a/build/README
+++ b/build/README
@@ -1,13 +1,13 @@
Building OOoEclipse Integration
in order to build OOoEclipseIntegration to produce an update site,
-you need to have installed OpenOffice.org and Eclipse.You may install
+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:
- -Dopenoffice.home=/path/to/you/ooo -Declipse.home=/path/to/your/eclipse
-Then you will just have to cd in the build CVS module and execute:
+ -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