diff options
author | Tomas O'Connor <toconnor@openoffice.org> | 2003-02-20 16:37:33 +0000 |
---|---|---|
committer | Tomas O'Connor <toconnor@openoffice.org> | 2003-02-20 16:37:33 +0000 |
commit | c6a562262e396d7dfd7d4e68c7de6222757d1f5f (patch) | |
tree | 657568c3ff2e450530570525881634bd67708287 /scripting/java | |
parent | 9f7a8ec61cfc5a952fa5913ce8c11585f346a431 (diff) |
jEdit is not being built at the moment
Diffstat (limited to 'scripting/java')
-rwxr-xr-x | scripting/java/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/java/build.xml b/scripting/java/build.xml index d683c506e6cd..8a4d61e2e6fc 100755 --- a/scripting/java/build.xml +++ b/scripting/java/build.xml @@ -3,9 +3,9 @@ # # $RCSfile: build.xml,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: npower $ $Date: 2003-02-14 09:09:35 $ +# last change: $Author: toconnor $ $Date: 2003-02-20 17:37:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -281,5 +281,5 @@ </target> <!-- ========================= All In One Build ======================= --> - <target name="all" depends="clean,idesupport.jar,localoffice.jar,netbeans.jar,jedit.jar,jar"/> + <target name="all" depends="clean,idesupport.jar,localoffice.jar,netbeans.jar,jar"/> </project> |