diff options
author | René Engelhard <rene@openoffice.org> | 2008-02-04 08:02:15 +0000 |
---|---|---|
committer | René Engelhard <rene@openoffice.org> | 2008-02-04 08:02:15 +0000 |
commit | ad1f290140dbf7e58c01b4e127ce044a3d6f0638 (patch) | |
tree | d17b2f4f3b36474ae398cdac7943f7a449a702bf /swext/mediawiki/build.xml | |
parent | f2fe8c6aad0d44c85b1c22dbdff656c8a9d3fcb0 (diff) |
Issue number:
Submitted by:
Reviewed by:
#i85726# don't ship binary-only jars, build them
Diffstat (limited to 'swext/mediawiki/build.xml')
-rw-r--r-- | swext/mediawiki/build.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/swext/mediawiki/build.xml b/swext/mediawiki/build.xml index ce986abdcd33..c9e65269d64f 100644 --- a/swext/mediawiki/build.xml +++ b/swext/mediawiki/build.xml @@ -5,9 +5,9 @@ * * $RCSfile: build.xml,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mav $ $Date: 2008-02-01 13:25:30 $ + * last change: $Author: rene $ $Date: 2008-02-04 09:02:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,7 +93,8 @@ <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"/> + <!-- FIXME: Set Class-Path correctly for the system case !--> + <attribute name="Class-Path" value="commons-codec-1.3.jar commons-lang-2.3.jar commons-httpclient-3.1.jar commons-logging-1.1.1.jar"/> <attribute name="RegistrationClassName" value="com.sun.star.wiki.WikiEditorImpl"/> </manifest> </jar> |