This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 579ac80  Wiki Publisher: Include Jars in extension again
579ac80 is described below

commit 579ac80d8122bb55558b469daf05c7db516d013c
Author: mseidel <[email protected]>
AuthorDate: Sat Oct 31 10:22:51 2020 +0100

    Wiki Publisher: Include Jars in extension again
---
 main/swext/mediawiki/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/swext/mediawiki/build.xml b/main/swext/mediawiki/build.xml
index 36df85a..101e456 100644
--- a/main/swext/mediawiki/build.xml
+++ b/main/swext/mediawiki/build.xml
@@ -95,7 +95,7 @@
         <jar basedir="${classes}" compress="true" 
jarfile="${dist}/${target}.jar">
             <manifest>
                <!-- FIXME: Set Class-Path correctly for the system case !-->
-                <attribute name="Class-Path" 
value="file:///usr/local/share/java/classes/commons-codec.jar 
file:///usr/local/share/java/classes/commons-lang.jar 
file:///usr/local/share/java/classes/commons-httpclient.jar 
file:///usr/local/share/java/classes/commons-logging.jar"/>
+                <attribute name="Class-Path" value="commons-codec-1.9.jar 
commons-lang3-3.3.jar commons-httpclient-3.1.jar commons-logging-1.1.3.jar"/>
                 <attribute name="RegistrationClassName" 
value="com.sun.star.wiki.WikiEditorImpl"/>
             </manifest>
         </jar>

Reply via email to