build.xml (cc697cd0) build.xml (ba4fa4fa)
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 81 unchanged lines hidden (view full) ---

90 <fileset dir="${out}/misc/${target}/registry/data" includes="**/*.xcu" casesensitive="yes"/>
91 </copy>
92 </target>
93
94 <target name="jar" depends="compile, init">
95 <jar basedir="${classes}" compress="true" jarfile="${dist}/${target}.jar">
96 <manifest>
97 <!-- FIXME: Set Class-Path correctly for the system case !-->
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 81 unchanged lines hidden (view full) ---

90 <fileset dir="${out}/misc/${target}/registry/data" includes="**/*.xcu" casesensitive="yes"/>
91 </copy>
92 </target>
93
94 <target name="jar" depends="compile, init">
95 <jar basedir="${classes}" compress="true" jarfile="${dist}/${target}.jar">
96 <manifest>
97 <!-- FIXME: Set Class-Path correctly for the system case !-->
98 <attribute name="Class-Path" value="commons-codec-1.6.jar commons-lang-2.4.jar commons-httpclient-3.1.jar commons-logging-1.1.1.jar"/>
98 <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"/>
99 <attribute name="RegistrationClassName" value="com.sun.star.wiki.WikiEditorImpl"/>
100 </manifest>
101 </jar>
102 </target>
103
104 <target name="tmpdir" depends="xcumerge, jar, init">
105 <copy todir="${out}/misc/${target}/package_tmp" overwrite="true" encoding="UTF-8">
106 <fileset dir="${out}/misc/${target}" includes="description.xml" casesensitive="yes"/>

--- 119 unchanged lines hidden ---
99 <attribute name="RegistrationClassName" value="com.sun.star.wiki.WikiEditorImpl"/>
100 </manifest>
101 </jar>
102 </target>
103
104 <target name="tmpdir" depends="xcumerge, jar, init">
105 <copy todir="${out}/misc/${target}/package_tmp" overwrite="true" encoding="UTF-8">
106 <fileset dir="${out}/misc/${target}" includes="description.xml" casesensitive="yes"/>

--- 119 unchanged lines hidden ---