File: disable-rmic.patch

package info (click to toggle)
lucene-solr 3.6.2%2Bdfsg-27
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 91,144 kB
  • sloc: java: 465,555; xml: 24,939; javascript: 5,291; ruby: 3,453; jsp: 2,637; python: 1,619; sh: 1,556; perl: 1,407; cpp: 305; makefile: 41
file content (23 lines) | stat: -rw-r--r-- 801 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Markus Koschany <apo@debian.org>
Date: Sat, 27 Feb 2021 22:15:45 +0100
Subject: disable rmic

Bug-Debian: https://bugs.debian.org/982001
Forwarded: not-needed
---
 lucene/contrib/remote/build.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lucene/contrib/remote/build.xml b/lucene/contrib/remote/build.xml
index 3978b74..1cf17e1 100644
--- a/lucene/contrib/remote/build.xml
+++ b/lucene/contrib/remote/build.xml
@@ -27,8 +27,5 @@
 	
 	<!-- Overrides common.compile-core to add rmic -->
 	<target name="compile-core" depends="common.compile-core" description="Compiles core classes, including rmic">
-		<rmic classname="org.apache.lucene.search.RemoteSearchable" base="${build.dir}/classes/java" stubversion="1.2">
-			<classpath refid="classpath" />
-		</rmic>
 	</target>
 </project>