From 0b5c42044e6611500db733463878297426712631 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Tue, 16 Feb 2010 12:57:04 +0000
Subject: [PATCH]  - expose more in configuration

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32614 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/openoffice-bin.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/buildout/software-profiles/openoffice-bin.cfg b/buildout/software-profiles/openoffice-bin.cfg
index 9b30b49f9a..b310354e15 100644
--- a/buildout/software-profiles/openoffice-bin.cfg
+++ b/buildout/software-profiles/openoffice-bin.cfg
@@ -12,6 +12,10 @@ openoffice-bin_version = 3.1.1
 openoffice-bin_base = http://download.services.openoffice.org/files/stable/${:openoffice-bin_version}
 openoffice-bin_target_dir = OOO310_m19_native_packed-2_en-US.9420
 
+openoffice_python = ${openoffice-bin:location}/basis-link/program/python.bin
+openoffice_program = ${openoffice-bin:location}/program
+openoffice_uno = ${openoffice-bin:location}/basis-link/program/
+
 [openoffice-bin]
 recipe = z3c.recipe.openoffice
 install-pyuno-egg = no
-- 
2.30.9