summaryrefslogtreecommitdiff
path: root/transex3
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-10 14:41:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-10 14:41:59 +0000
commit5608aa543354e3a958638bf79de5c80af9311053 (patch)
tree4e5d4aa4ee7f9821074eb1b52bd7d5198841addc /transex3
parent252bd67554271f2b43bc63b477b57423f90ada3d (diff)
INTEGRATION: CWS receditor (1.2.12); FILE MERGED
2007/06/26 14:45:30 ihi 1.2.12.1: #i75595# recommand editor
Diffstat (limited to 'transex3')
-rwxr-xr-xtransex3/java/l10nconv/build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/transex3/java/l10nconv/build.xml b/transex3/java/l10nconv/build.xml
index 6e580dae6cf0..8ebc8ec2e3ce 100755
--- a/transex3/java/l10nconv/build.xml
+++ b/transex3/java/l10nconv/build.xml
@@ -5,9 +5,9 @@
$RCSfile: build.xml,v $
- $Revision: 1.2 $
+ $Revision: 1.3 $
- last change: $Author: kz $ $Date: 2007-05-11 09:06:43 $
+ last change: $Author: ihi $ $Date: 2007-07-10 15:41:59 $
The Contents of this file are made available subject to
the terms of GNU Lesser General Public License Version 2.1.
@@ -53,8 +53,8 @@
<!-- build directories -->
<property name="build.dir" value="${out}"/>
- <property name="build.class" value="${build.dir}/class"/>
- <property name="build.misc" value="${build.dir}/misc"/>
+ <property name="build.class" value="${build.dir}/class/converter"/>
+ <property name="build.misc" value="${build.dir}/misc/converter"/>
<!-- start of java source code package structure -->
<property name="java.dir" value="java"/>