diff options
author | René Engelhard <rene@openoffice.org> | 2008-01-30 20:13:12 +0000 |
---|---|---|
committer | René Engelhard <rene@openoffice.org> | 2008-01-30 20:13:12 +0000 |
commit | 9414fec997e5d9aa07969f35d03e4a6369131098 (patch) | |
tree | e230eb022df7f35158b2301fdfbd51e8518c8e7e /swext/mediawiki/build.xml | |
parent | e9a361bc9c1a6387151d7b1f33ae0cc957355002 (diff) |
Tidy.jar was removed, remove it from build.xml, too
Diffstat (limited to 'swext/mediawiki/build.xml')
-rw-r--r-- | swext/mediawiki/build.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/swext/mediawiki/build.xml b/swext/mediawiki/build.xml index 8ccfc42863cc..305b3b48bf9c 100644 --- a/swext/mediawiki/build.xml +++ b/swext/mediawiki/build.xml @@ -5,9 +5,9 @@ * * $RCSfile: build.xml,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mav $ $Date: 2007-11-28 16:43:07 $ + * last change: $Author: rene $ $Date: 2008-01-30 21:13:12 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -75,7 +75,6 @@ <pathelement location="jars/commons-httpclient-3.0.1.jar"/> <pathelement location="jars/commons-lang-2.0.jar"/> <pathelement location="jars/commons-logging.jar"/> - <pathelement location="jars/Tidy.jar"/> </path> <!-- create output directories --> @@ -94,7 +93,7 @@ <target name="jar" depends="compile, init"> <jar basedir="${classes}" compress="true" jarfile="${dist}/${name}.jar"> <manifest> - <attribute name="Class-Path" value="commons-codec-1.3.jar commons-lang-2.3.jar commons-httpclient-3.0.1.jar commons-logging-1.1.jar Tidy.jar"/> + <attribute name="Class-Path" value="commons-codec-1.3.jar commons-lang-2.3.jar commons-httpclient-3.0.1.jar commons-logging-1.1.jar"/> <attribute name="RegistrationClassName" value="com.sun.star.wiki.WikiEditorImpl"/> </manifest> </jar> |