mirror of https://github.com/apache/lucene.git
SOLR-1433 followup -- Prevent extraction/lib and clustering/lib from being copied into the lib directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@819714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18e669e5cd
commit
8eaba03d59
|
@ -152,12 +152,6 @@
|
|||
</target>
|
||||
|
||||
<target name="dist" depends="build">
|
||||
<mkdir dir="${solr-path}/dist/solr-clustering-lib"/>
|
||||
<copy todir="${solr-path}/dist/solr-clustering-lib">
|
||||
<fileset dir="lib">
|
||||
<exclude name="downloads/**"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<!--
|
||||
<copy file="${dest}/${fullnamever}.jar" todir="${solr-path}/build/web/WEB-INF/lib"/>
|
||||
<copy todir="${solr-path}/build/web/WEB-INF/lib" flatten="true">
|
||||
|
|
|
@ -110,11 +110,7 @@
|
|||
</target>
|
||||
|
||||
<target name="dist" depends="build">
|
||||
<mkdir dir="${solr-path}/dist/solr-cell-lib"/>
|
||||
<copy file="build/${fullnamever}.jar" todir="${solr-path}/dist"/>
|
||||
<copy todir="${solr-path}/dist/solr-cell-lib">
|
||||
<fileset dir="lib"/>
|
||||
</copy>
|
||||
</target>
|
||||
|
||||
<target name="example" depends="build">
|
||||
|
|
Loading…
Reference in New Issue