make sure lucene-1.4.3-src.zip is really removed

This commit is contained in:
Andrew Overholt 2005-10-11 03:56:35 +00:00
parent c12c12b0ff
commit 66ac4db6be

View File

@ -426,7 +426,7 @@ ln -sf %{_javadir}/lucene.jar plugins/org.apache.lucene/lucene-1.4.3.jar
ln -sf %{_datadir}/lucene/lucene-demos-1.4.3.jar plugins/org.apache.lucene/parser.jar
# FIXME: Remove this zip until we have a lucene-devel package containing it.
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=170343
rm -f plugins/org.apache.lucene_*/lucene-1.4.3-src.zip
rm -f plugins/org.apache.lucene/lucene-1.4.3-src.zip
# END LUCENE ##
ln -sf %{_javadir}/jsch.jar plugins/org.eclipse.team.cvs.ssh2/jsch-0.1.18.jar
## BEGIN TOMCAT ##