Remove the 4th option from the pivot table source selection dialog.
[LibreOffice.git] / rhino / rhino1_5R5-find_swing.patch
blobf074fa845490aefb5b7c5e2b5d8b00fe775a37f1
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 @@ -12,6 +12,7 @@
4 <os family="unix"/>
5 </and>
6 </condition>
7 + <property name="swing_zip" value="${TARFILE_LOCATION}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip"/>
8 <path id="macPath" location="${java.home}/../Classes/classes.jar"/>
9 <!-- rhino.jar from OpenJDK breaks build -->
10 <path id="nonMacPath">
11 @@ -38,7 +42,7 @@
12 <!-- Download source from Sun's site, unzip it, remove
13 the files we don't need, and change the package
14 -->
15 - <unzip src="../../../../../download/swingExSrc.zip" dest="${src.debugger}"/>
16 + <unzip src="${swing_zip}" dest="${src.debugger}"/>
17 <delete file="${src.debugger}/FileSystemModel2.java" />
18 <delete file="${src.debugger}/MergeSort.java" />
19 <delete file="${src.debugger}/TreeTableExample2.java" />