diff options
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> |