tdf#147925 fix view scrolling back to comment
[LibreOffice.git] / external / rhino / rhino-classpath.patch.1
blobc751b95b5d9b2c5f0edbf360483bd9bcac720097
1 /usr/bin/ant will put dozens of jars on the classpath, including a
2 rhino.jar that breaks the build
4 --- rhino/build.xml.orig        2021-11-11 17:25:07.284267174 +0100
5 +++ rhino/build.xml     2021-11-11 17:25:38.689242510 +0100
6 @@ -33,6 +33,7 @@
7      <property file="apiClasses.properties"/>
8      <property name="docsrc.dir" value="docs"/>
9      <property name="dist.docsrc.dir" value="src/docs"/>
10 +    <property name="build.sysclasspath" value="ignore"/>
11    </target>
13    <target name="init" depends="properties">