summaryrefslogtreecommitdiff
path: root/scripting/java/build.xml
diff options
context:
space:
mode:
authorDuncan Foster <dfoster@openoffice.org>2002-11-20 14:46:48 +0000
committerDuncan Foster <dfoster@openoffice.org>2002-11-20 14:46:48 +0000
commit34fa58ba84e095968c78c313083d7e4e0dcf5c6e (patch)
tree5ec815ca9da1e27fc04403c638c8b88ae19ddf6a /scripting/java/build.xml
parent9e604ac21529b808d08d0f4fbfed93061ef76121 (diff)
Pathelement with location doesn't work on Windows.
Diffstat (limited to 'scripting/java/build.xml')
-rwxr-xr-xscripting/java/build.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripting/java/build.xml b/scripting/java/build.xml
index 5c0be116a631..e5a133ac0158 100755
--- a/scripting/java/build.xml
+++ b/scripting/java/build.xml
@@ -3,9 +3,9 @@
#
# $RCSfile: build.xml,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: toconnor $ $Date: 2002-11-13 16:54:09 $
+# last change: $Author: dfoster $ $Date: 2002-11-20 15:46:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -97,9 +97,9 @@
</path>
<path id="jedit.class.path">
- <pathelement location="${jedit.install.dir}/jedit.jar"/>
- <pathelement location="${install.dir}/Console.jar"/>
- <pathelement location="${install.dir}/xerces.jar"/>
+ <pathelement path="${jedit.install.dir}/jedit.jar"/>
+ <pathelement path="${install.dir}/Console.jar"/>
+ <pathelement path="${install.dir}/xerces.jar"/>
</path>
<!-- ===================== Prepare Directories ========================= -->