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