tdf#137446: sc: Add UItest
[LibreOffice.git] / external / rhino / rhino1_5R5-find_swing.patch
blob905336eb1b0d026a00d9cdf0865ea9ed26e8d2c2
1 --- misc/rhino1_5R5/toolsrc/build.xml 2009-10-29 18:29:46.605524507 +0100
2 +++ misc/build/rhino1_5R5/toolsrc/build.xml 2009-10-29 18:29:26.536908810 +0100
3 @@ -38,11 +38,12 @@
4 property="swing-ex-available"/>
5 </target>
7 + <property name="swing_zip" value="${TARFILE_LOCATION}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip"/>
8 <target name="get-swing-ex" unless="swing-ex-available">
9 <!-- Download source from Sun's site, unzip it, remove
10 the files we don't need, and change the package
11 -->
12 - <unzip src="../../../../../download/swingExSrc.zip" dest="${src.debugger}"/>
13 + <unzip src="${swing_zip}" dest="${src.debugger}"/>
14 <delete file="${src.debugger}/FileSystemModel2.java" />
15 <delete file="${src.debugger}/MergeSort.java" />
16 <delete file="${src.debugger}/TreeTableExample2.java" />