Fixed libs path

This commit is contained in:
Georgy Litvinov 2017-08-20 12:33:49 +03:00 committed by Georgy Litvinov
parent 1e4ee37f89
commit 35f7505078

View file

@ -8,10 +8,10 @@
<project name="w2l" default="help" basedir=".">
<!-- set this property to the location of your SO/OOo installation -->
<property name="OFFICE_CLASSES" location="/usr/share/java/openoffice" />
<property name="URE_CLASSES" location="/usr/share/java/openoffice" />
<property name="OFFICE_CLASSES" location="src/main/lib" />
<property name="URE_CLASSES" location="src/main/lib" />
<!-- set this property to the location of the java 6 bootstrap classes (rt.jar) -->
<property name="JAVA6_RT_JAR" location="/home/hj/jre6/lib/rt.jar" />
<property name="JAVA6_RT_JAR" location="src/main/lib/rt.jar" />
<description>writer2latex - build file</description>