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>
|