Fixed libs path
This commit is contained in:
parent
1e4ee37f89
commit
35f7505078
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@
|
||||||
<project name="w2l" default="help" basedir=".">
|
<project name="w2l" default="help" basedir=".">
|
||||||
|
|
||||||
<!-- set this property to the location of your SO/OOo installation -->
|
<!-- set this property to the location of your SO/OOo installation -->
|
||||||
<property name="OFFICE_CLASSES" location="/usr/share/java/openoffice" />
|
<property name="OFFICE_CLASSES" location="src/main/lib" />
|
||||||
<property name="URE_CLASSES" location="/usr/share/java/openoffice" />
|
<property name="URE_CLASSES" location="src/main/lib" />
|
||||||
<!-- set this property to the location of the java 6 bootstrap classes (rt.jar) -->
|
<!-- 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>
|
<description>writer2latex - build file</description>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue